[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/source
Yuri Dario
ydario at apache.org
Sat Feb 15 15:07:20 CET 2014
vcl/source/app/svapp.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9c8dbca600bcb32f2d9888e1a15f7d415ac5526d
Author: Yuri Dario <ydario at apache.org>
Date: Sat Feb 15 12:26:49 2014 +0000
#i107914# also OS/2 is a non-Windows platform, fix build break.
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 3d4f1bf..e8eb02f 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -2060,8 +2060,8 @@ sal_Bool InitAccessBridge( sal_Bool bShowCancel, sal_Bool &rCancelled )
{
sal_Bool bRet = true;
-// Disable Java bridge on UNIX
-#if defined UNX
+// Disable Java bridge on UNIX and OS/2
+#ifndef WNT
(void) bShowCancel; // unsued
(void) rCancelled; // unused
#else
More information about the Libreoffice-commits
mailing list