rpms/openoffice.org/FC-5 openoffice.org.2.0.3.gccXXXXX.linguistic.vorcrash.patch, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 27 16:35:31 UTC 2006


Author: caolanm

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

Modified Files:
	openoffice.org.2.0.3.gccXXXXX.linguistic.vorcrash.patch 
Log Message:
rebuild for vor problem

openoffice.org.2.0.3.gccXXXXX.linguistic.vorcrash.patch:
 cppuhelper/inc/cppuhelper/compbase1.hxx |    4 ++--
 cppuhelper/inc/cppuhelper/implbase1.hxx |   12 ++++++------
 inc/cppuhelper/compbase1.hxx            |    0 
 inc/cppuhelper/implbase1.hxx            |    0 
 4 files changed, 8 insertions(+), 8 deletions(-)

Index: openoffice.org.2.0.3.gccXXXXX.linguistic.vorcrash.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/FC-5/openoffice.org.2.0.3.gccXXXXX.linguistic.vorcrash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openoffice.org.2.0.3.gccXXXXX.linguistic.vorcrash.patch	27 Jun 2006 15:26:30 -0000	1.1
+++ openoffice.org.2.0.3.gccXXXXX.linguistic.vorcrash.patch	27 Jun 2006 16:35:13 -0000	1.2
@@ -59,3 +59,28 @@
      protected:
          template< typename T1 >
          explicit AggImplInheritanceHelper1(T1 const & arg1): BaseClass(arg1) {}
+Index: inc/cppuhelper/compbase1.hxx
+===================================================================
+RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase1.hxx,v
+retrieving revision 1.12
+diff -u -r1.12 compbase1.hxx
+--- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase1.hxx	27 Oct 2005 17:13:40 -0000	1.12
++++ openoffice.org/cppuhelper/inc/cppuhelper/compbase1.hxx	27 Jun 2006 16:34:04 -0000
+@@ -69,7 +69,7 @@
+         , public Ifc1
+     {
+         /** @internal */
+-        struct cd : public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, WeakComponentImplHelper1< Ifc1 > > > {};
++        struct cd : ImplClassData1< Ifc1, WeakComponentImplHelper1< Ifc1 > > {};
+     public:
+         inline WeakComponentImplHelper1( ::osl::Mutex & rMutex ) throw ()
+             : WeakComponentImplHelperBase( rMutex )
+@@ -115,7 +115,7 @@
+         , public Ifc1
+     {
+         /** @internal */
+-        struct cd : public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, WeakAggComponentImplHelper1< Ifc1 > > > {};
++        struct cd : ImplClassData1< Ifc1, WeakAggComponentImplHelper1< Ifc1 > > {};
+     public:
+         inline WeakAggComponentImplHelper1( ::osl::Mutex & rMutex ) throw ()
+             : WeakAggComponentImplHelperBase( rMutex )




More information about the fedora-cvs-commits mailing list