[Libreoffice-commits] core.git: dbaccess/source sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 6 19:23:56 UTC 2021
dbaccess/source/ui/inc/TableWindowTitle.hxx | 1 -
sw/source/uibase/docvw/AnnotationWin.cxx | 4 ----
sw/source/uibase/docvw/AnnotationWin2.cxx | 2 --
3 files changed, 7 deletions(-)
New commits:
commit d76b9cc0e96e06777c683ba172e04454c8893c84
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Feb 5 16:24:26 2021 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Feb 6 20:23:09 2021 +0100
drop some unneeded includes
Change-Id: I3cd72110ae2601b1b11539702c5fb91086d779eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110486
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/dbaccess/source/ui/inc/TableWindowTitle.hxx b/dbaccess/source/ui/inc/TableWindowTitle.hxx
index 2fe9c30c5091..d60f7389a4f8 100644
--- a/dbaccess/source/ui/inc/TableWindowTitle.hxx
+++ b/dbaccess/source/ui/inc/TableWindowTitle.hxx
@@ -29,7 +29,6 @@ namespace dbaui
protected:
virtual void Command(const CommandEvent& rEvt) override;
- // virtual void Paint( const Rectangle& rRect );
virtual void MouseButtonDown( const MouseEvent& rEvt ) override;
virtual void KeyInput( const KeyEvent& rEvt ) override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
diff --git a/sw/source/uibase/docvw/AnnotationWin.cxx b/sw/source/uibase/docvw/AnnotationWin.cxx
index 34edc64425f5..084aa066bf03 100644
--- a/sw/source/uibase/docvw/AnnotationWin.cxx
+++ b/sw/source/uibase/docvw/AnnotationWin.cxx
@@ -25,10 +25,6 @@
#include <uiobject.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/menu.hxx>
-#include <vcl/scrbar.hxx>
-#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/uitest/logger.hxx>
#include <vcl/uitest/eventdescription.hxx>
diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx b/sw/source/uibase/docvw/AnnotationWin2.cxx
index 36f179869e45..f0f9235a1566 100644
--- a/sw/source/uibase/docvw/AnnotationWin2.cxx
+++ b/sw/source/uibase/docvw/AnnotationWin2.cxx
@@ -51,9 +51,7 @@
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
-#include <vcl/fixed.hxx>
#include <vcl/event.hxx>
-#include <vcl/scrbar.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/ptrstyle.hxx>
More information about the Libreoffice-commits
mailing list