diff options
Diffstat (limited to 'vcl/source/window/dlgctrl.cxx')
-rw-r--r-- | vcl/source/window/dlgctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx index 6721455ff94c..f63cb6782b39 100644 --- a/vcl/source/window/dlgctrl.cxx +++ b/vcl/source/window/dlgctrl.cxx @@ -19,6 +19,7 @@ #include <svdata.hxx> +#include <window.h> #include "dlgctrl.hxx" #include <vcl/event.hxx> @@ -29,7 +30,6 @@ #include <vcl/tabctrl.hxx> #include <vcl/button.hxx> #include <vcl/settings.hxx> -#include <vcl/unohelp.hxx> #include <sal/log.hxx> #include <i18nlangtag/languagetag.hxx> |