summaryrefslogtreecommitdiff
path: root/include/basic/sbxform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxform.hxx')
-rw-r--r--include/basic/sbxform.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxform.hxx b/include/basic/sbxform.hxx
index 4a2f04401b02..ff32b37c7fbb 100644
--- a/include/basic/sbxform.hxx
+++ b/include/basic/sbxform.hxx
@@ -133,7 +133,7 @@ class BASIC_DLLPUBLIC SbxBasicFormater {
BASIC_DLLPRIVATE OUString GetNegFormatString( const OUString& sFormatStrg, bool & bFound );
BASIC_DLLPRIVATE OUString Get0FormatString( const OUString& sFormatStrg, bool & bFound );
BASIC_DLLPRIVATE OUString GetNullFormatString( const OUString& sFormatStrg, bool & bFound );
- BASIC_DLLPRIVATE short AnalyseFormatString( const OUString& sFormatStrg,
+ BASIC_DLLPRIVATE void AnalyseFormatString( const OUString& sFormatStrg,
short& nNoOfDigitsLeft, short& nNoOfDigitsRight,
short& nNoOfOptionalDigitsLeft,
short& nNoOfExponentDigits,