diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-07 16:30:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-07 19:08:44 +0200 |
commit | 91d755d26395faaa7c9709be3ba67ca87eb69ad3 (patch) | |
tree | 60052e08c0e027967f437dbebbbc52dc9245123f /xmloff | |
parent | ded8925c012edc8e8696d49064d4360e8831a214 (diff) |
Fix typos
Change-Id: I855b26e447a8406cbab6f4c7f918b3319debba35
Reviewed-on: https://gerrit.libreoffice.org/42034
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index 8cdf2c982e74..22792d521e38 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -107,8 +107,8 @@ class SdXMLExport : public SvXMLExport rtl::Reference<XMLShapeExportPropertyMapper> mpPropertySetMapper; rtl::Reference<XMLPageExportPropertyMapper> mpPresPagePropsMapper; - SdXMLFormatMap maUsedDateStyles; // this is a vector with the used formatings for date fields - SdXMLFormatMap maUsedTimeStyles; // this is a vector with the used formatings for time fields + SdXMLFormatMap maUsedDateStyles; // this is a vector with the used formattings for date fields + SdXMLFormatMap maUsedTimeStyles; // this is a vector with the used formattings for time fields bool mbIsDraw; |