rpms/openoffice.org/devel openoffice.org-2.3.0.ooo81323.svtools.sixtyfour.patch, NONE, 1.1 openoffice.org.spec, 1.1299, 1.1300

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Sep 6 11:28:49 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.3.0.ooo81323.svtools.sixtyfour.patch 
Log Message:
add more warnings patches

openoffice.org-2.3.0.ooo81323.svtools.sixtyfour.patch:

--- NEW FILE openoffice.org-2.3.0.ooo81323.svtools.sixtyfour.patch ---
Index: source/uno/treecontrolpeer.cxx
===================================================================
RCS file: /cvs/util/svtools/source/uno/treecontrolpeer.cxx,v
retrieving revision 1.4
diff -u -r1.4 treecontrolpeer.cxx
--- openoffice.org.orig/svtools/source/uno/treecontrolpeer.cxx	2 Jul 2007 09:29:44 -0000	1.4
+++ openoffice.org/svtools/source/uno/treecontrolpeer.cxx	6 Sep 2007 11:22:59 -0000
@@ -284,7 +284,7 @@
 
 // --------------------------------------------------------------------
 
-UnoTreeListEntry* TreeControlPeer::createEntry( const Reference< XTreeNode >& xNode, UnoTreeListEntry* pParent, sal_uInt32 nPos /* = LIST_APPEND */ )
+UnoTreeListEntry* TreeControlPeer::createEntry( const Reference< XTreeNode >& xNode, UnoTreeListEntry* pParent, ULONG nPos /* = LIST_APPEND */ )
 {
 	UnoTreeListEntry* pEntry = 0;
 	if( mpTreeImpl )
Index: source/uno/treecontrolpeer.hxx
===================================================================
RCS file: /cvs/util/svtools/source/uno/treecontrolpeer.hxx,v
retrieving revision 1.2
diff -u -r1.2 treecontrolpeer.hxx
--- openoffice.org.orig/svtools/source/uno/treecontrolpeer.hxx	27 Jun 2007 12:18:50 -0000	1.2
+++ openoffice.org/svtools/source/uno/treecontrolpeer.hxx	6 Sep 2007 11:22:59 -0000
@@ -138,7 +138,7 @@
 	void fillTree( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeDataModel >& xDataModel );
 	void addNode( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode, UnoTreeListEntry* pParentEntry );
 
-	UnoTreeListEntry* createEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode, UnoTreeListEntry* pParent, sal_uInt32 nPos = LIST_APPEND );
+	UnoTreeListEntry* createEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode, UnoTreeListEntry* pParent, ULONG nPos = LIST_APPEND );
 	bool updateEntry( UnoTreeListEntry* pEntry );
 
 	void updateTree( const ::com::sun::star::awt::tree::TreeDataModelEvent& rEvent, bool bRecursive );


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1299
retrieving revision 1.1300
diff -u -r1.1299 -r1.1300
--- openoffice.org.spec	6 Sep 2007 11:21:59 -0000	1.1299
+++ openoffice.org.spec	6 Sep 2007 11:28:16 -0000	1.1300
@@ -144,6 +144,7 @@
 Patch62: openoffice.org-2.3.0.ooo74751.bean.mawt.patch
 Patch63: openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch
 Patch64: openoffice.org-2.3.0.ooo81321.cppu.silencewarnings.patch
+Patch65: openoffice.org-2.3.0.ooo81323.svtools.sixtyfour.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1082,6 +1083,7 @@
 %patch62 -p1 -b .ooo74751.bean.mawt.patch
 %patch63 -p1 -b .ooo77672.boost.use.end_p.patch
 %patch64 -p1 -b .ooo81321.cppu.silencewarnings.patch
+%patch65 -p1 -b .ooo81323.svtools.sixtyfour.patch
 
 %if %{linkopt}
 chmod a+x solenv/bin/mklinkscript.pl
@@ -2772,6 +2774,10 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Thu Sep 06 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.3.0-4.2
+- add openoffice.org-2.3.0.ooo81321.cppu.silencewarnings.patch
+- add openoffice.org-2.3.0.ooo81323.svtools.sixtyfour.patch
+
 * Thu Sep 06 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.3.0-4.1
 - ooo#77672 fix ::boost::spirit::parse to use ::boost::spirit::end_p for 1.34 change
   makes drawing shapes work properly again




More information about the fedora-extras-commits mailing list