diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2019-12-29 15:32:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-29 17:14:50 +0100 |
commit | cdf28dae8659b9ae5938d4710db49b8d81439c6f (patch) | |
tree | c10b635effc5e64d7eec227a8268bf751e9148b9 /oox | |
parent | 1e34eadc148f60c039de1393345c49d94bf35417 (diff) |
Typo: rParagraphDefaulsVector-> rParagraphDefaultsVector
Change-Id: Ia7c87cfe3028b8fb50f6157b7f43823df976be61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85949
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ppt/presentationfragmenthandler.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
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 |