diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-29 14:16:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-31 10:31:28 +0200 |
commit | 13da1c7913ca76ca5b33f0666ab7cc4a219815e1 (patch) | |
tree | 7ebe9b5fd1018b3e7b35b6ed23a8fff62fd6801d /sw/source | |
parent | d6e4c97c8e8ab96ca099dd4f8a3fe35204dea8c1 (diff) |
drop unneeded includes
Change-Id: Ie0f52bb1d6866075d0b664bfc3ddc47c02e4f81b
Reviewed-on: https://gerrit.libreoffice.org/73169
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/uibase/uiview/viewprt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/uiview/viewprt.cxx b/sw/source/uibase/uiview/viewprt.cxx index 42301529fe8a..3a3bf94abef3 100644 --- a/sw/source/uibase/uiview/viewprt.cxx +++ b/sw/source/uibase/uiview/viewprt.cxx @@ -25,6 +25,7 @@ #include <sfx2/app.hxx> #include <sfx2/viewfrm.hxx> #include <vcl/weld.hxx> +#include <vcl/button.hxx> #include <vcl/oldprintadaptor.hxx> #include <sfx2/printer.hxx> #include <sfx2/prnmon.hxx> |