diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-11 00:54:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-11 12:16:44 +0000 |
commit | 66891aaebe089594fea38368b23800505fc6a0e4 (patch) | |
tree | e175267e04017cf2e21c3d007b3d8adfcaadfc4f /svx/source/tbxctrls/linectrl.cxx | |
parent | f72718614578cc8d76df1cbcee5fd5d9ab0fd00d (diff) |
Fix typos
Change-Id: Ia79bc8d35cf19438d177f31a8e0c8603102b4ef1
Reviewed-on: https://gerrit.libreoffice.org/35061
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/linectrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<XLineEndEntry>(aNothing, SVX_RESSTR(RID_SVXSTR_NONE))); const XLineEndEntry* pEntry = mpLineEndList->GetLineEnd(nCount); |