summaryrefslogtreecommitdiffstats
path: root/stoc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-04-04 06:54:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-04-04 06:54:32 +0000
commit0f751c7b640e539fec72b1e8850561e9bc1fcb29 (patch)
treec8f431b835e0417eac9e476c18a3ef68c559e836 /stoc
parentINTEGRATION: CWS gccfour (1.13.142); FILE MERGED (diff)
downloadcore-0f751c7b640e539fec72b1e8850561e9bc1fcb29.tar.gz
core-0f751c7b640e539fec72b1e8850561e9bc1fcb29.zip
INTEGRATION: CWS gccfour (1.5.178); FILE MERGED
2005/03/11 09:19:20 cmc 1.5.178.1: #i44718# name enums that compare against ints
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/security/access_controller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx
index 0055a1cba6d6..1143f12da0e0 100644
--- a/stoc/source/security/access_controller.cxx
+++ b/stoc/source/security/access_controller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: access_controller.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dbo $ $Date: 2002-04-19 15:16:45 $
+ * last change: $Author: rt $ $Date: 2005-04-04 07:54:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -445,7 +445,7 @@ class AccessController
SAL_THROW( (RuntimeException) );
// mode
- enum { OFF, ON, DYNAMIC_ONLY, SINGLE_USER, SINGLE_DEFAULT_USER } m_mode;
+ enum mode { OFF, ON, DYNAMIC_ONLY, SINGLE_USER, SINGLE_DEFAULT_USER } m_mode;
PermissionCollection m_defaultPermissions;
// for single-user mode