From 3dfa1d08481ae1767df347d467823c420435345f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 6 Feb 2020 00:33:53 +0100 Subject: Fix typo Change-Id: If807240dbff5659c812e8a6d8185c7a846d53d06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88070 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sd/source/core/drawdoc3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3