Created attachment 135000 [details] Group of shapes, all named in Excel Open attached xslx-file. It contains a group named "myGroup". The members of the group are rectangles with names "myYellow", "myBlue" and "myRed". After opening the file in LibreOffice, the rectangles are named correctly. You can examine their names after you have entered the group. But the name of the group is missing. Therefore the group is not listed in the Navigator.
only two rectangles "myBlue" and "myYellow"
the same commit as in bug 110440 commit 49da31f93b415946d3df89d5b2955d83303156e8 Author: Matthew Francis <mjay.francis@gmail.com> Date: Thu May 28 20:52:45 2015 +0800 source-hash-527440c9d9086ae01c277b0dca96a87eb0868ae6 commit 527440c9d9086ae01c277b0dca96a87eb0868ae6 Author: Miklos Vajna <vmiklos@collabora.co.uk> AuthorDate: Fri Apr 4 10:11:33 2014 +0200 Commit: Miklos Vajna <vmiklos@collabora.co.uk> CommitDate: Fri Apr 4 10:13:29 2014 +0200 oox: fix a few bogus SAL_WARN The idea is that when an element is unhandled, it's either unhandled explicitly by an empty "case..break" block (so grep can quickly find it) or we raise a warning. Add a few placeholders for cases that we won't probably handle better in the near future to silence warnings. Change-Id: I41dec7802c4671550130393b4f98a8f0d8dfc059 *** This bug has been marked as a duplicate of bug 110440 ***