summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-03-30 09:08:15 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-03-30 09:08:32 +0200
commit2428e1164b5f38da9fc2f24c5bb478e548f54a6f (patch)
tree9b40fb44792c4fcde27a37708fcdc4496bd6b1bf /desktop
parent43a17602fb894c10931581b20deec4a47889f310 (diff)
Fix Android build
Change-Id: I7247f19b03302b2270e0f6f32c6e6b6e760fd7bd
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/officeipcthread.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 61661382855b..30b86df09df5 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -53,7 +53,7 @@ using namespace ::com::sun::star::frame;
namespace {
-#if HAVE_FEATURE_DESKTOP
+#if HAVE_FEATURE_DESKTOP || defined(ANDROID)
static char const ARGUMENT_PREFIX[] = "InternalIPC::Arguments";
static char const SEND_ARGUMENTS[] = "InternalIPC::SendArguments";
@@ -100,7 +100,7 @@ namespace desktop
namespace {
-#if HAVE_FEATURE_DESKTOP
+#if HAVE_FEATURE_DESKTOP || defined(ANDROID)
class Parser: public CommandLineArgs::Supplier {
public: