[Libreoffice-commits] .: basebmp/source

Matus Kukan mkukan at kemper.freedesktop.org
Thu Sep 1 06:46:38 PDT 2011


 basebmp/source/debug.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e21822008dff0c618e8947d7343bc70d51d47ec3
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Thu Sep 1 15:44:06 2011 +0200

    export debugDump used for debugging

diff --git a/basebmp/source/debug.cxx b/basebmp/source/debug.cxx
index 4e7abb0..5491715 100644
--- a/basebmp/source/debug.cxx
+++ b/basebmp/source/debug.cxx
@@ -80,7 +80,7 @@ namespace basebmp
         }
     }
 
-    void debugDump( const BitmapDeviceSharedPtr& rDevice,
+    SAL_DLLPUBLIC_EXPORT void debugDump( const BitmapDeviceSharedPtr& rDevice,
                     std::ostream&                rOutputStream )
     {
         const basegfx::B2IVector aSize( rDevice->getSize() );


More information about the Libreoffice-commits mailing list