diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-17 21:09:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-22 21:07:28 +0200 |
commit | 46dd214ab94181d3c552d86ec20b4a2c104fcc48 (patch) | |
tree | 7184d5398d9ff7a0b0cb8385849741a12678e118 /vcl/source/app | |
parent | 7476e6d987ce54c3a1058bafac8152e5b1abc52a (diff) |
MenuToggleButton no longer needs to be in public headers
Change-Id: Ifc190ddc0c9b5eb33555dcec5ed14fd9b36134e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104537
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/salvtables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 4ebf0bda3b55..26e382af0536 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -71,7 +71,7 @@ #include <vcl/virdev.hxx> #include <bitmaps.hlst> #include <calendar.hxx> -#include <vcl/menubtn.hxx> +#include <menutogglebutton.hxx> #include <verticaltabctrl.hxx> #include <window.h> #include <wizdlg.hxx> |