diff options
author | Vasily Melenchuk <vasily.melenchuk@cib.de> | 2020-02-05 10:57:21 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-02-05 17:17:30 +0100 |
commit | b2d9603bc02db3a6711948274c5fa2b5cf148d48 (patch) | |
tree | b9f22dda2f9275f14151e10509c56af298357f76 /sw/inc/doc.hxx | |
parent | fe5033036937ab655df997577909527ffb85f5af (diff) |
sw: set uniqe name and style to grouped shapes
Unique name is required to dsiplay object in Navigator, style
is used by undo/redo code.
Change-Id: Id2417cbee3f92c0ee555eb093e1e9bbbc0a83e0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87996
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 20954f7ed608..14d98f6d5fee 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -680,6 +680,7 @@ public: OUString GetUniqueOLEName() const; OUString GetUniqueFrameName() const; OUString GetUniqueShapeName() const; + OUString GetUniqueDrawObjectName() const; o3tl::sorted_vector<SwRootFrame*> GetAllLayouts(); |