summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2019-09-23 10:16:30 +0200
committerBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>2019-09-23 15:51:25 +0200
commit9f1352381eb54d3fc822cd56060a69bd51f62a21 (patch)
tree3b654d5fadefdb8170a5f8bedb95cfb0e7ce813a /sw/inc
parent1d398fb983d8f8b53a78e7c47b588fc1f1e7f748 (diff)
UnoBaseClass: remove remaining leftover SwClient bits
Change-Id: Ic7bc826b2d08701eaf4914fd4d5e019fd407cfb8 Reviewed-on: https://gerrit.libreoffice.org/79390 Tested-by: Jenkins Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unobaseclass.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/unobaseclass.hxx b/sw/inc/unobaseclass.hxx
index 5ca6bd074873..289d5f0b7ee1 100644
--- a/sw/inc/unobaseclass.hxx
+++ b/sw/inc/unobaseclass.hxx
@@ -29,7 +29,6 @@
#include <vcl/svapp.hxx>
class SfxPoolItem;
-class SwClient;
class SwDoc;
class SwUnoTableCursor;
@@ -84,9 +83,6 @@ public:
~UnoActionRemoveContext() COVERITY_NOEXCEPT_FALSE;
};
-/// helper function for implementing SwClient::Modify
-void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, const SfxPoolItem *pNew);
-
namespace sw {
template<typename T>
struct UnoImplPtrDeleter