[Libreoffice-commits] core.git: sw/source

Bjoern Michaelsen (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 19 17:49:29 UTC 2019


 sw/source/uibase/app/docsh.cxx       |    1 -
 sw/source/uibase/dochdl/swdtflvr.cxx |    1 -
 sw/source/uibase/docvw/PostItMgr.cxx |    1 -
 sw/source/uibase/inc/unotxvw.hxx     |    5 +----
 sw/source/uibase/shells/textfld.cxx  |    1 -
 sw/source/uibase/uno/unotxvw.cxx     |    1 -
 6 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit 5079be8a61700c201fc0cd1ae82d7cb1682e3b96
Author:     Bjoern Michaelsen <bjoern.michaelsen at libreoffice.org>
AuthorDate: Thu Sep 19 16:06:39 2019 +0200
Commit:     Björn Michaelsen <bjoern.michaelsen at libreoffice.org>
CommitDate: Thu Sep 19 19:47:56 2019 +0200

    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 at libreoffice.org>

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>


More information about the Libreoffice-commits mailing list