xmloff/source/draw/ximpshap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8658568f8c3946cf88af708928e092f7c5835b17
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Sep 7 08:45:46 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Sep 7 10:50:22 2023 +0200

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

diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index efc94e7c1c86..1dc5a2618d16 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -2159,7 +2159,7 @@ void SdXMLPageShapeContext::startFastElement (sal_Int32 
nElement,
     // add, set style and properties from base shape
 
     // #86163# take into account which type of PageShape needs to
-    // be constructed. It's a pres shape if presentation:XML_CLASS == XML_PAGE.
+    // be constructed. It's a presentation shape if presentation:XML_CLASS == 
XML_PAGE.
     bool bIsPresentation = !maPresentationClass.isEmpty() &&
            GetImport().GetShapeImport()->IsPresentationShapesSupported();
 

Reply via email to