[Libreoffice-commits] core.git: framework/source sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Jul 29 18:11:57 UTC 2018
framework/source/loadenv/loadenv.cxx | 4 ++--
sc/source/filter/inc/fapihelper.hxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 3c28c44a7acc42e89b4012557ca7e51a870043c8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jul 29 19:03:48 2018 +0200
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Jul 29 20:11:35 2018 +0200
Fix typos
Change-Id: I246d2f1681a7d833fc5f201bfdbacbe4fc3ae084
Reviewed-on: https://gerrit.libreoffice.org/58286
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
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);
diff --git a/sc/source/filter/inc/fapihelper.hxx b/sc/source/filter/inc/fapihelper.hxx
index c4d14a5b9aa2..f94fe6d525cc 100644
--- a/sc/source/filter/inc/fapihelper.hxx
+++ b/sc/source/filter/inc/fapihelper.hxx
@@ -112,7 +112,7 @@ public:
explicit ScfPropertySet( const css::uno::Reference< InterfaceType >& xInterface ) { Set( xInterface ); }
~ScfPropertySet();
- //TOOD:
+ //TODO:
ScfPropertySet(ScfPropertySet const &) = default;
ScfPropertySet(ScfPropertySet &&) = default;
ScfPropertySet & operator =(ScfPropertySet const &) = default;
More information about the Libreoffice-commits
mailing list