summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx2
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);