summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-18 14:50:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-18 14:50:16 +0000
commita6eb00bc8ea629c674238bc8e4273b9fc3ea81ac (patch)
tree87b4d884a9c1c8657164ddcebee4e77504e5d625 /configmgr
parent2cd839c6bd76e920db90c5c0e059b9f4c1cb37c5 (diff)
INTEGRATION: CWS cfgapi (1.6.108); FILE MERGED
2004/05/18 15:23:21 ssmith 1.6.108.1: #23113# fixing resolveUnoObjects function
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/nodechangeinfo.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/configmgr/source/inc/nodechangeinfo.hxx b/configmgr/source/inc/nodechangeinfo.hxx
index ba72f71a4493..7bb38f9df663 100644
--- a/configmgr/source/inc/nodechangeinfo.hxx
+++ b/configmgr/source/inc/nodechangeinfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: nodechangeinfo.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 16:19:00 $
+ * last change: $Author: hr $ $Date: 2004-06-18 15:50:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,8 @@ namespace configmgr
bool isEmptyChange() const { return eNoChange == type; }
bool isValueChange() const { return eSetValue <= type && type <= eSetDefault; }
bool isSetChange() const { return eInsertElement <= type && type <= eRemoveElement; }
-
+ bool isRemoveSetChange() const { return eRemoveElement == type;}
+ bool isReplaceSetChange() const { return eReplaceElement == type;}
//-------------------------------------------------
bool isDataChange() const;