summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxconv.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:32:25 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:32:25 +0000
commitae9d195aea655fed27d2a7e9d4dc1de8ae275022 (patch)
treef5f2fddb23d780b0953536c5ed639f6688e09f73 /basic/source/sbx/sbxconv.hxx
parent3eaeb5a275cd6f2b9ba9e6f447f6277c3d2e7cdd (diff)
INTEGRATION: CWS sb59 (1.3.120); FILE MERGED
2006/08/11 15:04:31 sb 1.3.120.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'basic/source/sbx/sbxconv.hxx')
-rw-r--r--basic/source/sbx/sbxconv.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sbx/sbxconv.hxx b/basic/source/sbx/sbxconv.hxx
index 939861b3f264..3b0adb1f6b17 100644
--- a/basic/source/sbx/sbxconv.hxx
+++ b/basic/source/sbx/sbxconv.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxconv.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:47:37 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:32:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -147,7 +147,7 @@ void ImpPutULong( SbxValues*, UINT32 );
// SBXBOOL.CXX
-INT16 ImpGetBool( const SbxValues* );
+enum SbxBOOL ImpGetBool( const SbxValues* );
void ImpPutBool( SbxValues*, INT16 );
#endif