[Libreoffice-commits] .: 2 commits - cppuhelper/inc framework/inc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Mon Jan 9 01:38:19 PST 2012


 cppuhelper/inc/cppuhelper/propertysetmixin.hxx |    2 +-
 framework/inc/services/detectorfactory.hxx     |    4 ----
 framework/inc/services/sessionlistener.hxx     |    4 ----
 3 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit d0e97e3db7c88f378f87a22b0cab066021df2ded
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Sun Jan 8 23:57:05 2012 +0700

    Also gives BoundListeners a CPPUHELPER_DLLPUBLIC to link on msvc

diff --git a/cppuhelper/inc/cppuhelper/propertysetmixin.hxx b/cppuhelper/inc/cppuhelper/propertysetmixin.hxx
index 8c8186f..07d50c0 100644
--- a/cppuhelper/inc/cppuhelper/propertysetmixin.hxx
+++ b/cppuhelper/inc/cppuhelper/propertysetmixin.hxx
@@ -132,7 +132,7 @@ protected:
        @descr See <code>cppu::PropertySetMixinImpl::prepareSet</code> for
        further details.
     */
-    class BoundListeners {
+    class CPPUHELPER_DLLPUBLIC BoundListeners {
     public:
         /**
            @short The constructor.
commit 23656bda4e46ab7c00450fb0c145503a0cb0e7b5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jan 6 15:44:51 2012 +0100

    ENABLE_AUTODOC_FIX, WTF

diff --git a/framework/inc/services/detectorfactory.hxx b/framework/inc/services/detectorfactory.hxx
index 0ada119..b269fc6 100644
--- a/framework/inc/services/detectorfactory.hxx
+++ b/framework/inc/services/detectorfactory.hxx
@@ -130,10 +130,6 @@ class DetectorFactory : // interfaces
         DECLARE_XTYPEPROVIDER
         DECLARE_XSERVICEINFO
 
-        #ifdef ENABLE_AUTODOC_FIX
-        ;
-        #endif
-
         //---------------------------------------
 
         /** @short  initialize new instance of this class.
diff --git a/framework/inc/services/sessionlistener.hxx b/framework/inc/services/sessionlistener.hxx
index 8650cc8..1f909ae 100644
--- a/framework/inc/services/sessionlistener.hxx
+++ b/framework/inc/services/sessionlistener.hxx
@@ -139,10 +139,6 @@ class SessionListener :   // interfaces
         FWK_DECLARE_XTYPEPROVIDER
         DECLARE_XSERVICEINFO
 
-        #ifdef ENABLE_AUTODOC_FIX
-        ;
-        #endif
-
         //---------------------------------------
 
         /** @short  initialize new instance of this class.


More information about the Libreoffice-commits mailing list