diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-26 09:18:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-26 15:25:35 +0200 |
commit | 68a568ea8899628533688942bdbfa492d52e8d9f (patch) | |
tree | 282dc3f654be0a9e7e5ae37be8a1abbaae9691a1 /chart2 | |
parent | 464fe63e334f697c5801d4ef0c5e4a2896d28c04 (diff) |
drop unnecessary includes
Change-Id: Ie7dcf55a78ec896ba937c521b59c0a1f2bbb6e94
Reviewed-on: https://gerrit.libreoffice.org/79598
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/DataBrowser.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.cxx b/chart2/source/controller/dialogs/DataBrowser.cxx index 7252684f8109..621baab382e9 100644 --- a/chart2/source/controller/dialogs/DataBrowser.cxx +++ b/chart2/source/controller/dialogs/DataBrowser.cxx @@ -32,11 +32,10 @@ #include <helpids.h> #include <vcl/fixed.hxx> -#include <vcl/dialog.hxx> #include <vcl/image.hxx> -#include <vcl/layout.hxx> #include <vcl/weld.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <vcl/virdev.hxx> #include <rtl/math.hxx> #include <osl/diagnose.h> |