diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/loadenv/loadenv.cxx | 4 |
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); |