diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 00:07:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 00:56:18 +0200 |
commit | 69f1846f4095a9dc607a0e568980d8625d657c94 (patch) | |
tree | 98b6f91b0798ceb82599d869cb4513e0996fdab0 /cppuhelper | |
parent | fc71ed951f646d5c686cfc3615b5b967cbe12612 (diff) |
All the content of cppuhelper/source/compat.cxx must be in namespace cppu
Change-Id: I30dde10d1c299dbd9c0b2cb2fa025ce432df6cce
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/compat.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/compat.cxx b/cppuhelper/source/compat.cxx index ab57a2aea882..3047c114815e 100644 --- a/cppuhelper/source/compat.cxx +++ b/cppuhelper/source/compat.cxx @@ -48,8 +48,6 @@ css::uno::Reference< css::lang::XMultiComponentFactory > bootstrapInitialSF( for (;;) { std::abort(); } // avoid "must return a value" warnings } -} - SAL_DLLPUBLIC_EXPORT css::uno::Reference< css::uno::XComponentContext > SAL_CALL bootstrap_InitialComponentContext( css::uno::Reference< css::registry::XSimpleRegistry > const &, @@ -86,4 +84,6 @@ createStandardClassWithSequence( for (;;) { std::abort(); } // avoid "must return a value" warnings } +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |