[Libreoffice-commits] core.git: sd/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 6 06:08:28 UTC 2020
sd/source/core/drawdoc3.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3dfa1d08481ae1767df347d467823c420435345f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 6 00:33:53 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Feb 6 07:07:56 2020 +0100
Fix typo
Change-Id: If807240dbff5659c812e8a6d8185c7a846d53d06
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88070
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx
index f9942b1d3d27..4e2c364f3c53 100644
--- a/sd/source/core/drawdoc3.cxx
+++ b/sd/source/core/drawdoc3.cxx
@@ -1346,7 +1346,7 @@ static bool isMasterPageLayoutNameUnique(const SdDrawDocument& rDoc, const OUStr
return true;
}
-// #i121863# factored out functinality
+// #i121863# factored out functionality
static OUString createNewMasterPageLayoutName(const SdDrawDocument& rDoc)
{
const OUString aBaseName(SdResId(STR_LAYOUT_DEFAULT_NAME));
More information about the Libreoffice-commits
mailing list