[Libreoffice-commits] core.git: oox/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sun Dec 29 16:15:22 UTC 2019
oox/source/ppt/presentationfragmenthandler.cxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit cdf28dae8659b9ae5938d4710db49b8d81439c6f
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Dec 29 15:32:49 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Dec 29 17:14:50 2019 +0100
Typo: rParagraphDefaulsVector-> rParagraphDefaultsVector
Change-Id: Ia7c87cfe3028b8fb50f6157b7f43823df976be61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85949
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/oox/source/ppt/presentationfragmenthandler.cxx b/oox/source/ppt/presentationfragmenthandler.cxx
index 7f04c9b57e89..2c423faedbc2 100644
--- a/oox/source/ppt/presentationfragmenthandler.cxx
+++ b/oox/source/ppt/presentationfragmenthandler.cxx
@@ -87,9 +87,8 @@ PresentationFragmentHandler::PresentationFragmentHandler(XmlFilterBase& rFilter,
, mpTextListStyle( new TextListStyle )
, mbCommentAuthorsRead(false)
{
- // TODO JNA Typo
- TextParagraphPropertiesVector& rParagraphDefaulsVector( mpTextListStyle->getListStyle() );
- for (auto const& elem : rParagraphDefaulsVector)
+ TextParagraphPropertiesVector& rParagraphDefaultsVector( mpTextListStyle->getListStyle() );
+ for (auto const& elem : rParagraphDefaultsVector)
{
// ppt is having zero bottom margin per default, whereas OOo is 0,5cm,
// so this attribute needs to be set always
More information about the Libreoffice-commits
mailing list