diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-05 20:59:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-06 12:16:52 +0100 |
commit | 6245dba005eb35525886d16856b6e8cde9ddb105 (patch) | |
tree | 9455d3f07c35cfa9a8a46a6ce15111b8a72c1cf2 /toolkit | |
parent | 69c546e1e7a697217f273baa7c1729ff823efd76 (diff) |
move MenuButton to vcl/toolkit
Change-Id: I3f228c36e3f35ba54cab2ee87fcfbbae7992668d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107265
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 8d7cff46e7d8..31991a09fa17 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -103,7 +103,7 @@ #include <vcl/scheduler.hxx> #include <vcl/toolkit/lstbox.hxx> #include <vcl/toolkit/longcurr.hxx> -#include <vcl/menubtn.hxx> +#include <vcl/toolkit/menubtn.hxx> #include <vcl/stdtext.hxx> #include <vcl/scrbar.hxx> #include <vcl/split.hxx> |