diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 20:09:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 22:27:05 +0200 |
commit | 26c7c10d2de625f616d34897fa45c1b9b22c50a8 (patch) | |
tree | 91e6133cc2e0632e122b4022fe04316d06de11ea /toolkit | |
parent | 1c97e5ffa79ccb6ad6272b7044c008800b61da79 (diff) |
MoreButton is solely used by toolkit
Change-Id: Ieb436b49be3598e316d59a6d89cb211879d061c1
Reviewed-on: https://gerrit.libreoffice.org/61766
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-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 4f078e2968f5..7632a50005c2 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -100,7 +100,7 @@ #include <vcl/longcurr.hxx> #include <vcl/lstbox.hxx> #include <vcl/menubtn.hxx> -#include <vcl/morebtn.hxx> +#include <vcl/toolkit/morebtn.hxx> #include <vcl/msgbox.hxx> #include <vcl/scrbar.hxx> #include <vcl/spin.hxx> |