summaryrefslogtreecommitdiffstats
path: root/framework/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 13:08:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 11:21:52 +0000
commitf0249a88fc502df142d36f2f67c976618b7ba6b6 (patch)
treefe9433455da9763f82484cf86c0d1d1f95d84acc /framework/source
parentloplugin:countusersofdefaultparams in sw..vcl (diff)
downloadcore-f0249a88fc502df142d36f2f67c976618b7ba6b6.tar.gz
core-f0249a88fc502df142d36f2f67c976618b7ba6b6.zip
Fix typos
Change-Id: I6730c6c5eab9157533822e5045e9f86109062580 Reviewed-on: https://gerrit.libreoffice.org/29433 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/accelerators/keymapping.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/accelerators/keymapping.cxx b/framework/source/accelerators/keymapping.cxx
index 02a0278b654f..c2fbcb53431c 100644
--- a/framework/source/accelerators/keymapping.cxx
+++ b/framework/source/accelerators/keymapping.cxx
@@ -170,7 +170,7 @@ sal_uInt16 KeyMapping::mapIdentifierToCode(const OUString& sIdentifier)
if (pIt != m_lIdentifierHash.end())
return pIt->second;
- // Its not well known identifier - but may be a pure key code formatted as string ...
+ // It's not well known identifier - but may be a pure key code formatted as string...
// Check and convert it!
sal_uInt16 nCode = 0;
if (!KeyMapping::impl_st_interpretIdentifierAsPureKeyCode(sIdentifier, nCode))