You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/12/18 06:25:33 UTC

svn commit: r1551844 - /openoffice/trunk/main/vcl/unx/generic/app/i18n_xkb.cxx

Author: hdu
Date: Wed Dec 18 05:25:32 2013
New Revision: 1551844

URL: http://svn.apache.org/r1551844
Log:
#i123865# fix typo in i18n_xkb's constructor

Modified:
    openoffice/trunk/main/vcl/unx/generic/app/i18n_xkb.cxx

Modified: openoffice/trunk/main/vcl/unx/generic/app/i18n_xkb.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/unx/generic/app/i18n_xkb.cxx?rev=1551844&r1=1551843&r2=1551844&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/unx/generic/app/i18n_xkb.cxx (original)
+++ openoffice/trunk/main/vcl/unx/generic/app/i18n_xkb.cxx Wed Dec 18 05:25:32 2013
@@ -32,7 +32,7 @@
 #include "unx/i18n_xkb.hxx"
 
 SalI18N_KeyboardExtension::SalI18N_KeyboardExtension( Display* pDisplay)
-:	mbUseExtension( true ),
+:	mbUseExtension( true )
 ,	mnDefaultGroup( 0 )
 {
 	mpDisplay = pDisplay;