diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-11 11:23:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-11 11:23:44 +0300 |
commit | 92c19ff2898d3c81207c50559ad55421a3a18b63 (patch) | |
tree | 4aa57f3275baeecd87fb2a0ab128030fc9429230 /canvas | |
parent | d98085df63383601fb9d9e67d0358ec15a25a53c (diff) |
disposeEventSource should not be SAL_CALL
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx b/canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx index 9317c8230bc6..29c8fb05b38d 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 ); |