summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-27 10:59:23 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-28 07:25:03 +0000
commit506be190a9c0aa682c8c3a681a567966353afca8 (patch)
tree4b2ee61bddd2337aadf3b011707d4ac968508336 /configmgr/source/propertynode.cxx
parentfb6fc47b5518331c4e76ac1bac127e69015e9f12 (diff)
com::sun::star->css in configmgr
Change-Id: Ief642571ddccbf016fa1625b5859b4889a4a3e8e Reviewed-on: https://gerrit.libreoffice.org/17366 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'configmgr/source/propertynode.cxx')
-rw-r--r--configmgr/source/propertynode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/propertynode.cxx b/configmgr/source/propertynode.cxx
index 967a1057b238..3ead60f89a3c 100644
--- a/configmgr/source/propertynode.cxx
+++ b/configmgr/source/propertynode.cxx
@@ -70,7 +70,7 @@ void PropertyNode::setValue(int layer, css::uno::Any const & value) {
externalDescriptor_.clear();
}
-com::sun::star::uno::Any *PropertyNode::getValuePtr(int layer)
+css::uno::Any *PropertyNode::getValuePtr(int layer)
{
setLayer(layer);
externalDescriptor_.clear();