summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-07 08:45:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-07 10:50:22 +0200
commit8658568f8c3946cf88af708928e092f7c5835b17 (patch)
tree7c58e6ecb499ca5976105eeb6f4dac850e238153 /xmloff
parent7a643f40b4c76bc55f17c3137aad90dbf55463ea (diff)
Fix typo
Change-Id: I8902bfb3c779471d4aff80ca7e94a9848b9ece51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156636 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
1 files changed, 1 insertions, 1 deletions
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();