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;