From 6f089d61c8576f271b2873b532170a6bd627c9e2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2013 00:07:23 +0200 Subject: 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 Tested-by: Michael Stahl --- cppuhelper/source/compat.cxx | 4 ++-- 1 file 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: */ -- cgit v1.2.3