diff options
-rw-r--r-- | framework/source/accelerators/acceleratorconfiguration.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/accelerators/acceleratorconfiguration.cxx b/framework/source/accelerators/acceleratorconfiguration.cxx index 877b4a9f6843..efa200556fda 100644 --- a/framework/source/accelerators/acceleratorconfiguration.cxx +++ b/framework/source/accelerators/acceleratorconfiguration.cxx @@ -1224,8 +1224,8 @@ void XCUBasedAcceleratorConfiguration::reloadChanged( const OUString& sPrimarySe sKeyIdentifier = sKey.getToken(0, '_', nIndex); aKeyEvent.KeyCode = KeyMapping::get().mapIdentifierToCode("KEY_"+sKeyIdentifier); - css::uno::Sequence< OUString > sToken(3); - const sal_Int32 nToken = 3; + css::uno::Sequence< OUString > sToken(4); + const sal_Int32 nToken = 4; for (sal_Int32 i=0; i<nToken; ++i) { if ( nIndex < 0 ) |