diff options
Diffstat (limited to 'xmloff/source/transform/OOo2Oasis.cxx')
-rw-r--r-- | xmloff/source/transform/OOo2Oasis.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx index c2c5cdf0a16c..ff947c0731ef 100644 --- a/xmloff/source/transform/OOo2Oasis.cxx +++ b/xmloff/source/transform/OOo2Oasis.cxx @@ -1944,14 +1944,10 @@ void OOo2OasisTransformer::Initialize( } } -namespace -{ - class theOOo2OasisTransformerUnoTunnelId : public rtl::Static< UnoTunnelIdInit, theOOo2OasisTransformerUnoTunnelId> {}; -} - const css::uno::Sequence<sal_Int8>& OOo2OasisTransformer::getUnoTunnelId() throw() { - return theOOo2OasisTransformerUnoTunnelId::get().getSeq(); + static const UnoTunnelIdInit theOOo2OasisTransformerUnoTunnelId; + return theOOo2OasisTransformerUnoTunnelId.getSeq(); } // XUnoTunnel |