diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-07-30 09:01:30 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-08-03 08:01:55 +0200 |
commit | 7f85415a2f07d62bf688cb33680054940d4dd7f1 (patch) | |
tree | eb6b1697120bbd0c53505c86a6228126e8f53953 /svl/source | |
parent | eef0c5d4d45ba35acfb6d8f7551fe565ca4badaa (diff) |
move SwVirtPageNumInfo to SfxHint
- also remove now obsolete GetInfo overrides
Change-Id: Iaac75ed2e53daead06242ce4620fd2b879909e02
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155061
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 dfa584f6114a..cb1bec15159c 100644 --- a/svl/source/items/poolitem.cxx +++ b/svl/source/items/poolitem.cxx @@ -437,7 +437,6 @@ // class SwTableFormulaUpdate : public SwMsgPoolItem // class SwAutoFormatGetDocNode: public SwMsgPoolItem // class SwAttrSetChg: public SwMsgPoolItem -// class SwVirtPageNumInfo: public SwMsgPoolItem // class SwFindNearestNode : public SwMsgPoolItem // class SwStringMsgPoolItem : public SwMsgPoolItem // class SwFormatDrop: public SfxPoolItem, public SwClient |