summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/experimental/LibreOffice/LibreOffice/lo.mm5
1 files changed, 1 insertions, 4 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice/lo.mm b/ios/experimental/LibreOffice/LibreOffice/lo.mm
index 983839b4ce2c..193a01fdb9ab 100644
--- a/ios/experimental/LibreOffice/LibreOffice/lo.mm
+++ b/ios/experimental/LibreOffice/LibreOffice/lo.mm
@@ -133,10 +133,7 @@ extern "C"
void
lo_initialize(void)
{
- if (UIDeviceOrientationIsPortrait([[UIDevice currentDevice] orientation]))
- setenv("SAL_LOG", "+WARN+INFO.vcl.headless+INFO.vcl.ios", 1);
- else
- setenv("SAL_LOG", "-WARN-INFO", 1);
+ setenv("SAL_LOG", "+WARN+INFO.vcl.headless+INFO.vcl.coretext+INFO.vcl.ios", 1);
const char *argv[] = {
"placeholder-exe",