rpms/openoffice.org/FC-6 openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch, 1.3, 1.4 openoffice.org.spec, 1.941, 1.942

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 17 17:14:00 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch 
	openoffice.org.spec 
Log Message:
Resolves: rhbz#236773 unbelieveably impress fails on using the file dialog

openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch:
 cppuhelper/inc/cppuhelper/implbase1.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase10.hxx  |    2 +-
 cppuhelper/inc/cppuhelper/implbase11.hxx  |    2 +-
 cppuhelper/inc/cppuhelper/implbase12.hxx  |    2 +-
 cppuhelper/inc/cppuhelper/implbase2.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase3.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase4.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase5.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase6.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase7.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase8.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase9.hxx   |    2 +-
 cppuhelper/inc/cppuhelper/implbase_ex.hxx |   15 +++++++++++++++
 inc/cppuhelper/implbase1.hxx              |    0 
 inc/cppuhelper/implbase10.hxx             |    0 
 inc/cppuhelper/implbase11.hxx             |    0 
 inc/cppuhelper/implbase12.hxx             |    0 
 inc/cppuhelper/implbase2.hxx              |    0 
 inc/cppuhelper/implbase3.hxx              |    0 
 inc/cppuhelper/implbase4.hxx              |    0 
 inc/cppuhelper/implbase5.hxx              |    0 
 inc/cppuhelper/implbase6.hxx              |    0 
 inc/cppuhelper/implbase7.hxx              |    0 
 inc/cppuhelper/implbase8.hxx              |    0 
 inc/cppuhelper/implbase9.hxx              |    0 
 inc/cppuhelper/implbase_ex.hxx            |    0 
 26 files changed, 27 insertions(+), 12 deletions(-)

Index: openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/FC-6/openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch	6 Apr 2007 12:49:45 -0000	1.3
+++ openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch	17 Apr 2007 17:13:58 -0000	1.4
@@ -226,647 +226,3 @@
  
  /** ImplHelper
      @internal
-Index: inc/cppuhelper/compbase.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase.hxx
---- openoffice.org/cppuhelper/inc/cppuhelper/compbase.hxx	8 Sep 2005 09:03:54 -0000	1.13
-+++ openoffice.org.orig/cppuhelperinc/cppuhelper/compbase.hxx	26 Feb 2007 10:08:02 -0000
-@@ -41,7 +41,7 @@
- #ifndef _CPPUHELPER_IMPLBASE_HXX_
- #include <cppuhelper/implbase.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- /* This header should not be used anymore.
-    @deprecated
- */
-@@ -124,4 +124,5 @@
- __DEF_COMPIMPLHELPER_B( N ) \
- __DEF_COMPIMPLHELPER_C( N )
- 
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase1.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase1.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase1.hxx
---- openoffice.org/cppuhelper/inc/cppuhelper/compbase1.hxx	19 Jun 2006 10:28:17 -0000	1.13
-+++ openoffice.org.orig/cppuhelperinc/cppuhelper/compbase1.hxx	26 Feb 2007 10:08:03 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 1 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase10.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase10.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase10.hxx
---- openoffice.org/cppuhelper/inc/cppuhelper/compbase10.hxx	19 Jun 2006 10:28:29 -0000	1.13
-+++ openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase10.hxx	26 Feb 2007 10:08:03 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 10 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase11.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase11.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase11.hxx
---- openoffice.org/cppuhelper/inc/cppuhelper/compbase11.hxx	19 Jun 2006 10:28:40 -0000	1.13
-+++ openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase11.hxx	26 Feb 2007 10:08:03 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 11 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase12.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase12.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase12.hxx
---- openoffice.org/cppuhelper/inc/cppuhelper/compbase12.hxx	19 Jun 2006 10:28:52 -0000	1.13
-+++ openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase12.hxx	26 Feb 2007 10:08:03 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 12 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase2.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase2.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase2.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase2.hxx	19 Jun 2006 10:29:03 -0000	1.13
-+++ openoffice.org/cppuhelper/inc/cppuhelper/compbase2.hxx	26 Feb 2007 10:08:03 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 2 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase3.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase3.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase3.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase3.hxx	19 Jun 2006 10:29:15 -0000	1.13
-+++ /openoffice.org/cppuhelper/inc/cppuhelper/compbase3.hxx	26 Feb 2007 10:08:03 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 3 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase4.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase4.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase4.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase4.hxx	19 Jun 2006 10:29:26 -0000	1.13
-+++ openoffice.org/cppuhelper/inc/cppuhelper/compbase4.hxx	26 Feb 2007 10:08:04 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 4 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase5.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase5.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase5.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase5.hxx	19 Jun 2006 10:29:38 -0000	1.13
-+++ openoffice.org/cppuhelper/inc/cppuhelper/compbase5.hxx	26 Feb 2007 10:08:04 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 5 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase6.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase6.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase6.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase6.hxx	19 Jun 2006 10:29:53 -0000	1.13
-+++ openoffice.org/cppuhelper/inc/cppuhelper/compbase6.hxx	26 Feb 2007 10:08:04 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 6 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase7.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase7.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase7.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase7.hxx	19 Jun 2006 10:30:06 -0000	1.13
-+++ openoffice.org/cppuhelper/inc/cppuhelper/compbase7.hxx	26 Feb 2007 10:08:04 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 7 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase8.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase8.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase8.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase8.hxx	19 Jun 2006 10:30:19 -0000	1.13
-+++ openoffice.org/cppuhelper/inc/cppuhelper/compbase8.hxx	26 Feb 2007 10:08:05 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 8 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -146,5 +146,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase9.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase9.hxx,v
-retrieving revision 1.13
-diff -u -r1.13 compbase9.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase9.hxx	19 Jun 2006 10:30:40 -0000	1.13
-+++ openoffice.org/cppuhelper/inc/cppuhelper/compbase9.hxx	26 Feb 2007 10:08:05 -0000
-@@ -45,7 +45,7 @@
- /*
- __DEF_COMPIMPLHELPER_EX( 9 )
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -145,5 +145,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/compbase_ex.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/compbase_ex.hxx,v
-retrieving revision 1.3
-diff -u -r1.3 compbase_ex.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/compbase_ex.hxx	8 Sep 2005 09:10:47 -0000	1.3
-+++ openoffice.org/cppuhelper/inc/cppuhelper/compbase_ex.hxx	26 Feb 2007 10:08:05 -0000
-@@ -50,7 +50,7 @@
- #include <com/sun/star/lang/XComponent.hpp>
- #endif
- 
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -190,5 +190,5 @@
-     SAL_THROW( (::com::sun::star::uno::RuntimeException) );
- 
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase.hxx,v
-retrieving revision 1.14
-diff -u -r1.14 implbase.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase.hxx	8 Sep 2005 09:12:29 -0000	1.14
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase.hxx	26 Feb 2007 10:08:05 -0000
-@@ -54,7 +54,7 @@
- /* This header should not be used anymore.
-    @deprecated
- */
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -310,5 +310,7 @@
- __DEF_IMPLHELPER_POST_A( N ) \
- __DEF_IMPLHELPER_POST_B( N ) \
- __DEF_IMPLHELPER_POST_C( N )
-+
-+#pragma GCC visibility pop
- #endif
- 
-Index: inc/cppuhelper/implbase1.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase1.hxx,v
-retrieving revision 1.16
-diff -u -r1.16 implbase1.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase1.hxx	13 Dec 2006 14:51:42 -0000	1.16
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase1.hxx	26 Feb 2007 10:08:05 -0000
-@@ -44,7 +44,7 @@
- #ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
- #include <com/sun/star/uno/XComponentContext.hpp>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -305,5 +305,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase10.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase10.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase10.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase10.hxx	5 Oct 2005 14:24:09 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase10.hxx	26 Feb 2007 10:08:05 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -308,5 +308,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase11.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase11.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase11.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase11.hxx	5 Oct 2005 14:24:35 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase11.hxx	26 Feb 2007 10:08:06 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -309,5 +309,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase12.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase12.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase12.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase12.hxx	5 Oct 2005 14:25:08 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase12.hxx	26 Feb 2007 10:08:06 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -310,5 +310,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase2.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase2.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase2.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase2.hxx	5 Oct 2005 14:25:28 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase2.hxx	26 Feb 2007 10:08:06 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -299,5 +299,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase3.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase3.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase3.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase3.hxx	5 Oct 2005 14:25:47 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase3.hxx	26 Feb 2007 10:08:06 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -301,5 +301,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase4.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase4.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase4.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase4.hxx	5 Oct 2005 14:26:03 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase4.hxx	26 Feb 2007 10:08:07 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -302,5 +302,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase5.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase5.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase5.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase5.hxx	5 Oct 2005 14:26:20 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase5.hxx	26 Feb 2007 10:08:07 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -303,5 +303,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase6.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase6.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase6.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase6.hxx	5 Oct 2005 14:26:37 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase6.hxx	26 Feb 2007 10:08:07 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -304,5 +304,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase7.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase7.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase7.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase7.hxx	5 Oct 2005 14:26:54 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase7.hxx	26 Feb 2007 10:08:07 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -306,5 +306,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase8.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase8.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase8.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase8.hxx	5 Oct 2005 14:27:12 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase8.hxx	26 Feb 2007 10:08:08 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -306,5 +306,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase9.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase9.hxx,v
-retrieving revision 1.15
-diff -u -r1.15 implbase9.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase9.hxx	5 Oct 2005 14:27:40 -0000	1.15
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase9.hxx	26 Feb 2007 10:08:08 -0000
-@@ -41,7 +41,7 @@
- #ifndef INCLUDED_RTL_INSTANCE_HXX
- #include <rtl/instance.hxx>
- #endif
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
-     /** @internal */
-@@ -308,5 +308,5 @@
-             { return ImplHelper_getImplementationId( cd::get() ); }
-     };
- }
--
-+#pragma GCC visibility pop
- #endif
-Index: inc/cppuhelper/implbase_ex.hxx
-===================================================================
-RCS file: /cvs/udk/cppuhelper/inc/cppuhelper/implbase_ex.hxx,v
-retrieving revision 1.6
-diff -u -r1.6 implbase_ex.hxx
---- openoffice.org.orig/cppuhelper/inc/cppuhelper/implbase_ex.hxx	5 Oct 2005 14:27:57 -0000	1.6
-+++ openoffice.org/cppuhelper/inc/cppuhelper/implbase_ex.hxx	26 Feb 2007 10:08:08 -0000
-@@ -64,7 +64,7 @@
- __DEF_IMPLHELPER_EX( 3 )
- */
- 
--
-+#pragma GCC visibility push(default)
- namespace cppu
- {
- 
-@@ -187,5 +187,5 @@
-     SAL_THROW( (::com::sun::star::uno::RuntimeException) );
- 
- }
--
-+#pragma GCC visibility pop
- #endif


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/FC-6/openoffice.org.spec,v
retrieving revision 1.941
retrieving revision 1.942
diff -u -r1.941 -r1.942
--- openoffice.org.spec	16 Apr 2007 10:07:48 -0000	1.941
+++ openoffice.org.spec	17 Apr 2007 17:13:58 -0000	1.942
@@ -1,6 +1,6 @@
 %define oootag OOD680
 %define ooomilestone 5
-%define rh_rpm_release 5.21
+%define rh_rpm_release 5.22
 
 # gcc#19664#
 %define stlvisibilityfcked 1
@@ -2591,6 +2591,9 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Tue Apr 17 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.5.22
+- Resolves: rhbz#236773 unbelieveably impress fails on using the file dialog
+
 * Mon Apr 16 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.5.21
 - add openoffice.org-2.2.0.ooo76393.sal.dynamicsection.patch for better
   offline debugging support




More information about the fedora-cvs-commits mailing list