[Libreoffice-commits] online.git: ios/config.h.in

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 1 09:49:56 UTC 2020


 ios/config.h.in |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 99c96aa26370345e75159c0aabf1e89932f3a58c
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Jul 1 12:49:20 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Jul 1 12:49:20 2020 +0300

    Add USER_INTERFACE_MODE here, too
    
    Change-Id: Ib029847ba70f709abbb5e2d9d8361b50289523dd

diff --git a/ios/config.h.in b/ios/config.h.in
index 05934c203..69acdf15f 100644
--- a/ios/config.h.in
+++ b/ios/config.h.in
@@ -121,6 +121,9 @@
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
+/* Which user interface mode should be activated */
+#define USER_INTERFACE_MODE "classic"
+
 /* Default value of per_documents.document_signing_url */
 #define VEREIGN_URL ""
 


More information about the Libreoffice-commits mailing list