summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/usercontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/usercontrol.hxx')
-rw-r--r--extensions/source/propctrlr/usercontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/usercontrol.hxx b/extensions/source/propctrlr/usercontrol.hxx
index f6bdffd3f00a..2dde63d403ef 100644
--- a/extensions/source/propctrlr/usercontrol.hxx
+++ b/extensions/source/propctrlr/usercontrol.hxx
@@ -66,7 +66,7 @@ namespace pcr
virtual void SAL_CALL setValue( const css::uno::Any& _value ) override;
virtual css::uno::Type SAL_CALL getValueType() override;
- inline void SetFormatSupplier( const SvNumberFormatsSupplierObj* _pSupplier )
+ void SetFormatSupplier( const SvNumberFormatsSupplierObj* _pSupplier )
{
getTypedControlWindow()->SetFormatSupplier( _pSupplier );
}