diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-28 12:58:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-28 12:58:55 +0000 |
commit | 618b659f54380056318e9c3260ca7808999b48f3 (patch) | |
tree | 7a6e2a5d8be40f3955d329fe6aa54b061fa832e9 /basic | |
parent | 888598a33ef76411731bc304f1b57fec54a5373f (diff) |
INTEGRATION: CWS ab42 (1.2.72); FILE MERGED
2007/12/21 11:03:58 ab 1.2.72.1: #151250# Support date/time formats
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 ); |