summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--starmath/source/ElementsDockingWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index bdfdf9e6444d..aab82cac3f11 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -523,7 +523,7 @@ void SmElementsControl::addElement(const OUString& aElementVisual, const OUStrin
pNode->Arrange(*pDevice, maFormat);
Size aSize = pDevice->LogicToPixel(Size(pNode->GetWidth(), pNode->GetHeight()));
- aSize.extendBy(10, 0); // Add 5 pixels from both sides to accomodate extending parts of italics
+ aSize.extendBy(10, 0); // Add 5 pixels from both sides to accommodate extending parts of italics
pDevice->SetOutputSizePixel(aSize);
SmDrawingVisitor(*pDevice, pDevice->PixelToLogic(Point(5, 0)), pNode.get());