summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-05-31 16:44:24 +0200
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-05-31 16:44:24 +0200
commit8125b8b989940e581da20992b1416768694fa3ae (patch)
treec6a1397ddda408bd61ec952647ec2d77f0a99054 /desktop
parent569867b6769104f001dc1ae070783318098de583 (diff)
More headless build work
Remove hack in sofficemain we really don't want and don't install a lib we are not building.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/sofficemain.cxx2
1 files changed, 0 insertions, 2 deletions
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