summaryrefslogtreecommitdiff
path: root/framework/source/accelerators
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:26:19 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:57:58 +0000
commit34e1739d56411c81359e24dce500cb54bba6c092 (patch)
tree6118d095d61d6744f8380bdbf4338cd709f5b54b /framework/source/accelerators
parentbcb402298f653146af672ecfca2381062d78c6f2 (diff)
Fix typos
Change-Id: Ieb35517ba57ca62526e84f6b6cee4c9129b4380a Reviewed-on: https://gerrit.libreoffice.org/34805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/accelerators')
-rw-r--r--framework/source/accelerators/documentacceleratorconfiguration.cxx2
-rw-r--r--framework/source/accelerators/globalacceleratorconfiguration.cxx2
-rw-r--r--framework/source/accelerators/moduleacceleratorconfiguration.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/accelerators/documentacceleratorconfiguration.cxx b/framework/source/accelerators/documentacceleratorconfiguration.cxx
index 0c306fbc81d0..6b0e75583ef9 100644
--- a/framework/source/accelerators/documentacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/documentacceleratorconfiguration.cxx
@@ -163,7 +163,7 @@ void DocumentAcceleratorConfiguration::fillCache()
// get current office locale ... but don't cache it.
// Otherwise we must be listener on the configuration layer
- // which seems to superflous for this small implementation .-)
+ // which seems to superfluous for this small implementation .-)
LanguageTag aLanguageTag( impl_ts_getLocale());
// May be the current document does not contain any
diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx
index d8d1f859ceb7..08e861f0778b 100644
--- a/framework/source/accelerators/globalacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx
@@ -90,7 +90,7 @@ void GlobalAcceleratorConfiguration::fillCache()
#if 0
// get current office locale ... but don't cache it.
// Otherwise we must be listener on the configuration layer
- // which seems to superflous for this small implementation .-)
+ // which seems to superfluous for this small implementation .-)
// XXX: what is this good for? it was a comphelper::Locale but unused
LanguageTag aLanguageTag(m_sLocale);
#endif
diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
index ea4c5f3098c4..b236ba1cc6d6 100644
--- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
@@ -125,7 +125,7 @@ void ModuleAcceleratorConfiguration::fillCache()
#if 0
// get current office locale ... but don't cache it.
// Otherwise we must be listener on the configuration layer
- // which seems to superflous for this small implementation .-)
+ // which seems to superfluous for this small implementation .-)
// XXX: what is this good for? it was a comphelper::Locale but unused
LanguageTag aLanguageTag(m_sLocale);
#endif