summaryrefslogtreecommitdiff
path: root/sw/inc/calc.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-21 13:24:56 +0000
committerjp <jp@openoffice.org>2000-11-21 13:24:56 +0000
commitfa05fff1347f9427a7fc362c8e062fb9608a8f78 (patch)
tree6acff2c43cf67db535e2f760f5aaab992313bead /sw/inc/calc.hxx
parent77da25c56d9efa0f899c1cdf475c7d713daa1dc6 (diff)
Bug #79951#: Str2Double - new method with doc
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r--sw/inc/calc.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx
index 8c9e9fc3ef57..8bc3bd350bd7 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: calc.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-20 09:16:31 $
+ * last change: $Author: jp $ $Date: 2000-11-21 14:22:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -256,6 +256,8 @@ public:
static FASTBOOL Str2Double( const String& rStr, xub_StrLen& rPos,
double& rVal,
const LocaleDataWrapper* pData = 0 );
+ static FASTBOOL Str2Double( const String& rStr, xub_StrLen& rPos,
+ double& rVal, SwDoc* pDoc );
};
#endif