summaryrefslogtreecommitdiff
path: root/configmgr/source/type.hxx
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/type.hxx
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/type.hxx')
-rw-r--r--configmgr/source/type.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/type.hxx b/configmgr/source/type.hxx
index cece6a2dbfdd..091c3f353cb4 100644
--- a/configmgr/source/type.hxx
+++ b/configmgr/source/type.hxx
@@ -39,9 +39,9 @@ bool isListType(Type type);
Type elementType(Type type);
-com::sun::star::uno::Type mapType(Type type);
+css::uno::Type mapType(Type type);
-Type getDynamicType(com::sun::star::uno::Any const & value);
+Type getDynamicType(css::uno::Any const & value);
}