diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-14 21:04:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-14 22:35:50 +0200 |
commit | 41850152258d32ca2249dcb89d871627a6c3df98 (patch) | |
tree | 138dcd095d1cbabcc69c95561793baf3b5b8b31d /reportdesign/inc | |
parent | b6b0b95bae845a2a59831f4e3ae63de3e54a2984 (diff) |
fix-includes.pl: reportdesign
Change-Id: I01ad1f4c3a8e0ee8173ceb147ce20945b7d5433d
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/PropertyForward.hxx | 2 | ||||
-rw-r--r-- | reportdesign/inc/RptPage.hxx | 2 | ||||
-rw-r--r-- | reportdesign/inc/dllapi.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/inc/PropertyForward.hxx b/reportdesign/inc/PropertyForward.hxx index 2cac870294a8..f4a0f60597f2 100644 --- a/reportdesign/inc/PropertyForward.hxx +++ b/reportdesign/inc/PropertyForward.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <cppuhelper/compbase1.hxx> -#include "cppuhelper/basemutex.hxx" +#include <cppuhelper/basemutex.hxx> #include "RptDef.hxx" diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx index 466b1ef06d8e..8fe4401a9a5d 100644 --- a/reportdesign/inc/RptPage.hxx +++ b/reportdesign/inc/RptPage.hxx @@ -20,7 +20,7 @@ #define INCLUDED_REPORTDESIGN_INC_RPTPAGE_HXX #include "dllapi.h" -#include "svx/svdpage.hxx" +#include <svx/svdpage.hxx> #include <com/sun/star/report/XReportComponent.hpp> #include <com/sun/star/report/XSection.hpp> diff --git a/reportdesign/inc/dllapi.h b/reportdesign/inc/dllapi.h index ce41a483e0fa..118bfb3429f9 100644 --- a/reportdesign/inc/dllapi.h +++ b/reportdesign/inc/dllapi.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_REPORTDESIGN_INC_DLLAPI_H #define INCLUDED_REPORTDESIGN_INC_DLLAPI_H -#include "sal/types.h" +#include <sal/types.h> #if defined(REPORTDESIGN_DLLIMPLEMENTATION) #define REPORTDESIGN_DLLPUBLIC SAL_DLLPUBLIC_EXPORT |