diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/animatedimagespeer.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/scrollabledialog.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxaccessiblecomponent.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/grid/sortablegriddatamodel.cxx | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx index 5ccee20789e6..464522c70cc5 100644 --- a/toolkit/source/awt/animatedimagespeer.cxx +++ b/toolkit/source/awt/animatedimagespeer.cxx @@ -36,6 +36,7 @@ #include <tools/urlobj.hxx> #include <vcl/throbber.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <limits> diff --git a/toolkit/source/awt/scrollabledialog.cxx b/toolkit/source/awt/scrollabledialog.cxx index 91edeffecf77..1d6cab59e368 100644 --- a/toolkit/source/awt/scrollabledialog.cxx +++ b/toolkit/source/awt/scrollabledialog.cxx @@ -19,6 +19,7 @@ #include <toolkit/awt/scrollabledialog.hxx> #include <vcl/group.hxx> +#include <vcl/settings.hxx> namespace toolkit { diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx index c087b14455be..4fbc9df25349 100644 --- a/toolkit/source/awt/vclxaccessiblecomponent.cxx +++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx @@ -32,6 +32,7 @@ #include <vcl/vclevent.hxx> #include <vcl/window.hxx> #include <vcl/edit.hxx> +#include <vcl/settings.hxx> #include <tools/debug.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx> diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index a994d7f85c5c..fa29d4fb82ae 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -52,6 +52,7 @@ #include <vcl/pdfextoutdevdata.hxx> #include <vcl/tabpage.hxx> #include <vcl/button.hxx> +#include <vcl/settings.hxx> #include <comphelper/asyncnotification.hxx> #include <comphelper/flagguard.hxx> #include "stylesettings.hxx" diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 98c2fe1e7c57..9df857685c46 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -53,6 +53,7 @@ #include <vcl/svapp.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> +#include <vcl/settings.hxx> #include <tools/diagnose_ex.h> #include <boost/bind.hpp> diff --git a/toolkit/source/controls/grid/sortablegriddatamodel.cxx b/toolkit/source/controls/grid/sortablegriddatamodel.cxx index 08c781d8efc8..fc53ea7c492b 100644 --- a/toolkit/source/controls/grid/sortablegriddatamodel.cxx +++ b/toolkit/source/controls/grid/sortablegriddatamodel.cxx @@ -37,6 +37,7 @@ #include <tools/diagnose_ex.h> #include <tools/debug.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> using namespace css::awt; using namespace css::awt::grid; |