[Libreoffice-commits] core.git: framework/source sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Oct 20 09:51:14 UTC 2018
framework/source/uiconfiguration/CommandImageResolver.cxx | 2 +-
sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 22f08ed485dfd34e52b7976840404def5f0292d4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Oct 18 11:35:44 2018 +0200
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Sat Oct 20 11:50:51 2018 +0200
Fix typos
Change-Id: I57ff252f8326818a57fdf10218210f70b100e088
Reviewed-on: https://gerrit.libreoffice.org/61928
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/framework/source/uiconfiguration/CommandImageResolver.cxx b/framework/source/uiconfiguration/CommandImageResolver.cxx
index 7e0d504083ad..c95ddeb56e76 100644
--- a/framework/source/uiconfiguration/CommandImageResolver.cxx
+++ b/framework/source/uiconfiguration/CommandImageResolver.cxx
@@ -60,7 +60,7 @@ OUString lclConvertToCanonicalName(const OUString& rFileName)
return aBuffer.makeStringAndClear();
}
-} // end anonymouse namespace
+} // end anonymous namespace
CommandImageResolver::CommandImageResolver()
{
diff --git a/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx b/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx
index 9b2915024085..4b4c7f13409d 100644
--- a/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx
+++ b/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx
@@ -67,7 +67,7 @@ private:
void AdvanceToNextValidElement();
};
-} // end of anonymouse namespace
+} // end of anonymous namespace
namespace sd { namespace slidesorter { namespace model {
More information about the Libreoffice-commits
mailing list