svx/source/svdraw/svdotextdecomposition.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12a754e7bc94e96ac3e8ddb9e62454e7192bd62d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Aug 23 15:14:01 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Aug 23 15:48:23 2023 +0200

    Fix typo
    
    Change-Id: Iaa9fbb1545a2dbe373ba0f71eaf10fe067888ab9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155982
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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 =

Reply via email to