diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-19 11:24:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-19 11:24:35 +0300 |
commit | 1a043545906f2b272fe80ecfa992b599284b9432 (patch) | |
tree | f1b9a68d248d80b7bc74f4ac3367fd7428b1fa61 /toolkit/source/awt/vclxwindow.cxx | |
parent | 6a579871d93c05630986f7d67bd670287ceba6de (diff) |
Move headers that are private to toolkit there, then
Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6
Diffstat (limited to 'toolkit/source/awt/vclxwindow.cxx')
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index f12e9ec4daa3..6afa075485ba 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -41,7 +41,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/property.hxx> -#include <toolkit/helper/accessibilityclient.hxx> #include <cppuhelper/typeprovider.hxx> #include <rtl/uuid.h> #include <rtl/ustrbuf.hxx> @@ -57,11 +56,13 @@ #include <comphelper/flagguard.hxx> #include "stylesettings.hxx" #include <tools/urlobj.hxx> -#include <toolkit/helper/unopropertyarrayhelper.hxx> #include <boost/bind.hpp> #include <boost/noncopyable.hpp> +#include "helper/accessibilityclient.hxx" +#include "helper/unopropertyarrayhelper.hxx" + using namespace ::com::sun::star; using ::com::sun::star::uno::Reference; |