summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxconv.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-10-27 19:07:59 +0200
committerEike Rathke <erack@redhat.com>2017-10-27 19:08:09 +0200
commitae531b69b3d8f0aa1bb1438e0af63b0710c9c47a (patch)
tree0be2156eda83981a835da8fea499d7c9a321075d /basic/source/sbx/sbxconv.hxx
parentab7b10d6c37af426c782e8cb46563bc206e5881c (diff)
Another ImpGetIntntlSep() fix, tdf#81671 follow-up
Change-Id: I9c056a137ab873f677e374d75c4e2f06bf370f21
Diffstat (limited to 'basic/source/sbx/sbxconv.hxx')
-rw-r--r--basic/source/sbx/sbxconv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxconv.hxx b/basic/source/sbx/sbxconv.hxx
index 25edf9bc2163..441729a8d0cc 100644
--- a/basic/source/sbx/sbxconv.hxx
+++ b/basic/source/sbx/sbxconv.hxx
@@ -33,7 +33,7 @@ extern ErrCode ImpScan
// with advanced evaluation (International, "TRUE"/"FALSE")
extern bool ImpConvStringExt( OUString& rSrc, SbxDataType eTargetType );
-void ImpGetIntntlSep( sal_Unicode& rcDecimalSep, sal_Unicode& rcThousandSep );
+void ImpGetIntntlSep( sal_Unicode& rcDecimalSep, sal_Unicode& rcThousandSep, sal_Unicode& rcDecimalSepAlt );
// SBXINT.CXX