diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unobaseclass.hxx | 4 |
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 |