diff options
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/childaccess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/childaccess.cxx b/configmgr/source/childaccess.cxx index ecaae9f522e5..221a98e24f67 100644 --- a/configmgr/source/childaccess.cxx +++ b/configmgr/source/childaccess.cxx @@ -57,7 +57,7 @@ namespace configmgr { css::uno::Sequence< sal_Int8 > const & ChildAccess::getTunnelId() { - static const UnoTunnelIdInit theChildAccessUnoTunnelId; + static const comphelper::UnoIdInit theChildAccessUnoTunnelId; return theChildAccessUnoTunnelId.getSeq(); } |