diff options
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> |