summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 00:07:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-01 08:54:22 +0000
commit6f089d61c8576f271b2873b532170a6bd627c9e2 (patch)
tree14fb8eb36dc2e2875ed43c49f0e71d26b2f4d52e /cppuhelper
parentbbf96f4feb309f94741e76bd92ec06f25d3e9734 (diff)
All the content of cppuhelper/source/compat.cxx must be in namespace cppu
Change-Id: I30dde10d1c299dbd9c0b2cb2fa025ce432df6cce (cherry picked from commit 69f1846f4095a9dc607a0e568980d8625d657c94) Reviewed-on: https://gerrit.libreoffice.org/6097 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/compat.cxx4
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: */