diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-02 14:32:15 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-02 20:54:10 +0200 |
commit | 7f1709d8b762c953f33ced3b53222599c40a40c6 (patch) | |
tree | 3dc315a65f2622d2c7f22dd96c9419feeba8122d /starmath | |
parent | 74fe9be6fda68d331d73f4331f670d1a24964505 (diff) |
Fix typo
Change-Id: Ie7d5a2b2a6fceb09ffcb6b24a462dd6911886a1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135307
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/ElementsDockingWindow.cxx | 2 |
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()); |