summaryrefslogtreecommitdiff
path: root/canvas/inc/canvas
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-04-11 11:23:00 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-04-11 11:23:44 +0300
commit92c19ff2898d3c81207c50559ad55421a3a18b63 (patch)
tree4aa57f3275baeecd87fb2a0ab128030fc9429230 /canvas/inc/canvas
parentd98085df63383601fb9d9e67d0358ec15a25a53c (diff)
disposeEventSource should not be SAL_CALL
Diffstat (limited to 'canvas/inc/canvas')
-rw-r--r--canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx2
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 );