summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmtextcontrolfeature.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmtextcontrolfeature.hxx')
-rw-r--r--svx/source/inc/fmtextcontrolfeature.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/fmtextcontrolfeature.hxx b/svx/source/inc/fmtextcontrolfeature.hxx
index b8038b23ee20..6511ff981a98 100644
--- a/svx/source/inc/fmtextcontrolfeature.hxx
+++ b/svx/source/inc/fmtextcontrolfeature.hxx
@@ -61,8 +61,8 @@ namespace svx
);
/// determines whether the feature we're responsible for is currently enabled
- inline bool isFeatureEnabled( ) const { return m_bFeatureEnabled; }
- inline const css::uno::Any& getFeatureState( ) const { return m_aFeatureState; }
+ bool isFeatureEnabled( ) const { return m_bFeatureEnabled; }
+ const css::uno::Any& getFeatureState( ) const { return m_aFeatureState; }
/** dispatches the feature URL to the dispatcher
*/