summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-11 14:53:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-11 14:54:30 +0100
commite3e1f9f30d80961fd282f9ce765ffb1111201344 (patch)
treef4834761071993686aa82ef4741681c3035556c1 /comphelper
parentc67cc960ce344f4cb7a0be785ee69e08e72e6fbb (diff)
Leftover SAL_CALL
Change-Id: I895b2132ee752f191f30d6adc0af35cad005afe5
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/accessiblecontexthelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/accessiblecontexthelper.cxx b/comphelper/source/misc/accessiblecontexthelper.cxx
index dc9d6ec57565..0daab3529fdc 100644
--- a/comphelper/source/misc/accessiblecontexthelper.cxx
+++ b/comphelper/source/misc/accessiblecontexthelper.cxx
@@ -176,7 +176,7 @@ namespace comphelper
}
- void SAL_CALL OAccessibleContextHelper::NotifyAccessibleEvent( const sal_Int16 _nEventId,
+ void OAccessibleContextHelper::NotifyAccessibleEvent( const sal_Int16 _nEventId,
const Any& _rOldValue, const Any& _rNewValue )
{
if ( !m_pImpl->getClientId( ) )