summaryrefslogtreecommitdiff
path: root/shell/source/backends/macbe/macbecdef.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/macbe/macbecdef.cxx')
-rw-r--r--shell/source/backends/macbe/macbecdef.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/source/backends/macbe/macbecdef.cxx b/shell/source/backends/macbe/macbecdef.cxx
index 8073f69c037e..3cf519809043 100644
--- a/shell/source/backends/macbe/macbecdef.cxx
+++ b/shell/source/backends/macbe/macbecdef.cxx
@@ -27,7 +27,6 @@
namespace uno = com::sun::star::uno;
-
static uno::Reference<uno::XInterface> SAL_CALL createMacOSXBackend(
const uno::Reference<uno::XComponentContext>&)
{
@@ -35,7 +34,6 @@ static uno::Reference<uno::XInterface> SAL_CALL createMacOSXBackend(
}
-
static const cppu::ImplementationEntry kImplementations_entries[] =
{
{
@@ -50,7 +48,6 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
};
-
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL macbe1_component_getFactory( const sal_Char *aImplementationName, void *aServiceManager, void *aRegistryKey)
{
@@ -62,5 +59,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL macbe1_component_getFactory( con
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */