rpms/openoffice.org/devel openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch, 1.5, 1.6 openoffice.org.spec, 1.951, 1.952

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 27 13:22:51 UTC 2006


Author: caolanm

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

Modified Files:
	openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch 
	openoffice.org.spec 
Log Message:
try all private

openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch:
 comphelper/inc/comphelper/implbase_var.hxx |    2 +-
 cppu/inc/com/sun/star/uno/Sequence.hxx     |    2 +-
 cppu/inc/cppu/unotype.hxx                  |    2 +-
 cppuhelper/inc/cppuhelper/implbase1.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase10.hxx   |    4 ++--
 cppuhelper/inc/cppuhelper/implbase11.hxx   |    4 ++--
 cppuhelper/inc/cppuhelper/implbase12.hxx   |    4 ++--
 cppuhelper/inc/cppuhelper/implbase2.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase3.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase4.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase5.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase6.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase7.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase8.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase9.hxx    |    4 ++--
 cppuhelper/inc/cppuhelper/implbase_ex.hxx  |   16 ++++++++++++++++
 inc/com/sun/star/uno/Sequence.hxx          |    0 
 inc/comphelper/implbase_var.hxx            |    0 
 inc/cppu/unotype.hxx                       |    0 
 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 
 inc/salhelper/singletonref.hxx             |    0 
 salhelper/inc/salhelper/singletonref.hxx   |    2 +-
 34 files changed, 44 insertions(+), 28 deletions(-)

Index: openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch	24 Nov 2006 18:00:30 -0000	1.5
+++ openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch	27 Nov 2006 13:22:49 -0000	1.6
@@ -10,7 +10,7 @@
      template< typename Ifc1, typename Impl > struct ImplClassData1
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data1 s_cd =
              {
@@ -35,7 +35,7 @@
  	struct ImplClassData10
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data10 s_cd =
              {
@@ -60,7 +60,7 @@
  	struct ImplClassData11
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data11 s_cd =
              {
@@ -85,7 +85,7 @@
  	struct ImplClassData12
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data12 s_cd =
              {
@@ -110,7 +110,7 @@
      template< typename Ifc1, typename Ifc2, typename Impl > struct ImplClassData2
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data2 s_cd =
              {
@@ -135,7 +135,7 @@
      template< typename Ifc1, typename Ifc2, typename Ifc3, typename Impl > struct ImplClassData3
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data3 s_cd =
              {
@@ -160,7 +160,7 @@
          struct ImplClassData4
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data4 s_cd =
              {
@@ -185,7 +185,7 @@
          struct ImplClassData5
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data5 s_cd =
              {
@@ -210,7 +210,7 @@
          struct ImplClassData6
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data6 s_cd =
              {
@@ -235,7 +235,7 @@
          struct ImplClassData7
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data7 s_cd =
              {
@@ -260,7 +260,7 @@
  	struct ImplClassData8
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data8 s_cd =
              {
@@ -285,7 +285,7 @@
  	struct ImplClassData9
      {
 -        class_data* operator ()()
-+        CPPU_GCC_DLLPUBLIC_EXPORT class_data* operator ()()
++        CPPU_GCC_DLLPRIVATE class_data* operator ()()
          {
              static class_data9 s_cd =
              {
@@ -363,7 +363,7 @@
  }
  
 -template< typename T > inline ::com::sun::star::uno::Type const &
-+template< typename T > CPPU_GCC_DLLPUBLIC_EXPORT inline ::com::sun::star::uno::Type const &
++template< typename T > CPPU_GCC_DLLPRIVATE inline ::com::sun::star::uno::Type const &
  cppu_detail_getUnoType(::cppu::UnoSequenceType< T > const *) {
      //TODO: depending on memory model, the following might not work reliably
      static typelib_TypeDescriptionReference * p = 0;
@@ -379,7 +379,7 @@
          struct SingletonLockInit
          {
 -            ::osl::Mutex* operator()()
-+            SAL_DLLPUBLIC_EXPORT ::osl::Mutex* operator()()
++            SAL_DLLPRIVATE ::osl::Mutex* operator()()
              {
                  static ::osl::Mutex aInstance;
                  return &aInstance;
@@ -395,7 +395,7 @@
  }
  
 -template< typename T > inline ::com::sun::star::uno::Type const &
-+template< typename T > CPPU_GCC_DLLPUBLIC_EXPORT inline ::com::sun::star::uno::Type const &
++template< typename T > CPPU_GCC_DLLPRIVATE inline ::com::sun::star::uno::Type const &
  getTypeFavourChar(::com::sun::star::uno::Sequence< T > const *) {
      //TODO  On certain platforms with weak memory models, the following code can
      // result in some threads observing that td points to garbage:


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.951
retrieving revision 1.952
diff -u -r1.951 -r1.952
--- openoffice.org.spec	27 Nov 2006 09:58:08 -0000	1.951
+++ openoffice.org.spec	27 Nov 2006 13:22:49 -0000	1.952
@@ -2502,6 +2502,7 @@
 %changelog
 * Mon Nov 27 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.1.0-5.2
 - Resolves: rhbz#217321 openoffice.org-2.1.0.ooo72014.officecfg.malayammenu.patch
+- Resolves: rhbz#217234 visibility and inline local static data
 
 * Thu Nov 23 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.1.0-5.1
 - next one




More information about the fedora-cvs-commits mailing list