rpms/openoffice.org/devel openoffice.org.spec, 1.1015, 1.1016 pseudoworkspace.valgrind1.patch, 1.15, 1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 30 15:28:04 UTC 2007


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26560

Modified Files:
	openoffice.org.spec pseudoworkspace.valgrind1.patch 
Log Message:
some valgrind fixes integrated


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1015
retrieving revision 1.1016
diff -u -r1.1015 -r1.1016
--- openoffice.org.spec	30 Jan 2007 15:03:15 -0000	1.1015
+++ openoffice.org.spec	30 Jan 2007 15:28:02 -0000	1.1016
@@ -2575,6 +2575,7 @@
 * Tue Jan 30 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.2.0-5.1
 - next candidate
 - workspace.npower5 integrated
+- some valgrind fixes integrated
 
 * Mon Jan 29 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.2.0-4.3
 - Resolves: rhbz#225061 openoffice.org-2.2.0.ooo73974.bridges.doublereturn.patch

pseudoworkspace.valgrind1.patch:
 bf_sfx2/source/explorer/sfx2_nochaos.cxx           |    0 
 binfilter/bf_sfx2/source/explorer/sfx2_nochaos.cxx |    4 ++--
 source/core/txtnode/swfont.cxx                     |    0 
 source/dialog/numpages.cxx                         |    0 
 svx/source/dialog/numpages.cxx                     |    1 +
 sw/source/core/txtnode/swfont.cxx                  |    2 +-
 6 files changed, 4 insertions(+), 3 deletions(-)

Index: pseudoworkspace.valgrind1.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/pseudoworkspace.valgrind1.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pseudoworkspace.valgrind1.patch	26 Jan 2007 09:00:39 -0000	1.15
+++ pseudoworkspace.valgrind1.patch	30 Jan 2007 15:28:02 -0000	1.16
@@ -1,44 +1,3 @@
-Index: source/dialog/dlgctrl.cxx
-===================================================================
-RCS file: /cvs/graphics/svx/source/dialog/dlgctrl.cxx,v
-retrieving revision 1.27
-diff -u -r1.27 dlgctrl.cxx
---- openoffice.org.orig/svx/source/dialog/dlgctrl.cxx	17 Sep 2006 04:17:40 -0000	1.27
-+++ openoffice.org/svx/source/dialog/dlgctrl.cxx	5 Jan 2007 13:10:40 -0000
-@@ -907,6 +907,7 @@
- 
- 	nSquares = nLines * nLines;
- 	pPixel = new USHORT[ nSquares ];
-+	rtl_zeroMemory(pPixel, nSquares * sizeof(USHORT));
- 
- 	// Reset();	<-- wird vom Dialog aufgerufen
- }
-@@ -1062,8 +1063,7 @@
- void SvxPixelCtl::Reset()
- {
- 	// Initialisierung des Arrays
--	for( USHORT i = 0; i < nSquares; i++)
--		*(pPixel + i) = 0;
-+	rtl_zeroMemory(pPixel, nSquares * sizeof(USHORT));
- 	Invalidate();
- }
- 
-Index: inc/xhatch.hxx
-===================================================================
-RCS file: /cvs/graphics/svx/inc/xhatch.hxx,v
-retrieving revision 1.5
-diff -u -r1.5 xhatch.hxx
---- openoffice.org.orig/svx/inc/xhatch.hxx	12 Oct 2006 11:59:49 -0000	1.5
-+++ openoffice.org/svx/inc/xhatch.hxx	5 Jan 2007 13:11:35 -0000
-@@ -59,7 +59,7 @@
- 	long			nAngle;
- 
- public:
--					XHatch() {}
-+					XHatch() : eStyle(XHATCH_SINGLE), nDistance(0), nAngle(0) {}
- 					XHatch(const Color& rCol, XHatchStyle eStyle = XHATCH_SINGLE,
- 						   long nDistance = 20, long nAngle = 0);
- 
 Index: source/dialog/numpages.cxx
 ===================================================================
 RCS file: /cvs/graphics/svx/source/dialog/numpages.cxx,v




More information about the fedora-cvs-commits mailing list