[Libreoffice-commits] core.git: desktop/source sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 9 09:45:46 UTC 2018
desktop/source/lib/init.cxx | 2 +-
sd/source/core/drawdoc3.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8c9985fe1d8eb9093dea81e93f2c3b6c205db8b4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Oct 9 11:28:43 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Oct 9 11:45:22 2018 +0200
Fix typos
Change-Id: Ia2aca4e87054d2f5cc0462e07ac0717278d3c98c
Reviewed-on: https://gerrit.libreoffice.org/61577
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index eef796ce91a0..bd907e407a89 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3834,7 +3834,7 @@ static void preloadData()
for (const auto& aLocale : aLocales)
{
- //TODO: Add more types and cache more aggessively. For now this initializes the fontcache.
+ //TODO: Add more types and cache more aggressively. For now this initializes the fontcache.
using namespace ::com::sun::star::i18n::ScriptType;
LanguageType nLang;
nLang = MsLangId::resolveSystemLanguageByScriptType(LanguageTag::convertToLanguageType(aLocale, false), LATIN);
diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx
index 7173959d0572..97e8d0b6a533 100644
--- a/sd/source/core/drawdoc3.cxx
+++ b/sd/source/core/drawdoc3.cxx
@@ -885,7 +885,7 @@ bool SdDrawDocument::InsertBookmarkAsPage(
pRefPage->RemoveEmptyPresentationObjects();
}
- ///Remove processed elements, to avoid doings hacks in InsertBookmarkAsObject
+ ///Remove processed elements, to avoid doing hacks in InsertBookmarkAsObject
if ( pExchangeList )
pExchangeList->erase(pExchangeList->begin(),pExchangeIter);
More information about the Libreoffice-commits
mailing list