diff options
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/inc/NumberFormatterWrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/NumberFormatterWrapper.hxx b/chart2/source/inc/NumberFormatterWrapper.hxx index 42a3be70ae66..b9db9fc1943e 100644 --- a/chart2/source/inc/NumberFormatterWrapper.hxx +++ b/chart2/source/inc/NumberFormatterWrapper.hxx @@ -61,7 +61,7 @@ public: private: NumberFormatterWrapper m_aNumberFormatterWrapper; - sal_uLong m_nNumberFormatKey; + sal_uInt32 m_nNumberFormatKey; }; } //namespace chart |