diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-05 16:24:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-06 20:23:09 +0100 |
commit | d76b9cc0e96e06777c683ba172e04454c8893c84 (patch) | |
tree | d222d2742c43c2249b7ead99ac89cc3531e10c52 /sw | |
parent | a838ccb411dfe7ff6edf9503ae23ea655b99e1e6 (diff) |
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@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/AnnotationWin.cxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/docvw/AnnotationWin2.cxx | 2 |
2 files changed, 0 insertions, 6 deletions
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> |