From 624f84c07ee798f6bbf4381c26262d5d2774a1ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jan 2018 09:09:57 +0100 Subject: Fix typos Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a Reviewed-on: https://gerrit.libreoffice.org/47855 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svx/source/svdraw/sdrmasterpagedescriptor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/svdraw') diff --git a/svx/source/svdraw/sdrmasterpagedescriptor.cxx b/svx/source/svdraw/sdrmasterpagedescriptor.cxx index eba958d7ce80..3bc645fb4dc7 100644 --- a/svx/source/svdraw/sdrmasterpagedescriptor.cxx +++ b/svx/source/svdraw/sdrmasterpagedescriptor.cxx @@ -97,7 +97,7 @@ namespace sdr { // #i110846# Suppress SdrPage FillStyle for MasterPages without StyleSheets, // else the PoolDefault (XFILL_COLOR and Blue8) will be used. Normally, all - // MasterPages should have a StyleSheet excactly for this reason, but historically + // MasterPages should have a StyleSheet exactly for this reason, but historically // e.g. the Notes MasterPage has no StyleSheet set (and there maybe others). pCorrectProperties = nullptr; } -- cgit