summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-06 00:33:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-06 07:07:56 +0100
commit3dfa1d08481ae1767df347d467823c420435345f (patch)
tree512f8389b44cc703802f7306ec3f25db2a460718 /sd/source
parent1091e4f2140685c4a59a59a43bebc437baf84038 (diff)
Fix typo
Change-Id: If807240dbff5659c812e8a6d8185c7a846d53d06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88070 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/core/drawdoc3.cxx2
1 files changed, 1 insertions, 1 deletions
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));