summaryrefslogtreecommitdiff
path: root/configmgr/source/localizedpropertynode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localizedpropertynode.hxx')
-rw-r--r--configmgr/source/localizedpropertynode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx
index d5a16af0e54d..4ebcf8e243da 100644
--- a/configmgr/source/localizedpropertynode.hxx
+++ b/configmgr/source/localizedpropertynode.hxx
@@ -47,7 +47,7 @@ class LocalizedPropertyNode: public Node {
public:
LocalizedPropertyNode(int layer, Type staticType, bool nillable);
- virtual rtl::Reference< Node > clone() const;
+ virtual rtl::Reference< Node > clone(bool keepTemplateName) const;
virtual NodeMap & getMembers();