[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue May 19 19:07:43 PDT 2015
sc/source/filter/inc/unitconverter.hxx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit bcdd3a403ca1d0ac05dd2382cf7e8fdfd3281322
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Wed May 20 04:06:46 2015 +0200
forgot to include that part
Change-Id: I8d905ca573e1ff15c4bf6049ce8884b223ff146c
diff --git a/sc/source/filter/inc/unitconverter.hxx b/sc/source/filter/inc/unitconverter.hxx
index 6cb49b2..47db0e8 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;
More information about the Libreoffice-commits
mailing list