summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: */