summaryrefslogtreecommitdiffstats
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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/backends/macbe/macbecdef.cxx b/shell/source/backends/macbe/macbecdef.cxx
index 0e7ba99a2ab4..919441443ebf 100644
--- a/shell/source/backends/macbe/macbecdef.cxx
+++ b/shell/source/backends/macbe/macbecdef.cxx
@@ -26,7 +26,7 @@
namespace uno = com::sun::star::uno;
-//------------------------------------------------------------------------------
+
static uno::Reference<uno::XInterface> SAL_CALL createMacOSXBackend(
const uno::Reference<uno::XComponentContext>&)
@@ -34,7 +34,7 @@ static uno::Reference<uno::XInterface> SAL_CALL createMacOSXBackend(
return * MacOSXBackend::createInstance();
}
-//------------------------------------------------------------------------------
+
static const cppu::ImplementationEntry kImplementations_entries[] =
{
@@ -49,7 +49,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
{ 0, 0, 0, 0, 0, 0 }
};
-//------------------------------------------------------------------------------
+
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL macbe1_component_getFactory( const sal_Char *aImplementationName, void *aServiceManager, void *aRegistryKey)
{
@@ -61,6 +61,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL macbe1_component_getFactory( con
kImplementations_entries);
}
-//------------------------------------------------------------------------------
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */