summaryrefslogtreecommitdiff
path: root/shell/source/backends/localebe/localebecdef.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/localebe/localebecdef.cxx')
-rw-r--r--shell/source/backends/localebe/localebecdef.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/source/backends/localebe/localebecdef.cxx b/shell/source/backends/localebe/localebecdef.cxx
index 6d79a0101e2e..c4216e0a6c37 100644
--- a/shell/source/backends/localebe/localebecdef.cxx
+++ b/shell/source/backends/localebe/localebecdef.cxx
@@ -26,7 +26,6 @@
namespace uno = com::sun::star::uno ;
-
static uno::Reference<uno::XInterface> SAL_CALL createLocaleBackend(
SAL_UNUSED_PARAMETER const uno::Reference<uno::XComponentContext>&){
@@ -34,7 +33,6 @@ static uno::Reference<uno::XInterface> SAL_CALL createLocaleBackend(
}
-
static const cppu::ImplementationEntry kImplementations_entries[] =
{
{
@@ -49,7 +47,6 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
} ;
-
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL localebe1_component_getFactory(
const sal_Char *aImplementationName,
void *aServiceManager,
@@ -63,5 +60,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL localebe1_component_getFactory(
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */