summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:13:15 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:13:15 +0000
commitd55443bd1df2d697c28715fa986e6ffba9768643 (patch)
treeeb3e9104c1e95f9512073384b192bcd418b14440 /pyuno
parent53515dc5f71207443fb9d2444a437e479b9fa453 (diff)
INTEGRATION: CWS pythonupgrade (1.3.72); FILE MERGED
2004/09/30 20:47:00 jbu 1.3.72.1: #i32901# upgrade to python 2.3.4, PYTHONLIB is now defined in pyversion.mk, special direct linking should not be needed anymore
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_type.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyuno/source/module/pyuno_type.cxx b/pyuno/source/module/pyuno_type.cxx
index 0e55eef5f1a3..a921ddd4d2f2 100644
--- a/pyuno/source/module/pyuno_type.cxx
+++ b/pyuno/source/module/pyuno_type.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pyuno_type.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jbu $ $Date: 2003-05-24 23:29:24 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:13:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ const char *typeClassToString( TypeClass t )
case com::sun::star::uno::TypeClass_LONG:
ret = "LONG"; break;
case com::sun::star::uno::TypeClass_UNSIGNED_LONG:
- ret = "UNSIGNED_LONG";
+ ret = "UNSIGNED_LONG"; break;
case com::sun::star::uno::TypeClass_HYPER:
ret = "HYPER"; break;
case com::sun::star::uno::TypeClass_UNSIGNED_HYPER: