diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-06 16:04:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-06 20:55:11 +0200 |
commit | 1dc6a3aeec6d0f67990c2e18c31f094fc3edeba7 (patch) | |
tree | 2c3dd727151c4a699dd0df42dfef9f6cb7004f3b /sfx2 | |
parent | fca8704954c9e38719ac0158ba66edd8d85522ed (diff) |
drop some now unnecessary include
Change-Id: I9db3d9a172a41c70ed343efd76f4c7c8f88b3a3f
Reviewed-on: https://gerrit.libreoffice.org/61471
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/opengrf.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/opengrf.cxx b/sfx2/source/appl/opengrf.cxx index 8de81b856815..9b91b5901b63 100644 --- a/sfx2/source/appl/opengrf.cxx +++ b/sfx2/source/appl/opengrf.cxx @@ -38,6 +38,7 @@ #include <svl/urihelper.hxx> #include <svtools/transfer.hxx> #include <sot/formats.hxx> +#include <vcl/button.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/filedlghelper.hxx> |