diff options
Diffstat (limited to 'configmgr/source/childaccess.cxx')
-rw-r--r-- | configmgr/source/childaccess.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/configmgr/source/childaccess.cxx b/configmgr/source/childaccess.cxx index 68bc0b01351c..8d05eb8fe61a 100644 --- a/configmgr/source/childaccess.cxx +++ b/configmgr/source/childaccess.cxx @@ -55,14 +55,10 @@ namespace configmgr { -namespace -{ - class theChildAccessUnoTunnelId : public rtl::Static< UnoTunnelIdInit, theChildAccessUnoTunnelId > {}; -} - css::uno::Sequence< sal_Int8 > const & ChildAccess::getTunnelId() { - return theChildAccessUnoTunnelId::get().getSeq(); + static const UnoTunnelIdInit theChildAccessUnoTunnelId; + return theChildAccessUnoTunnelId.getSeq(); } ChildAccess::ChildAccess( |