diff options
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r-- | sw/inc/calc.hxx | 6 |
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 |