summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:31:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:31:01 +0000
commitdeebfd1738c2676198023f1511eb0c23f8fb3e47 (patch)
tree501b28c446de96832b1ac11005d767e81c9109b4 /pyuno
parentad6d0271b8c7810d319500d5d18ff0e64421a649 (diff)
INTEGRATION: CWS geordi2q14 (1.4.34); FILE MERGED
2004/01/29 18:09:58 hr 1.4.34.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/uno.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyuno/source/module/uno.py b/pyuno/source/module/uno.py
index 220dfbc11c91..e1a11224518d 100644
--- a/pyuno/source/module/uno.py
+++ b/pyuno/source/module/uno.py
@@ -2,9 +2,9 @@
#
# $RCSfile: uno.py,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: jbu $ $Date: 2003-05-24 23:24:27 $
+# last change: $Author: hr $ $Date: 2004-02-02 19:31:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -132,7 +132,7 @@ class Enum:
pyuno.checkEnum( self )
def __repr__(self):
- return "<uno.Eunm %s (%r)>" % (self.typeName, self.value)
+ return "<uno.Enum %s (%r)>" % (self.typeName, self.value)
def __eq__(self, that):
if not isinstance(that, Enum):