diff options
Diffstat (limited to 'configmgr/source/inc/change.hxx')
-rw-r--r-- | configmgr/source/inc/change.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/inc/change.hxx b/configmgr/source/inc/change.hxx index c12142a7885b..f0b0f8b9e2b1 100644 --- a/configmgr/source/inc/change.hxx +++ b/configmgr/source/inc/change.hxx @@ -2,9 +2,9 @@ * * $RCSfile: change.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: jb $ $Date: 2001-04-05 14:43:13 $ + * last change: $Author: jb $ $Date: 2001-07-05 17:05:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -189,6 +189,7 @@ namespace configmgr void setModeAsString(const rtl::OUString& _rMode); void applyTo(ValueNode& aNode); + void applyChangeNoRecover(ValueNode& aNode) const; virtual void dispatch(ChangeTreeAction& anAction) const { anAction.handle(*this); } virtual void dispatch(ChangeTreeModification& anAction) { anAction.handle(*this); } |