summaryrefslogtreecommitdiff
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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/inc/charmapacc.hxx b/svx/source/inc/charmapacc.hxx
index d93540437a5b..afc9181fec91 100644
--- a/svx/source/inc/charmapacc.hxx
+++ b/svx/source/inc/charmapacc.hxx
@@ -84,8 +84,8 @@ namespace svx
);
// simple access methods
- inline SvxShowCharSetAcc* getTable() const { return m_xTable.get(); }
- inline SvxShowCharSet* getCharSetControl() const { return mpParent; }
+ SvxShowCharSetAcc* getTable() const { return m_xTable.get(); }
+ SvxShowCharSet* getCharSetControl() const { return mpParent; }
};
@@ -174,7 +174,7 @@ namespace svx
virtual sal_Int32 SAL_CALL getAccessibleColumn( sal_Int32 nChildIndex ) override;
- inline void SAL_CALL fireEvent(
+ void SAL_CALL fireEvent(
const sal_Int16 _nEventId,
const css::uno::Any& _rOldValue,
const css::uno::Any& _rNewValue
@@ -257,7 +257,7 @@ namespace svx
virtual css::uno::Reference< css::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) override;
- inline void SAL_CALL fireEvent(
+ void SAL_CALL fireEvent(
const sal_Int16 _nEventId,
const css::uno::Any& _rOldValue,
const css::uno::Any& _rNewValue