[Libreoffice-commits] core.git: xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 26 22:11:19 UTC 2018


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

New commits:
commit f23b7a8a73114d65d1aa38e5a648e622a56f6ee6
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Wed Dec 26 20:17:33 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 26 23:10:57 2018 +0100

    tdf#122335 follow-up, typo
    
    Change-Id: I6fa7e5874179e6c28518a8ff056205ba29282740
    Reviewed-on: https://gerrit.libreoffice.org/65628
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 6dce321f61fd..fbbd35f32b41 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -4571,7 +4571,7 @@ static void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Referenc
                                 {
                                     case EAS_SubViewSize:
                                     {
-                                        // export draw:display (do not export in ODF 1.2 or older)
+                                        // export draw:sub-view-size (do not export in ODF 1.2 or older)
                                         if (rExport.getDefaultVersion() <= SvtSaveOptions::ODFVER_012)
                                         {
                                             continue;


More information about the Libreoffice-commits mailing list