summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-05-20 04:06:46 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-05-20 04:07:17 +0200
commitbcdd3a403ca1d0ac05dd2382cf7e8fdfd3281322 (patch)
tree771506466966f303284888fb1771045a16ca9cd7 /sc
parent16726a1b37df8bdcae02b3c7699df814977222bd (diff)
forgot to include that part
Change-Id: I8d905ca573e1ff15c4bf6049ce8884b223ff146c
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/unitconverter.hxx5
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;