summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-19 11:24:35 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-19 11:24:35 +0300
commit1a043545906f2b272fe80ecfa992b599284b9432 (patch)
treef1b9a68d248d80b7bc74f4ac3367fd7428b1fa61 /toolkit/source/helper
parent6a579871d93c05630986f7d67bd670287ceba6de (diff)
Move headers that are private to toolkit there, then
Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6
Diffstat (limited to 'toolkit/source/helper')
-rw-r--r--toolkit/source/helper/accessibilityclient.cxx3
-rw-r--r--toolkit/source/helper/imagealign.cxx2
-rw-r--r--toolkit/source/helper/tkresmgr.cxx3
-rw-r--r--toolkit/source/helper/unopropertyarrayhelper.cxx2
-rw-r--r--toolkit/source/helper/unowrapper.cxx3
5 files changed, 8 insertions, 5 deletions
diff --git a/toolkit/source/helper/accessibilityclient.cxx b/toolkit/source/helper/accessibilityclient.cxx
index 3db9a72a1b38..41ad0a28b0e4 100644
--- a/toolkit/source/helper/accessibilityclient.cxx
+++ b/toolkit/source/helper/accessibilityclient.cxx
@@ -23,12 +23,13 @@
#include <boost/noncopyable.hpp>
-#include <toolkit/helper/accessibilityclient.hxx>
#include <toolkit/helper/accessiblefactory.hxx>
#include <osl/module.h>
#include <osl/diagnose.h>
#include <tools/solar.h>
+#include "helper/accessibilityclient.hxx"
+
namespace toolkit
{
using namespace ::com::sun::star::uno;
diff --git a/toolkit/source/helper/imagealign.cxx b/toolkit/source/helper/imagealign.cxx
index 5201d27ef900..75440a2e8e96 100644
--- a/toolkit/source/helper/imagealign.cxx
+++ b/toolkit/source/helper/imagealign.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <toolkit/helper/imagealign.hxx>
#include <com/sun/star/awt/ImagePosition.hpp>
#include <com/sun/star/awt/ImageAlign.hpp>
+#include "helper/imagealign.hxx"
namespace toolkit
{
diff --git a/toolkit/source/helper/tkresmgr.cxx b/toolkit/source/helper/tkresmgr.cxx
index 06d14c83c185..d289cd669255 100644
--- a/toolkit/source/helper/tkresmgr.cxx
+++ b/toolkit/source/helper/tkresmgr.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <toolkit/helper/tkresmgr.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <com/sun/star/graphic/GraphicProvider.hpp>
@@ -26,6 +25,8 @@
#include <vcl/image.hxx>
+#include "helper/tkresmgr.hxx"
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::graphic::XGraphic;
using ::com::sun::star::graphic::XGraphicProvider;
diff --git a/toolkit/source/helper/unopropertyarrayhelper.cxx b/toolkit/source/helper/unopropertyarrayhelper.cxx
index 3db66c940f5a..14b7dec3189c 100644
--- a/toolkit/source/helper/unopropertyarrayhelper.cxx
+++ b/toolkit/source/helper/unopropertyarrayhelper.cxx
@@ -18,10 +18,10 @@
*/
-#include <toolkit/helper/unopropertyarrayhelper.hxx>
#include <toolkit/helper/property.hxx>
#include <map>
+#include "helper/unopropertyarrayhelper.hxx"
// class UnoPropertyArrayHelper
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx
index f0a2f1cbec61..60cc8d1658c3 100644
--- a/toolkit/source/helper/unowrapper.cxx
+++ b/toolkit/source/helper/unowrapper.cxx
@@ -20,7 +20,6 @@
#include <com/sun/star/awt/WindowEvent.hpp>
#include <comphelper/processfactory.hxx>
-#include <toolkit/helper/unowrapper.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <toolkit/helper/convert.hxx>
#include <toolkit/awt/vclxwindow.hxx>
@@ -36,6 +35,8 @@
#include <tools/debug.hxx>
+#include "helper/unowrapper.hxx"
+
using namespace ::com::sun::star;
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > CreateXWindow( Window* pWindow )