diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/inc/basic/sbxform.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/inc/basic/sbxform.hxx b/basic/inc/basic/sbxform.hxx index 386a4636e4d2..511159339db5 100644 --- a/basic/inc/basic/sbxform.hxx +++ b/basic/inc/basic/sbxform.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxform.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-04-11 12:54:30 $ + * last change: $Author: vg $ $Date: 2008-01-28 13:58:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,6 +125,8 @@ class SbxBasicFormater { String BasicFormat( double dNumber, String sFormatStrg ); String BasicFormatNull( String sFormatStrg ); + static BOOL isBasicFormat( String sFormatStrg ); + private: //*** einige Hilfsmethoden *** //void ShowError( char *sErrMsg ); |