summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-03 14:06:43 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-03 14:06:43 +0200
commitc5003146554b13ca50869db1b608fa425843e6d2 (patch)
treefd112bd882556198d62ead4538f698218d686b7a /configmgr/source/propertynode.hxx
parent968e631bdc4145e51424d770c2e2591192d100ec (diff)
parentf8e7afbac976ca862a801b9648fd95b2107757b2 (diff)
rebase to DEV300_m80
Diffstat (limited to 'configmgr/source/propertynode.hxx')
-rw-r--r--configmgr/source/propertynode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/propertynode.hxx b/configmgr/source/propertynode.hxx
index 1566cbf72dbe..506526ffcc1e 100644
--- a/configmgr/source/propertynode.hxx
+++ b/configmgr/source/propertynode.hxx
@@ -48,7 +48,7 @@ public:
int layer, Type staticType, bool nillable,
com::sun::star::uno::Any const & value, bool extension);
- virtual rtl::Reference< Node > clone() const;
+ virtual rtl::Reference< Node > clone(bool keepTemplateName) const;
Type getStaticType() const;