summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-02 16:01:48 +0100
committerTor Lillqvist <tml@collabora.com>2015-02-03 10:28:44 +0100
commit0d35b7aee38046f7ffba79911d9c669f78ab7c0e (patch)
treed94f607d7835582ac211519aa343828177648d1b /desktop
parentlibreofficekit_hook must be exported on iOS for dlsym() to find it (diff)
downloadcore-0d35b7aee38046f7ffba79911d9c669f78ab7c0e.tar.gz
core-0d35b7aee38046f7ffba79911d9c669f78ab7c0e.zip
We (try to) handle the pAppPath==NULL case below anyway
Change-Id: I37b616b3b509c82551d9690c0313e09063a758bc
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 0072ecc824fa..4f2d1ed90642 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -763,9 +763,6 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath)
if (bInitialized)
return 1;
- if (!pAppPath)
- return 0;
-
OUString aAppPath;
if (pAppPath)
{