summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-06-26 13:47:54 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-06-28 14:37:22 +0100
commitf692c61ab26b425cd8e6a36b8e229bbf7caff335 (patch)
tree5aac9f0a1810e9265901b86e8c37fe560c45df7e /configmgr/source/propertynode.hxx
parent115fd951e92a725ee6fca41e96d6b791ac66bd34 (diff)
configmgr: avoid constructing duplicating and freeing Any's
Accelerates headless startup by 6.5m cycles or so, 0.6% or so but something. Change-Id: I9edca3d0c1c81d865e8369fee5cf193da7adb97c
Diffstat (limited to 'configmgr/source/propertynode.hxx')
-rw-r--r--configmgr/source/propertynode.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/configmgr/source/propertynode.hxx b/configmgr/source/propertynode.hxx
index 60108e7db6ea..805efa18de65 100644
--- a/configmgr/source/propertynode.hxx
+++ b/configmgr/source/propertynode.hxx
@@ -48,6 +48,7 @@ public:
com::sun::star::uno::Any getValue(Components & components);
void setValue(int layer, com::sun::star::uno::Any const & value);
+ com::sun::star::uno::Any *getValuePtr(int layer);
void setExternal(int layer, OUString const & descriptor);