diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-02-20 02:38:11 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-02-25 11:45:06 +0000 |
commit | 0f959ba9e8feef69ac0435795defd5f092147182 (patch) | |
tree | 8af1516eb557d854d3eb41fc52b3795ecdcf3c2a /svl | |
parent | a885d4839800f03759c5c22b513b5ffdc8478848 (diff) |
refactor DocPosUpdate, part 2
- separate the message send from the field manager to the fields
containing no start index from those send from the field to the
frames containing an index
- use member functions where possible: SwFieldType, SwFormatField,
SwTextNode
Change-Id: I488e4003b75bf7b0ae700f39e2364d6e34a8bbfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147490
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/poolitem.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx index cac0e80a3a6f..c09b635696d9 100644 --- a/svl/source/items/poolitem.cxx +++ b/svl/source/items/poolitem.cxx @@ -435,7 +435,6 @@ // class SwPtrMsgPoolItem : public SwMsgPoolItem // class SwFormatChg: public SwMsgPoolItem // class SwUpdateAttr : public SwMsgPoolItem -// class SwDocPosUpdate : public SwMsgPoolItem // class SwTableFormulaUpdate : public SwMsgPoolItem // class SwAutoFormatGetDocNode: public SwMsgPoolItem // class SwAttrSetChg: public SwMsgPoolItem |