summaryrefslogtreecommitdiff
path: root/framework/source/accelerators/keymapping.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/accelerators/keymapping.cxx')
-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 188609b8eb87..03d0189a34e9 100644
--- a/framework/source/accelerators/keymapping.cxx
+++ b/framework/source/accelerators/keymapping.cxx
@@ -170,7 +170,7 @@ sal_uInt16 KeyMapping::mapIdentifierToCode(const OUString& sIdentifier)
sal_uInt16 nCode = 0;
if (!KeyMapping::impl_st_interpretIdentifierAsPureKeyCode(sIdentifier, nCode))
throw css::lang::IllegalArgumentException(
- "Cant map given identifier to a valid key code value.",
+ "Can not map given identifier to a valid key code value.",
css::uno::Reference< css::uno::XInterface >(),
0);