From d55443bd1df2d697c28715fa986e6ffba9768643 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 15 Nov 2004 12:13:15 +0000 Subject: 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 --- pyuno/source/module/pyuno_type.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyuno') 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: -- cgit