summaryrefslogtreecommitdiff
path: root/framework/source/accelerators
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:22:42 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:22:42 +0100
commit6f0e7c36e436c66ed267ea446b7d640033bc3742 (patch)
tree88006cc5def5e5dfefe7c005438173fddfa0f8d9 /framework/source/accelerators
parent668fefcea085f39a6fa610b93a712c5e250ccf1a (diff)
Typo: seam(s) -> seem(s)
Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7
Diffstat (limited to 'framework/source/accelerators')
-rw-r--r--framework/source/accelerators/acceleratorconfiguration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/accelerators/acceleratorconfiguration.cxx b/framework/source/accelerators/acceleratorconfiguration.cxx
index b645b3b64100..d76fea6ae5f0 100644
--- a/framework/source/accelerators/acceleratorconfiguration.cxx
+++ b/framework/source/accelerators/acceleratorconfiguration.cxx
@@ -142,7 +142,7 @@ void SAL_CALL XMLBasedAcceleratorConfiguration::setKeyEvent(const css::awt::KeyE
(aKeyEvent.Modifiers == 0)
)
throw css::lang::IllegalArgumentException(
- OUString("Such key event seams not to be supported by any operating system."),
+ OUString("Such key event seems not to be supported by any operating system."),
static_cast< ::cppu::OWeakObject* >(this),
0);
@@ -689,7 +689,7 @@ void SAL_CALL XCUBasedAcceleratorConfiguration::setKeyEvent(const css::awt::KeyE
(aKeyEvent.Modifiers == 0)
)
throw css::lang::IllegalArgumentException(
- OUString("Such key event seams not to be supported by any operating system."),
+ OUString("Such key event seems not to be supported by any operating system."),
static_cast< ::cppu::OWeakObject* >(this),
0);