diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-11-02 19:08:23 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-11-02 22:34:11 +0100 |
commit | 5f9650e54247f1c27749ad4e4268aae69dabd47e (patch) | |
tree | 001656846b378cc76db103bc02ac0d637e04079e /svl/source | |
parent | f7428465445851a3ab792b1238c45f08f52e5d31 (diff) |
move SwCondCollCondChg on top of SfxHint
... and get rid of ModifyNotifications along the way.
Change-Id: I10fc9d24743d50cef771ff63dae004d31dce1846
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105195
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'svl/source')
-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 0d6513f70483..ed888a09c8de 100644 --- a/svl/source/items/poolitem.cxx +++ b/svl/source/items/poolitem.cxx @@ -443,7 +443,6 @@ // class SwTableFormulaUpdate : public SwMsgPoolItem // class SwAutoFormatGetDocNode: public SwMsgPoolItem // class SwAttrSetChg: public SwMsgPoolItem -// class SwCondCollCondChg: public SwMsgPoolItem // class SwVirtPageNumInfo: public SwMsgPoolItem // class SwFindNearestNode : public SwMsgPoolItem // class SwStringMsgPoolItem : public SwMsgPoolItem |