diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-07 20:20:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-08 10:10:53 +0200 |
commit | 4d1d64ebd3ef8880459f1778d0a34a4ca15f87ca (patch) | |
tree | 3307903f9fe124d3ab99b6ad1ceed1a10b59fda5 /toolkit/source | |
parent | fe2bc1012932cbb6c902b9034d9d1497609e57a5 (diff) |
split button.hxx into toolkit-only piece
Change-Id: I792efb417504a3b55043ff4fc3fd3597a9b953f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93678
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/helper/btndlg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index d39a70659161..69d4c01d1e4d 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -80,7 +80,7 @@ #include <toolkit/helper/convert.hxx> #include <controls/filectrl.hxx> #include <controls/treecontrolpeer.hxx> -#include <vcl/button.hxx> +#include <vcl/toolkit/button.hxx> #include <vcl/combobox.hxx> #include <vcl/ctrl.hxx> #include <vcl/toolkit/dialog.hxx> diff --git a/toolkit/source/helper/btndlg.cxx b/toolkit/source/helper/btndlg.cxx index 7b8884b4ee62..9885f9468b85 100644 --- a/toolkit/source/helper/btndlg.cxx +++ b/toolkit/source/helper/btndlg.cxx @@ -19,7 +19,7 @@ #include <memory> -#include <vcl/button.hxx> +#include <vcl/toolkit/button.hxx> #include <vcl/stdtext.hxx> #include <helper/btndlg.hxx> #include <sal/log.hxx> |