diff options
Diffstat (limited to 'svtools/source/inc')
-rw-r--r-- | svtools/source/inc/unoiface.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx index 485df3f70cf7..bbe2f6a17243 100644 --- a/svtools/source/inc/unoiface.hxx +++ b/svtools/source/inc/unoiface.hxx @@ -170,7 +170,7 @@ public: class SVTXFormattedField : public VCLXSpinField { protected: - css::uno::Reference<SvNumberFormatsSupplierObj> m_xCurrentSupplier; + SvNumberFormatsSupplierObj* m_pCurrentSupplier; bool bIsStandardSupplier; sal_Int32 nKeyToSetDelayed; |