diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:38:04 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:48 -0600 |
commit | c936339ae28351b5c7d1ea4071862dba65696cb3 (patch) | |
tree | 9c2e156a2a7afd5dd923276131456ba95b93666b /include/toolkit/controls | |
parent | b43343b0e713d70936d32069a21e96334b08dd82 (diff) |
fdo#65108 inter-module includes <> include/toolkit
Change-Id: I73cd2a7b0270cd0b78d1ea5fb0163e6392323a3d
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r-- | include/toolkit/controls/animatedimages.hxx | 4 | ||||
-rw-r--r-- | include/toolkit/controls/dialogcontrol.hxx | 4 | ||||
-rw-r--r-- | include/toolkit/controls/geometrycontrolmodel.hxx | 2 | ||||
-rw-r--r-- | include/toolkit/controls/spinningprogress.hxx | 2 | ||||
-rw-r--r-- | include/toolkit/controls/tabpagemodel.hxx | 4 |
5 files changed, 8 insertions, 8 deletions
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> |