diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-08 09:55:44 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-08 09:55:44 +0000 |
commit | 55bc0aa0f421a05d318382f7b29d5e52b1705c42 (patch) | |
tree | efcb0f4be8ec6817d47e58f6d0f0844b05cceb58 /configmgr | |
parent | 797fbb920a44ab33d8584f67808f46b5fe48707b (diff) |
#65293# syntax
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/inc/attributes.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/inc/attributes.hxx b/configmgr/source/inc/attributes.hxx index 7b62a086ceb7..27ef3c2985b9 100644 --- a/configmgr/source/inc/attributes.hxx +++ b/configmgr/source/inc/attributes.hxx @@ -2,9 +2,9 @@ * * $RCSfile: attributes.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jb $ $Date: 2001-11-05 16:50:18 $ + * last change: $Author: hjs $ $Date: 2001-11-08 10:55:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ namespace configmgr isDefault, isToDefault = isDefault, isMerged, isModification = isMerged, isReplaced, isReplacement = isReplaced, - isAdded, isAddition = isAdded, + isAdded, isAddition = isAdded }; inline bool existsInDefault(State eState) { return eState <= isReplaced;} inline bool isReplacedForUser(State eState) { return eState >= isReplaced;} |