diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-08-09 11:34:00 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-09-01 00:05:28 +0200 |
commit | 140079362502408c75ceee67e86d779f61c0ac1b (patch) | |
tree | 192aac811efa24025ce2059c89a8141a059799d6 /sw/inc/format.hxx | |
parent | 345b214c37d1f645dd0e6e084358f8ca81d9ed66 (diff) |
remove AUTOFMT_DOCNODE
- remove obsolete GetInfo()s
- introduce SwFormat::IsUsed()
- move handling from GetInfo to SwClientNotify
- make sure SwAutoFormatUsedHint is forwarded to clients where needed (e.g. SwTextFormatColl, SwDDETable, SwPageDesc, ...)
Change-Id: I07d9e94ee791ca6e738b4eb3e597055ad8fbe755
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155504
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index 9313b863dfbb..f420afcf512e 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -280,6 +280,7 @@ public: virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const; virtual bool supportsFullDrawingLayerFillAttributeSet() const; void RemoveAllUnos(); + bool IsUsed() const; }; #endif // INCLUDED_SW_INC_FORMAT_HXX |