diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-08-23 15:14:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-08-23 15:48:23 +0200 |
commit | 12a754e7bc94e96ac3e8ddb9e62454e7192bd62d (patch) | |
tree | 7a9f48be0640cf8192e53665a00f4c7ea5ad8aa6 /svx/source/svdraw | |
parent | 34a6f9caa261aa59f2d9c653cdecdbf555be0f69 (diff) |
Fix typo
Change-Id: Iaa9fbb1545a2dbe373ba0f71eaf10fe067888ab9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155982
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r-- | svx/source/svdraw/svdotextdecomposition.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx index 6a1a54f2321e..cfe4c1b3c3f0 100644 --- a/svx/source/svdraw/svdotextdecomposition.cxx +++ b/svx/source/svdraw/svdotextdecomposition.cxx @@ -322,7 +322,7 @@ namespace drawinglayer::primitive2d::Primitive2DContainer aContainer; aContainer.swap(maTextPortionPrimitives); - // Take any decoration for the whole formatted portion and keep it to get continous over/under/strike-through + // Take any decoration for the whole formatted portion and keep it to get continuous over/under/strike-through if (pNewPrimitive->getPrimitive2DID() == PRIMITIVE2D_ID_TEXTDECORATEDPORTIONPRIMITIVE2D) { const drawinglayer::primitive2d::TextDecoratedPortionPrimitive2D* pTCPP = |