summaryrefslogtreecommitdiff
path: root/desktop/source/splash/services_spl.cxx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-10-31 06:30:33 -0200
committerJan Holesovsky <kendy@collabora.com>2013-11-21 03:54:00 -0600
commit668d6ada160438c396849a8309864f5fd33f33ac (patch)
tree371e18a5654fbcad24e19ae5e601d605665c22b0 /desktop/source/splash/services_spl.cxx
parenta50a2111a31e4d9dd5e2659a146e9de8e292de75 (diff)
fdo#60698: Unify spl and spl_unx
Change-Id: Ifd328ff3ce12364e95d05405759df6588b3a86bc Reviewed-on: https://gerrit.libreoffice.org/6503 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'desktop/source/splash/services_spl.cxx')
-rw-r--r--desktop/source/splash/services_spl.cxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/desktop/source/splash/services_spl.cxx b/desktop/source/splash/services_spl.cxx
index 71155a4f3e6a..eb451325699f 100644
--- a/desktop/source/splash/services_spl.cxx
+++ b/desktop/source/splash/services_spl.cxx
@@ -24,13 +24,23 @@
#include "sal/types.h"
#include "splash.hxx"
+#include "unxsplash.hxx"
namespace {
static cppu::ImplementationEntry const services[] = {
- { &desktop::splash::create, &desktop::splash::getImplementationName,
+ {
+ &desktop::splash::create,
+ &desktop::splash::getImplementationName,
&desktop::splash::getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0 },
+ &cppu::createSingleComponentFactory, 0, 0
+ },
+ {
+ UnxSplash_createInstance,
+ UnxSplash_getImplementationName,
+ UnxSplash_getSupportedServiceNames,
+ ::cppu::createSingleComponentFactory, 0, 0
+ },
{ 0, 0, 0, 0, 0, 0 }
};