summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2019-09-19 16:06:39 +0200
committerBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>2019-09-19 19:47:56 +0200
commit5079be8a61700c201fc0cd1ae82d7cb1682e3b96 (patch)
tree60ec08f4151554cb225c32d11833fbf4102357d7
parente4cf86398a24d454f5fba4a7400410689aeefb92 (diff)
remove SwClient/SwModify in sw/source/uibase
Change-Id: If9c876104a590a966abed365766819e76e39a15d Reviewed-on: https://gerrit.libreoffice.org/79211 Tested-by: Jenkins Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
-rw-r--r--sw/source/uibase/app/docsh.cxx1
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx1
-rw-r--r--sw/source/uibase/docvw/PostItMgr.cxx1
-rw-r--r--sw/source/uibase/inc/unotxvw.hxx5
-rw-r--r--sw/source/uibase/shells/textfld.cxx1
-rw-r--r--sw/source/uibase/uno/unotxvw.cxx1
6 files changed, 1 insertions, 9 deletions
diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx
index de5eec3728fc..f641ad98508f 100644
--- a/sw/source/uibase/app/docsh.cxx
+++ b/sw/source/uibase/app/docsh.cxx
@@ -127,7 +127,6 @@
#include <unotextrange.hxx>
#include <sfx2/Metadatable.hxx>
-#include <calbck.hxx>
#include <dbmgr.hxx>
#include <iodetect.hxx>
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index 638aad59630c..c8cc0ea74d9d 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -132,7 +132,6 @@
#include <app.hrc>
#include <vcl/svapp.hxx>
#include <swserv.hxx>
-#include <calbck.hxx>
#include <fmtmeta.hxx>
#include <itabenum.hxx>
#include <iodetect.hxx>
diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx
index 4734d0df9cad..b13ca6a135a4 100644
--- a/sw/source/uibase/docvw/PostItMgr.cxx
+++ b/sw/source/uibase/docvw/PostItMgr.cxx
@@ -86,7 +86,6 @@
#include <annotsh.hxx>
#include <swabstdlg.hxx>
#include <swevent.hxx>
-#include <calbck.hxx>
#include <memory>
// distance between Anchor Y and initial note position
diff --git a/sw/source/uibase/inc/unotxvw.hxx b/sw/source/uibase/inc/unotxvw.hxx
index 5f0febfb51e5..db2f6eae398f 100644
--- a/sw/source/uibase/inc/unotxvw.hxx
+++ b/sw/source/uibase/inc/unotxvw.hxx
@@ -38,7 +38,6 @@
#include <com/sun/star/datatransfer/XTransferableSupplier.hpp>
#include <cppuhelper/implbase.hxx>
#include <svl/itemprop.hxx>
-#include <calbck.hxx>
#include <TextCursorHelper.hxx>
#include <comphelper/uno3.hxx>
@@ -151,9 +150,7 @@ typedef cppu::WeakImplHelper<
css::beans::XPropertyState
> SwXTextViewCursor_Base;
-class SwXTextViewCursor final : public SwXTextViewCursor_Base,
- public SwClient,
- public OTextCursorHelper
+class SwXTextViewCursor final: public SwXTextViewCursor_Base, public OTextCursorHelper
{
SwView* m_pView;
const SfxItemPropertySet* m_pPropSet;
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 87d4a77bedfa..bdf21d3c2e04 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -70,7 +70,6 @@
#include <app.hrc>
#include <edtwin.hxx>
#include <PostItMgr.hxx>
-#include <calbck.hxx>
#include <cstddef>
#include <memory>
#include <swmodule.hxx>
diff --git a/sw/source/uibase/uno/unotxvw.cxx b/sw/source/uibase/uno/unotxvw.cxx
index 1842b90cd497..e2430d14ee86 100644
--- a/sw/source/uibase/uno/unotxvw.cxx
+++ b/sw/source/uibase/uno/unotxvw.cxx
@@ -70,7 +70,6 @@
#include <unocrsrhelper.hxx>
#include <unotextrange.hxx>
#include <sfx2/docfile.hxx>
-#include <calbck.hxx>
#include <swdtflvr.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/processfactory.hxx>