desktop/source/app/app.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 396f251191b83ed1f45431a2c299e0954fbaae40
Author: Miklos Vajna <[email protected]>
Date:   Mon Mar 20 19:23:43 2017 +0100

    desktop: fix Android -Werror=unused-function
    
    Change-Id: Ic10dbd44e13df8e79d6b64c14291a40238c14a4e

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index bf2243694675..13e2b6e7564d 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1090,6 +1090,7 @@ void handleCrashReport()
 }
 #endif
 
+#if !defined ANDROID
 void handleSafeMode()
 {
     css::uno::Reference< css::uno::XComponentContext > xContext = 
::comphelper::getProcessComponentContext();
@@ -1103,6 +1104,7 @@ void handleSafeMode()
     bool bRet = false;
     aRet >>= bRet;
 }
+#endif
 
 /** @short  check if recovery must be started or not.
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to