summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/unitconverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/unitconverter.hxx')
-rw-r--r--sc/source/filter/inc/unitconverter.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/filter/inc/unitconverter.hxx b/sc/source/filter/inc/unitconverter.hxx
index 88921d1ceb5b..dbd642403ba1 100644
--- a/sc/source/filter/inc/unitconverter.hxx
+++ b/sc/source/filter/inc/unitconverter.hxx
@@ -88,6 +88,9 @@ public:
/** Returns a BIFF error code from the passed error string. */
sal_uInt8 calcBiffErrorCode( const OUString& rErrorCode ) const;
+ /** Returns an error string from the passed BIFF error code. */
+ const OUString& calcErrorString( sal_uInt8 nErrorCode ) const;
+
private:
/** Adds an error code to the internal maps. */
void addErrorCode( sal_uInt8 nErrorCode, const OUString& rErrorCode );