diff options
-rw-r--r-- | ios/shared/ios_sharedlo/cxx/mlo.mm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ios/shared/ios_sharedlo/cxx/mlo.mm b/ios/shared/ios_sharedlo/cxx/mlo.mm index dc6fa4249e20..b17067b73af7 100644 --- a/ios/shared/ios_sharedlo/cxx/mlo.mm +++ b/ios/shared/ios_sharedlo/cxx/mlo.mm @@ -204,9 +204,7 @@ mlo_initialize(void) const char *argv[] = { - - // "-SAL_LOG=+WARN+INFO", - [[bundlePath stringByAppendingPathComponent: @"Viewer"] UTF8String], + [[[NSBundle mainBundle] executablePath] UTF8String], "-env:URE_INTERNAL_LIB_DIR=file:///", [uno_types UTF8String], [uno_services UTF8String],"--writer"}; |