From 6b599d590cbaf8134bacced50e87f923ad908757 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 2 Mar 2013 18:18:34 +0100 Subject: typo Change-Id: I2ec76c375beae644555226fcc2e94a2030d190c5 --- vcl/source/app/svapp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index e8402c460c07..17d5f61aea85 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -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 ); -- cgit