Kaydet (Commit) 9c8dbca6 authored tarafından Yuri Dario's avatar Yuri Dario

#i107914# also OS/2 is a non-Windows platform, fix build break.

üst 0f11a9d4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment