rpms/openoffice.org/devel pseudoworkspace.valgrind1.patch, 1.24, 1.25

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Jan 18 17:51:31 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29103

Modified Files:
	pseudoworkspace.valgrind1.patch 
Log Message:
drop in the fixes

pseudoworkspace.valgrind1.patch:

Index: pseudoworkspace.valgrind1.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/pseudoworkspace.valgrind1.patch,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- pseudoworkspace.valgrind1.patch	18 Jan 2008 13:02:47 -0000	1.24
+++ pseudoworkspace.valgrind1.patch	18 Jan 2008 17:51:10 -0000	1.25
@@ -29,3 +29,61 @@
  {
      rResId.SetRT( RSC_DATE );
      ResMgr* pResMgr = NULL;
+Index: source/ui/dialog/SwSpellDialogChildWindow.cxx
+===================================================================
+RCS file: /cvs/sw/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx,v
+retrieving revision 1.11
+diff -u -r1.11 SwSpellDialogChildWindow.cxx
+--- openoffice.org.orig/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx	27 Sep 2007 11:36:02 -0000	1.11
++++ openoffice.org/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx	18 Jan 2008 14:04:49 -0000
+@@ -162,6 +162,7 @@
+     SpellState() :
+         m_bInitialCall(true),
+         m_bLockFocus(false),
++	m_bLostFocus(false),
+         m_SpellStartPosition(SPELL_START_BODY),
+         m_bBodySpelled(false),
+         m_bOtherSpelled(false),
+Index: source/contnr/svlbox.cxx
+===================================================================
+RCS file: /cvs/util/svtools/source/contnr/svlbox.cxx,v
+retrieving revision 1.31
+diff -u -r1.31 svlbox.cxx
+--- openoffice.org.orig/svtools/source/contnr/svlbox.cxx	18 Jul 2007 08:52:54 -0000	1.31
++++ openoffice.org/svtools/source/contnr/svlbox.cxx	18 Jan 2008 14:39:53 -0000
+@@ -725,7 +725,8 @@
+ 
+ SvLBox::SvLBox( Window* pParent, WinBits nWinStyle	) :
+ 	Control( pParent, nWinStyle | WB_CLIPCHILDREN ),
+-	DropTargetHelper( this ), DragSourceHelper( this )
++	DropTargetHelper( this ), DragSourceHelper( this ),
++    eSelMode(NO_SELECTION)
+ {
+ 	DBG_CTOR(SvLBox,0);
+ 	nWindowStyle = nWinStyle;
+@@ -748,7 +749,8 @@
+ 
+ SvLBox::SvLBox( Window* pParent, const ResId& rResId ) :
+ 	Control( pParent, rResId ),
+-	DropTargetHelper( this ), DragSourceHelper( this )
++	DropTargetHelper( this ), DragSourceHelper( this ),
++    eSelMode(NO_SELECTION)
+ {
+ 	DBG_CTOR(SvLBox,0);
+ 	pTargetEntry = 0;
+Index: source/core/unocore/unoframe.cxx
+===================================================================
+RCS file: /cvs/sw/sw/source/core/unocore/unoframe.cxx,v
+retrieving revision 1.115
+diff -u -r1.115 unoframe.cxx
+--- openoffice.org.orig/sw/source/core/unocore/unoframe.cxx	5 Nov 2007 07:39:59 -0000	1.115
++++ openoffice.org/sw/source/core/unocore/unoframe.cxx	18 Jan 2008 17:32:52 -0000
+@@ -802,7 +802,7 @@
+ {
+ 	if(pHEvenMirror || pHOddMirror || pVMirror )
+ 	{
+-		SwMirrorGrf aMirror ( static_cast < const SwMirrorGrf& > ( rFromSet.Get ( RES_FRM_SIZE ) ) );
++		SwMirrorGrf aMirror ( static_cast < const SwMirrorGrf& > ( rFromSet.Get ( RES_GRFATR_MIRRORGRF ) ) );
+ 		if(pHEvenMirror)
+ 			rRet &= ((SfxPoolItem&)aMirror).PutValue(*pHEvenMirror, MID_MIRROR_HORZ_EVEN_PAGES);
+ 		if(pHOddMirror)




More information about the fedora-extras-commits mailing list