summaryrefslogtreecommitdiff
path: root/configmgr/source/node.hxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-05-11 09:29:37 +0200
committersb <sb@openoffice.org>2010-05-11 09:29:37 +0200
commitc593c31aa9865baef540da5732fb425dd32b9b03 (patch)
treef584d8c9b2bad2ed42db34256cad3a00e4b6b866 /configmgr/source/node.hxx
parent8faf3781aa21c8bd95449eda6958b7be086b5e75 (diff)
sb122: #i111492# node-ref clone must not copy templateName_
Diffstat (limited to 'configmgr/source/node.hxx')
-rw-r--r--configmgr/source/node.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx
index 10f168520595..7c9417e68ea9 100644
--- a/configmgr/source/node.hxx
+++ b/configmgr/source/node.hxx
@@ -46,7 +46,7 @@ public:
virtual Kind kind() const = 0;
- virtual rtl::Reference< Node > clone() const = 0;
+ virtual rtl::Reference< Node > clone(bool keepTemplateName) const = 0;
virtual NodeMap & getMembers();