summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxconv.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-13 02:15:12 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-13 02:18:05 +0900
commit7465f5e604ee449006a243f1d55cb0882bb58ac1 (patch)
tree2cba05c5f3ba3ca132c37382e7684064a452d116 /basic/source/sbx/sbxconv.hxx
parentb30c9f7d8eea41fadcf3ff09db9e005f2f266006 (diff)
extract ImpGetIntntlSep() into sbxconv.hxx and reuse it
Diffstat (limited to 'basic/source/sbx/sbxconv.hxx')
-rw-r--r--basic/source/sbx/sbxconv.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/sbx/sbxconv.hxx b/basic/source/sbx/sbxconv.hxx
index 2a11f151d862..8c0a4b1f0585 100644
--- a/basic/source/sbx/sbxconv.hxx
+++ b/basic/source/sbx/sbxconv.hxx
@@ -42,6 +42,8 @@ extern SbxError ImpScan
// with advanced evaluation (International, "TRUE"/"FALSE")
extern sal_Bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType );
+void ImpGetIntntlSep( sal_Unicode& rcDecimalSep, sal_Unicode& rcThousandSep );
+
// SBXINT.CXX
double ImpRound( double );