summaryrefslogtreecommitdiff
path: root/chart2/source/inc/NumberFormatterWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/NumberFormatterWrapper.hxx')
-rw-r--r--chart2/source/inc/NumberFormatterWrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/NumberFormatterWrapper.hxx b/chart2/source/inc/NumberFormatterWrapper.hxx
index e97983801558..d199ef7b4005 100644
--- a/chart2/source/inc/NumberFormatterWrapper.hxx
+++ b/chart2/source/inc/NumberFormatterWrapper.hxx
@@ -36,7 +36,7 @@ public:
NumberFormatterWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xSupplier );
virtual ~NumberFormatterWrapper();
- SvNumberFormatter* getSvNumberFormatter() const;
+ SvNumberFormatter* getSvNumberFormatter() const { return m_pNumberFormatter;}
::com::sun::star::uno::Reference< com::sun::star::util::XNumberFormatsSupplier >
getNumberFormatsSupplier() { return m_xNumberFormatsSupplier; };