diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-15 09:55:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-15 13:41:42 +0100 |
commit | 25214daa344412a7b67c8a89b832e5f3e6dc90fa (patch) | |
tree | 7fa75d882f6fa2e7678e33a0989cbff332fdff84 /chart2 | |
parent | 67f7171b79ce4a60dbec16394f48e7d0c28217ac (diff) |
don't need to include vcl/menu.hxx here
Change-Id: I16c4c2fd84ea8af6b7601e49c38630bbbfdb2cb6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107746
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartController_Window.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ChartController_Window.cxx b/chart2/source/controller/main/ChartController_Window.cxx index 51ebcbf9b567..d9879174656d 100644 --- a/chart2/source/controller/main/ChartController_Window.cxx +++ b/chart2/source/controller/main/ChartController_Window.cxx @@ -78,6 +78,7 @@ #include <svx/svddrgmt.hxx> #include <vcl/commandevent.hxx> #include <vcl/event.hxx> +#include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/weld.hxx> |