From c7114b66bd615670950ef6f7c2d80adab3fb4c33 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 2 Oct 2016 00:28:47 +0200 Subject: Fix typos Change-Id: I7000efdb7276053c16de992fa8f9a4e614ecb3e2 Reviewed-on: https://gerrit.libreoffice.org/29434 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/source/xml/acceleratorconfigurationreader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/source/xml') 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", -- cgit