summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-30 10:24:53 +0300
committerTor Lillqvist <tml@collabora.com>2015-03-30 16:01:38 +0300
commit3d177c7b6dae0af7d2e4822b3812757c9f65a0c3 (patch)
treede3250107b0a715ef2926df9bfa9ca89c0f44f80 /vcl
parent2688a8829771289d576415a9b933a1c30197cf01 (diff)
Bootstrap.initVCL is not used by our Android app any more
Change-Id: Id1e58547cf2b0786d7a2ca29eae8bbcdd644fdd5
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svmain.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 360dc6a3f8fd..a80d576c1987 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -294,23 +294,6 @@ bool InitVCL()
return true;
}
-#ifdef ANDROID
-
-extern "C" __attribute__ ((visibility("default"))) void
-InitVCLWrapper()
-{
- uno::Reference<uno::XComponentContext> xContext( cppu::defaultBootstrap_InitialComponentContext() );
- uno::Reference<lang::XMultiComponentFactory> xFactory( xContext->getServiceManager() );
-
- uno::Reference<lang::XMultiServiceFactory> xSM( xFactory, uno::UNO_QUERY_THROW );
-
- comphelper::setProcessServiceFactory( xSM );
-
- InitVCL();
-}
-
-#endif
-
namespace
{