summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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