Change-Id: I2ec76c375beae644555226fcc2e94a2030d190c5
This commit is contained in:
Thomas Arnhold 2013-03-02 18:18:34 +01:00
parent 7cd26df20b
commit 6b599d590c

View file

@ -1782,7 +1782,7 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled )
// Disable Java bridge on UNIX
#if defined UNX
(void) bShowCancel; // unusued
(void) bShowCancel; // unused
(void) rCancelled; // unused
#else
bRet = ImplInitAccessBridge( bShowCancel, rCancelled );