From 8125b8b989940e581da20992b1416768694fa3ae Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 31 May 2012 16:44:24 +0200 Subject: More headless build work Remove hack in sofficemain we really don't want and don't install a lib we are not building. --- desktop/source/app/sofficemain.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index ed22834ab75d..93081b92d8f6 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -43,10 +43,8 @@ int SVMain(); extern "C" int DESKTOP_DLLPUBLIC soffice_main() { -#if defined(ANDROID) || defined(LIBO_HEADLESS) #if defined(ANDROID) try { -#endif rtl::Bootstrap::setIniFilename( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("file:///assets/program/lofficerc"))); #endif -- cgit