From 66891aaebe089594fea38368b23800505fc6a0e4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 11 Mar 2017 00:54:11 +0100 Subject: Fix typos Change-Id: Ia79bc8d35cf19438d177f31a8e0c8603102b4ef1 Reviewed-on: https://gerrit.libreoffice.org/35061 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svx/source/tbxctrls/linectrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx index 9b90df505afa..721355db6dbe 100644 --- a/svx/source/tbxctrls/linectrl.cxx +++ b/svx/source/tbxctrls/linectrl.cxx @@ -372,7 +372,7 @@ void SvxLineEndWindow::FillValueSet() long nCount = mpLineEndList->Count(); // First entry: no line end. - // An entry is temporarly added to get the UI bitmap + // An entry is temporarily added to get the UI bitmap basegfx::B2DPolyPolygon aNothing; mpLineEndList->Insert(o3tl::make_unique(aNothing, SVX_RESSTR(RID_SVXSTR_NONE))); const XLineEndEntry* pEntry = mpLineEndList->GetLineEnd(nCount); -- cgit