diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-07 15:42:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-12 21:44:39 +0200 |
commit | ad1cbee2ffc7b3c10cad6fd69f5e4b523ac4027c (patch) | |
tree | deb0368f573238325c4e30bf1b932e6b3e0c05a2 /toolkit | |
parent | 0e27158c4f6a6a7676a77afb6b37dd30b3f6d100 (diff) |
weld OrganizeDialog
Change-Id: I976edb0b49c8439d1723be4544b10a5375b8e1d3
Reviewed-on: https://gerrit.libreoffice.org/73755
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 5b70b8eb56bb..398b5b77cfc4 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -111,7 +111,7 @@ #include <vcl/svapp.hxx> #include <vcl/syschild.hxx> #include <vcl/tabctrl.hxx> -#include <vcl/tabdlg.hxx> +#include <vcl/toolkit/tabdlg.hxx> #include <vcl/tabpage.hxx> #include <vcl/toolbox.hxx> #include <vcl/virdev.hxx> |