diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-05-20 04:06:46 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-05-20 04:07:17 +0200 |
commit | bcdd3a403ca1d0ac05dd2382cf7e8fdfd3281322 (patch) | |
tree | 771506466966f303284888fb1771045a16ca9cd7 /sc | |
parent | 16726a1b37df8bdcae02b3c7699df814977222bd (diff) |
forgot to include that part
Change-Id: I8d905ca573e1ff15c4bf6049ce8884b223ff146c
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/unitconverter.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/inc/unitconverter.hxx b/sc/source/filter/inc/unitconverter.hxx index 6cb49b211eed..47db0e8e099e 100644 --- a/sc/source/filter/inc/unitconverter.hxx +++ b/sc/source/filter/inc/unitconverter.hxx @@ -89,11 +89,12 @@ public: /** Returns an error string from the passed BIFF error code. */ OUString calcErrorString( sal_uInt8 nErrorCode ) const; + /** Returns the conversion coefficient for the passed unit. */ + double getCoefficient( Unit eUnit ) const; + private: /** Adds an error code to the internal maps. */ void addErrorCode( sal_uInt8 nErrorCode, const OUString& rErrorCode ); - /** Returns the conversion coefficient for the passed unit. */ - double getCoefficient( Unit eUnit ) const; private: typedef ::std::vector< double > DoubleVector; |