summaryrefslogtreecommitdiff
path: root/svl/source/numbers/supservs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/numbers/supservs.hxx')
-rw-r--r--svl/source/numbers/supservs.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svl/source/numbers/supservs.hxx b/svl/source/numbers/supservs.hxx
index 4a00ce22f86e..919ae9d461da 100644
--- a/svl/source/numbers/supservs.hxx
+++ b/svl/source/numbers/supservs.hxx
@@ -32,15 +32,16 @@
* - can be initialized (css::lang::XInitialization)
* with a specific language (i.e. css::lang::Locale)
*/
-class SvNumberFormatsSupplierServiceObject
+class SvNumberFormatsSupplierServiceObject final
:public SvNumberFormatsSupplierObj
,public css::lang::XInitialization
,public css::lang::XServiceInfo
{
-protected:
SvNumberFormatter* m_pOwnFormatter;
css::uno::Reference< css::uno::XComponentContext > m_xORB;
+ void implEnsureFormatter();
+
public:
explicit SvNumberFormatsSupplierServiceObject(const css::uno::Reference< css::uno::XComponentContext >& _rxORB);
virtual ~SvNumberFormatsSupplierServiceObject() override;
@@ -70,9 +71,6 @@ public:
// XUnoTunnler
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override;
-
-protected:
- void implEnsureFormatter();
};