[Libreoffice-commits] .: canvas/inc

Tor Lillqvist tml at kemper.freedesktop.org
Mon Apr 11 01:23:57 PDT 2011


 canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe1bc8b7b1663021a1865bc8622ada38113fec55
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon Apr 11 11:23:00 2011 +0300

    disposeEventSource should not be SAL_CALL

diff --git a/canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx b/canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx
index d9db2ee..46366eb 100644
--- a/canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx
+++ b/canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx
@@ -231,7 +231,7 @@ namespace canvas
         }
 
         // XWindowListener
-        virtual void SAL_CALL disposeEventSource( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException)
+        virtual void disposeEventSource( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException)
         {
             typename BaseType::MutexType aGuard( BaseType::m_aMutex );
 


More information about the Libreoffice-commits mailing list