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

Thomas Arnhold thomas at arnhold.org
Sat Mar 2 09:18:58 PST 2013


 vcl/source/app/svapp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b599d590cbaf8134bacced50e87f923ad908757
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sat Mar 2 18:18:34 2013 +0100

    typo
    
    Change-Id: I2ec76c375beae644555226fcc2e94a2030d190c5

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index e8402c4..17d5f61 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 );


More information about the Libreoffice-commits mailing list