summaryrefslogtreecommitdiffstats
path: root/svx/source/inc/charmapacc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/charmapacc.hxx')
-rw-r--r--svx/source/inc/charmapacc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/charmapacc.hxx b/svx/source/inc/charmapacc.hxx
index 4375f9351090..785ff05acc8f 100644
--- a/svx/source/inc/charmapacc.hxx
+++ b/svx/source/inc/charmapacc.hxx
@@ -76,7 +76,7 @@ namespace svx
// call the fireEvent method from the table when it exists.
- void SAL_CALL fireEvent(
+ void fireEvent(
const sal_Int16 _nEventId,
const css::uno::Any& _rOldValue,
const css::uno::Any& _rNewValue
@@ -173,7 +173,7 @@ namespace svx
virtual sal_Int32 SAL_CALL getAccessibleColumn( sal_Int32 nChildIndex ) override;
- void SAL_CALL fireEvent(
+ void fireEvent(
const sal_Int16 _nEventId,
const css::uno::Any& _rOldValue,
const css::uno::Any& _rNewValue
@@ -256,7 +256,7 @@ namespace svx
virtual css::uno::Reference< css::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) override;
- void SAL_CALL fireEvent(
+ void fireEvent(
const sal_Int16 _nEventId,
const css::uno::Any& _rOldValue,
const css::uno::Any& _rNewValue