oox/source/ppt/pptshape.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 05502f78ed0d406ff50d43a39c05f7bb990001e9
Author:     Justin Luth <justin_l...@sil.org>
AuthorDate: Fri Feb 11 18:47:11 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Mar 6 08:59:49 2022 +0100

    link bug report to "likely wrong" comment
    
    Change-Id: I3184037d3df79b1bf4c972046e7636b372662cdd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129825
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx
index 6c12e1f3dd64..92b61176d0c1 100644
--- a/oox/source/ppt/pptshape.cxx
+++ b/oox/source/ppt/pptshape.cxx
@@ -686,7 +686,8 @@ namespace
 }
 
 // Function to find placeholder (ph) for a shape. No idea how MSO implements 
this, but
-// this order seems to work quite well (probably it's unnecessary complicated 
/ wrong):
+// this order seems to work quite well
+// (probably it's unnecessary complicated / wrong. i.e. tdf#104202):
 // 1. ph with nFirstSubType and the same oSubTypeIndex
 // 2. ph with nFirstSubType
 // 3. ph with nSecondSubType and the same oSubTypeIndex

Reply via email to