summaryrefslogtreecommitdiffstats
path: root/framework/source/xml
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-02 00:28:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 08:59:34 +0000
commitc7114b66bd615670950ef6f7c2d80adab3fb4c33 (patch)
treef550353dbd5d36a58738426a1f2142f75d5d1a50 /framework/source/xml
parentcoverity#1373353 Uninitialized scalar field (diff)
downloadcore-c7114b66bd615670950ef6f7c2d80adab3fb4c33.tar.gz
core-c7114b66bd615670950ef6f7c2d80adab3fb4c33.zip
Fix typos
Change-Id: I7000efdb7276053c16de992fa8f9a4e614ecb3e2 Reviewed-on: https://gerrit.libreoffice.org/29434 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/xml')
-rw-r--r--framework/source/xml/acceleratorconfigurationreader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/xml/acceleratorconfigurationreader.cxx b/framework/source/xml/acceleratorconfigurationreader.cxx
index bb282d0059d5..fe58cc78a529 100644
--- a/framework/source/xml/acceleratorconfigurationreader.cxx
+++ b/framework/source/xml/acceleratorconfigurationreader.cxx
@@ -159,7 +159,7 @@ void SAL_CALL AcceleratorConfigurationReader::startElement(const OUString&
m_rContainer.setKeyCommandPair(aEvent, sCommand);
else
{
- // Attention: Its not really a reason to throw an exception and kill the office, if the configuration contains
+ // Attention: It's not really a reason to throw an exception and kill the office, if the configuration contains
// multiple registrations for the same key :-) Show a warning ... and ignore the second item.
// THROW_PARSEEXCEPTION("Command is registered for the same key more than once.")
SAL_INFO("fwk",