summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-07 08:48:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-07 10:01:26 +0100
commit36c88900c56cb7c34da83e7b2d8fe88f3c8ee345 (patch)
tree4b08160b83277ccdb3499f028eea313ffe7ef437 /chart2/source/inc
parenttdf#115084: fix sloppy mnemonic ID (diff)
downloadcore-36c88900c56cb7c34da83e7b2d8fe88f3c8ee345.tar.gz
core-36c88900c56cb7c34da83e7b2d8fe88f3c8ee345.zip
use more Color in chart2
Change-Id: I23fc16cdc34a06486bcaaac63bfb313f1ddc95bf Reviewed-on: https://gerrit.libreoffice.org/50862 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/NumberFormatterWrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/NumberFormatterWrapper.hxx b/chart2/source/inc/NumberFormatterWrapper.hxx
index a978b2b33c91..2553941c54dd 100644
--- a/chart2/source/inc/NumberFormatterWrapper.hxx
+++ b/chart2/source/inc/NumberFormatterWrapper.hxx
@@ -38,7 +38,7 @@ public:
const css::uno::Reference< css::util::XNumberFormatsSupplier >&
getNumberFormatsSupplier() { return m_xNumberFormatsSupplier; };
- OUString getFormattedString( sal_Int32 nNumberFormatKey, double fValue, sal_Int32& rLabelColor, bool& rbColorChanged ) const;
+ OUString getFormattedString( sal_Int32 nNumberFormatKey, double fValue, Color& rLabelColor, bool& rbColorChanged ) const;
Date getNullDate() const;
private: //private member
@@ -56,7 +56,7 @@ public:
, sal_Int32 nNumberFormatKey );
~FixedNumberFormatter();
- OUString getFormattedString( double fValue, sal_Int32& rLabelColor, bool& rbColorChanged ) const;
+ OUString getFormattedString( double fValue, Color& rLabelColor, bool& rbColorChanged ) const;
private:
NumberFormatterWrapper m_aNumberFormatterWrapper;