From eea9f1ee27db98617871b9ecf80e9b3a62a4e723 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sat, 24 Sep 2022 19:28:17 +0200 Subject: unwrap SwInsText to a plain SfxHint - also add some constnesss and move some things to private Change-Id: I67a45e1326361b5a8f7e320b3525e74e93b1ef12 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140556 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen --- svl/source/items/poolitem.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svl') diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx index 5aada9d9d08b..32dfebb51747 100644 --- a/svl/source/items/poolitem.cxx +++ b/svl/source/items/poolitem.cxx @@ -434,7 +434,6 @@ // class SwMsgPoolItem : public SfxPoolItem // class SwPtrMsgPoolItem : public SwMsgPoolItem // class SwFormatChg: public SwMsgPoolItem -// class SwInsText: public SwMsgPoolItem // class SwDelChr: public SwMsgPoolItem // class SwUpdateAttr : public SwMsgPoolItem // class SwRefMarkFieldUpdate : public SwMsgPoolItem -- cgit