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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 5 20:27:19 UTC 2019


 filter/source/msfilter/msdffimp.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 20e5399cfecaa7ed825b399018ba7f655e58d54e
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Thu Dec 5 21:24:54 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 5 21:25:54 2019 +0100

    Fix refs to tdf#124029
    
    Change-Id: I451d9c1abbe0c03a3a55b3cc153ba2852a1bbc26
    Reviewed-on: https://gerrit.libreoffice.org/84584
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 27b87f1bf4ef..01827da5bc14 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -4590,7 +4590,7 @@ SdrObject* SvxMSDffManager::ImportShape( const DffRecordHeader& rHd, SvStream& r
                     }
 
                     // mso_sptArc special treating
-                    // tdf#124026: A new custom shape is generated from prototype 'msoArc'. Values, which are
+                    // tdf#124029: A new custom shape is generated from prototype 'msoArc'. Values, which are
                     // read here, are adapted and merged. The shape type is changed, so this code
                     // applies only if importing arcs from MS Office.
                     if ( aObjData.eShapeType == mso_sptArc )
@@ -4684,7 +4684,7 @@ SdrObject* SvxMSDffManager::ImportShape( const DffRecordHeader& rHd, SvStream& r
                         // MS Office uses for mso_sptArc a frame rectangle (=resize handles)
                         // which encloses only the sector, LibreOffice uses for custom shapes as
                         // default a frame rectangle, which encloses the entire ellipse. That would
-                        // result in wrong positions in Writer and Calc, see tdf#124026.
+                        // result in wrong positions in Writer and Calc, see tdf#124029.
                         // We workaround this problem, by setting a suitable viewBox.
                         bool bIsImportPPT(GetSvxMSDffSettings() & SVXMSDFF_SETTINGS_IMPORT_PPT);
                         css::awt::Rectangle aViewBox_LO; // in LO coordinate system


More information about the Libreoffice-commits mailing list