summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-04-04 06:54:13 +0000
committerRüdiger Timm <rt@openoffice.org>2005-04-04 06:54:13 +0000
commit41df52ddf3a5df73aca70d410451f9cf57a2a574 (patch)
tree07a1b294424718026eb6aaf7a932f7b1470bec5c /stoc
parent932c79141aa2701b89739b6eaec1d2239b6b18e6 (diff)
INTEGRATION: CWS gccfour (1.13.142); FILE MERGED
2005/03/11 09:19:19 cmc 1.13.142.1: #i44718# name enums that compare against ints
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/invocation/invocation.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx
index f27900cb3941..310c9aaad807 100644
--- a/stoc/source/invocation/invocation.cxx
+++ b/stoc/source/invocation/invocation.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: invocation.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 12:00:44 $
+ * last change: $Author: rt $ $Date: 2005-04-04 07:54:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -805,7 +805,7 @@ struct MemberItem
OUString aName;
// Defines where the member comes from
- enum { NAMEACCESS, PROPERTYSET, METHOD } eMode;
+ enum Mode { NAMEACCESS, PROPERTYSET, METHOD } eMode;
// Index to respective sequence
// (Index to NameAccess sequence for eMode==NAMEACCESS etc.)