[Libreoffice-commits] core.git: bridges/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 10:12:04 UTC 2018


 bridges/source/cpp_uno/gcc3_linux_intel/except.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46ba7ac94595ff8317dc8988852aa75ec28a049e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 13 11:11:32 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Dec 13 11:11:32 2018 +0100

    Add missing "!"
    
    Change-Id: Ic3e50e1a64b334bee86db7456a4821fa9427370b

diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
index 3a8e5753b053..79a37803b3c7 100644
--- a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
@@ -90,7 +90,7 @@ class RTTI
     t_rtti_map m_rttis;
     t_rtti_map m_generatedRttis;
 
-#if defined ANDROID
+#if !defined ANDROID
     void * m_hApp;
 #endif
 


More information about the Libreoffice-commits mailing list