summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:38:04 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:48 -0600
commitc936339ae28351b5c7d1ea4071862dba65696cb3 (patch)
tree9c2e156a2a7afd5dd923276131456ba95b93666b /include/toolkit
parentb43343b0e713d70936d32069a21e96334b08dd82 (diff)
fdo#65108 inter-module includes <> include/toolkit
Change-Id: I73cd2a7b0270cd0b78d1ea5fb0163e6392323a3d
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/animatedimagespeer.hxx2
-rw-r--r--include/toolkit/awt/vclxprinter.hxx2
-rw-r--r--include/toolkit/awt/vclxtabpagecontainer.hxx2
-rw-r--r--include/toolkit/awt/vclxtabpagemodel.hxx2
-rw-r--r--include/toolkit/awt/vclxtoolkit.hxx2
-rw-r--r--include/toolkit/awt/vclxwindows.hxx4
-rw-r--r--include/toolkit/controls/animatedimages.hxx4
-rw-r--r--include/toolkit/controls/dialogcontrol.hxx4
-rw-r--r--include/toolkit/controls/geometrycontrolmodel.hxx2
-rw-r--r--include/toolkit/controls/spinningprogress.hxx2
-rw-r--r--include/toolkit/controls/tabpagemodel.hxx4
-rw-r--r--include/toolkit/dllapi.h4
-rw-r--r--include/toolkit/helper/unopropertyarrayhelper.hxx2
13 files changed, 18 insertions, 18 deletions
diff --git a/include/toolkit/awt/animatedimagespeer.hxx b/include/toolkit/awt/animatedimagespeer.hxx
index 9ba8608e3e61..3751ce9266b6 100644
--- a/include/toolkit/awt/animatedimagespeer.hxx
+++ b/include/toolkit/awt/animatedimagespeer.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_TOOLKIT_AWT_ANIMATEDIMAGESPEER_HXX
#define INCLUDED_TOOLKIT_AWT_ANIMATEDIMAGESPEER_HXX
-#include "toolkit/awt/vclxwindow.hxx"
+#include <toolkit/awt/vclxwindow.hxx>
#include <com/sun/star/awt/XAnimation.hpp>
#include <com/sun/star/util/XModifyListener.hpp>
diff --git a/include/toolkit/awt/vclxprinter.hxx b/include/toolkit/awt/vclxprinter.hxx
index 70b01b2b4b30..0efd22aa38ca 100644
--- a/include/toolkit/awt/vclxprinter.hxx
+++ b/include/toolkit/awt/vclxprinter.hxx
@@ -34,7 +34,7 @@
#include <cppuhelper/implbase1.hxx>
#include <comphelper/uno3.hxx>
-#include "vcl/oldprintadaptor.hxx"
+#include <vcl/oldprintadaptor.hxx>
// relevant properties for the printer:
/*
diff --git a/include/toolkit/awt/vclxtabpagecontainer.hxx b/include/toolkit/awt/vclxtabpagecontainer.hxx
index 142d728d9c36..88f8f6b4a0a7 100644
--- a/include/toolkit/awt/vclxtabpagecontainer.hxx
+++ b/include/toolkit/awt/vclxtabpagecontainer.hxx
@@ -27,7 +27,7 @@
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/container/XContainerListener.hpp>
-#include "toolkit/awt/vclxwindow.hxx"
+#include <toolkit/awt/vclxwindow.hxx>
#include <com/sun/star/awt/tab/XTabPageContainer.hpp>
#include <toolkit/helper/listenermultiplexer.hxx>
#include <cppuhelper/implbase2.hxx>
diff --git a/include/toolkit/awt/vclxtabpagemodel.hxx b/include/toolkit/awt/vclxtabpagemodel.hxx
index f65688f00d41..d128e996a93a 100644
--- a/include/toolkit/awt/vclxtabpagemodel.hxx
+++ b/include/toolkit/awt/vclxtabpagemodel.hxx
@@ -26,7 +26,7 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
-#include "toolkit/awt/vclxwindow.hxx"
+#include <toolkit/awt/vclxwindow.hxx>
#include <toolkit/controls/unocontrolmodel.hxx>
#include <com/sun/star/awt/tab/XTabPageModel.hpp>
#include <com/sun/star/awt/tab/XTabPage.hpp>
diff --git a/include/toolkit/awt/vclxtoolkit.hxx b/include/toolkit/awt/vclxtoolkit.hxx
index cea90cfea9d6..5e0e1245b914 100644
--- a/include/toolkit/awt/vclxtoolkit.hxx
+++ b/include/toolkit/awt/vclxtoolkit.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/awt/XMessageBoxFactory.hpp>
#include <cppuhelper/compbase2.hxx>
-#include "cppuhelper/interfacecontainer.hxx"
+#include <cppuhelper/interfacecontainer.hxx>
#include <osl/mutex.hxx>
#include <osl/module.h>
#include <tools/link.hxx>
diff --git a/include/toolkit/awt/vclxwindows.hxx b/include/toolkit/awt/vclxwindows.hxx
index 8dc573496abd..74b6482f4e2a 100644
--- a/include/toolkit/awt/vclxwindows.hxx
+++ b/include/toolkit/awt/vclxwindows.hxx
@@ -81,8 +81,8 @@
#include <cppuhelper/implbase3.hxx>
#include <cppuhelper/implbase2.hxx>
-#include "toolkit/awt/vclxwindow.hxx"
-#include "toolkit/awt/vclxtopwindow.hxx"
+#include <toolkit/awt/vclxwindow.hxx>
+#include <toolkit/awt/vclxtopwindow.hxx>
#include <cppuhelper/implbase1.hxx>
#include <vcl/pointr.hxx>
diff --git a/include/toolkit/controls/animatedimages.hxx b/include/toolkit/controls/animatedimages.hxx
index d85ca32fc595..c6c49a1ec303 100644
--- a/include/toolkit/controls/animatedimages.hxx
+++ b/include/toolkit/controls/animatedimages.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_TOOLKIT_CONTROLS_ANIMATEDIMAGES_HXX
#define INCLUDED_TOOLKIT_CONTROLS_ANIMATEDIMAGES_HXX
-#include "toolkit/controls/unocontrolbase.hxx"
-#include "toolkit/controls/unocontrolmodel.hxx"
+#include <toolkit/controls/unocontrolbase.hxx>
+#include <toolkit/controls/unocontrolmodel.hxx>
#include <com/sun/star/awt/XAnimation.hpp>
#include <com/sun/star/awt/XAnimatedImages.hpp>
diff --git a/include/toolkit/controls/dialogcontrol.hxx b/include/toolkit/controls/dialogcontrol.hxx
index fdf2ce08b73b..569edaa24300 100644
--- a/include/toolkit/controls/dialogcontrol.hxx
+++ b/include/toolkit/controls/dialogcontrol.hxx
@@ -27,8 +27,8 @@
#include <com/sun/star/awt/XSimpleTabController.hpp>
#include <com/sun/star/resource/XStringResourceResolver.hpp>
#include <com/sun/star/graphic/XGraphicObject.hpp>
-#include "toolkit/helper/servicenames.hxx"
-#include "toolkit/helper/macros.hxx"
+#include <toolkit/helper/servicenames.hxx>
+#include <toolkit/helper/macros.hxx>
#include <toolkit/controls/unocontrolcontainer.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/implbase2.hxx>
diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx
index 861c98fae82d..9cfbc4f72699 100644
--- a/include/toolkit/controls/geometrycontrolmodel.hxx
+++ b/include/toolkit/controls/geometrycontrolmodel.hxx
@@ -251,7 +251,7 @@ namespace com { namespace sun { namespace star {
throw (::com::sun::star::uno::Exception);
};
-#include "toolkit/controls/geometrycontrolmodel_impl.hxx"
+#include <toolkit/controls/geometrycontrolmodel_impl.hxx>
//........................................................................
// } // namespace toolkit
diff --git a/include/toolkit/controls/spinningprogress.hxx b/include/toolkit/controls/spinningprogress.hxx
index bfa2f43fdd1f..eaee708202d4 100644
--- a/include/toolkit/controls/spinningprogress.hxx
+++ b/include/toolkit/controls/spinningprogress.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_TOOLKIT_CONTROLS_SPINNINGPROGRESS_HXX
#define INCLUDED_TOOLKIT_CONTROLS_SPINNINGPROGRESS_HXX
-#include "toolkit/controls/animatedimages.hxx"
+#include <toolkit/controls/animatedimages.hxx>
//......................................................................................................................
namespace toolkit
diff --git a/include/toolkit/controls/tabpagemodel.hxx b/include/toolkit/controls/tabpagemodel.hxx
index 6457ca31bed4..966b7947854d 100644
--- a/include/toolkit/controls/tabpagemodel.hxx
+++ b/include/toolkit/controls/tabpagemodel.hxx
@@ -25,8 +25,8 @@
#include <com/sun/star/awt/tab/XTabPage.hpp>
#include <com/sun/star/resource/XStringResourceResolver.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
-#include "toolkit/helper/servicenames.hxx"
-#include "toolkit/helper/macros.hxx"
+#include <toolkit/helper/servicenames.hxx>
+#include <toolkit/helper/macros.hxx>
#include <toolkit/controls/unocontrolcontainer.hxx>
#include <cppuhelper/basemutex.hxx>
#include <list>
diff --git a/include/toolkit/dllapi.h b/include/toolkit/dllapi.h
index 4309dcbb2fa3..3b61a68c565d 100644
--- a/include/toolkit/dllapi.h
+++ b/include/toolkit/dllapi.h
@@ -20,8 +20,8 @@
#ifndef INCLUDED_TOOLKIT_DLLAPI_H
#define INCLUDED_TOOLKIT_DLLAPI_H
-#include "sal/config.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sal/types.h>
#if defined TOOLKIT_DLLIMPLEMENTATION
#define TOOLKIT_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
diff --git a/include/toolkit/helper/unopropertyarrayhelper.hxx b/include/toolkit/helper/unopropertyarrayhelper.hxx
index 4a531b72cf17..b09edcc68660 100644
--- a/include/toolkit/helper/unopropertyarrayhelper.hxx
+++ b/include/toolkit/helper/unopropertyarrayhelper.hxx
@@ -25,7 +25,7 @@
#include <list>
#include <set>
-#include "toolkit/dllapi.h"
+#include <toolkit/dllapi.h>
// ----------------------------------------------------
// class UnoPropertyArrayHelper