summaryrefslogtreecommitdiff
path: root/configmgr/source/type.hxx
diff options
context:
space:
mode:
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);
}