diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-25 15:39:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-26 09:50:10 +0100 |
commit | bd1cac5a9656741ad1b54df1fb740b989b77b78f (patch) | |
tree | d658e50ca06b29444cfd785bf9874f7adf1532bd /sw/source/uibase/uiview | |
parent | 3339c730f8c9a6088a2e8b335185f1bf0b232216 (diff) |
drop some unnecessary includes
Change-Id: I4a45110e69fc76ff5b12e014586a0684c3737dfe
Reviewed-on: https://gerrit.libreoffice.org/64000
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/uiview')
-rw-r--r-- | sw/source/uibase/uiview/pview.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/uibase/uiview/pview.cxx b/sw/source/uibase/uiview/pview.cxx index b05db89e897c..1747f01e4c6e 100644 --- a/sw/source/uibase/uiview/pview.cxx +++ b/sw/source/uibase/uiview/pview.cxx @@ -19,11 +19,8 @@ #include <sfx2/objface.hxx> #include <vcl/timer.hxx> -#include <vcl/field.hxx> -#include <vcl/fixed.hxx> #include <vcl/help.hxx> #include <vcl/commandevent.hxx> -#include <vcl/button.hxx> #include <vcl/settings.hxx> #include <vcl/weld.hxx> |