summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-29 19:03:48 +0200
committerJens Carl <j.carl43@gmx.de>2018-07-29 20:11:35 +0200
commit3c28c44a7acc42e89b4012557ca7e51a870043c8 (patch)
treee833fd4e07fc5e5a3d4984ea904a0a32236c076f /framework
parenta8de08e198bb02fd6bfc683efd6816edc9e5d59c (diff)
Fix typos
Change-Id: I246d2f1681a7d833fc5f201bfdbacbe4fc3ae084 Reviewed-on: https://gerrit.libreoffice.org/58286 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/loadenv/loadenv.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index 26f51f775049..33d4233cd441 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -601,14 +601,14 @@ LoadEnv::EContentType LoadEnv::classifyContent(const OUString&
// a Filter) can be found, which supports
// this URL - it must be a loadable content.
// Because both items are registered for types
- // its enough to check for frame loaders only.
+ // it's enough to check for frame loaders only.
// Mos of our filters are handled by our global
// default loader. But there exist some specialized
// loader, which does not work on top of filters!
// So it's not enough to search on the filter configuration.
// Further it's not enough to search for types!
// Because there exist some types, which are referenced by
- // other objects ... but not by filters nor frame loaders!
+ // other objects... but not by filters nor frame loaders!
OUString sPROP_TYPES(PROP_TYPES);