summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inspection')
-rw-r--r--reportdesign/source/ui/inspection/DataProviderHandler.cxx14
-rw-r--r--reportdesign/source/ui/inspection/DefaultInspection.cxx8
-rw-r--r--reportdesign/source/ui/inspection/GeometryHandler.cxx22
-rw-r--r--reportdesign/source/ui/inspection/ReportComponentHandler.cxx6
-rw-r--r--reportdesign/source/ui/inspection/metadata.cxx10
5 files changed, 30 insertions, 30 deletions
diff --git a/reportdesign/source/ui/inspection/DataProviderHandler.cxx b/reportdesign/source/ui/inspection/DataProviderHandler.cxx
index b539672eec7e..d02a936e8909 100644
--- a/reportdesign/source/ui/inspection/DataProviderHandler.cxx
+++ b/reportdesign/source/ui/inspection/DataProviderHandler.cxx
@@ -16,14 +16,14 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "DataProviderHandler.hxx"
+#include <DataProviderHandler.hxx>
#include <com/sun/star/lang/XInitialization.hpp>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/property.hxx>
#include <comphelper/types.hxx>
#include <comphelper/propertysequence.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "strings.hxx"
+#include <strings.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <unotools/syslocale.hxx>
#include <com/sun/star/form/inspection/FormComponentPropertyHandler.hpp>
@@ -45,13 +45,13 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/util/MeasureUnit.hpp>
#include <tools/fldunit.hxx>
-#include "metadata.hxx"
+#include <metadata.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
-#include "core_resource.hxx"
-#include "helpids.h"
-#include "strings.hrc"
-#include "PropertyForward.hxx"
+#include <core_resource.hxx>
+#include <helpids.h>
+#include <strings.hrc>
+#include <PropertyForward.hxx>
namespace rptui
{
diff --git a/reportdesign/source/ui/inspection/DefaultInspection.cxx b/reportdesign/source/ui/inspection/DefaultInspection.cxx
index caf8e0be27ad..e66a45a2ace8 100644
--- a/reportdesign/source/ui/inspection/DefaultInspection.cxx
+++ b/reportdesign/source/ui/inspection/DefaultInspection.cxx
@@ -16,16 +16,16 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "DefaultInspection.hxx"
+#include <DefaultInspection.hxx>
#include <com/sun/star/ucb/AlreadyInitializedException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <strings.hrc>
-#include "core_resource.hxx"
-#include "helpids.h"
+#include <core_resource.hxx>
+#include <helpids.h>
#include <cppuhelper/supportsservice.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/debug.hxx>
-#include "metadata.hxx"
+#include <metadata.hxx>
#include <tools/urlobj.hxx>
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index e1cb88d609b1..1c80a32ae1c7 100644
--- a/reportdesign/source/ui/inspection/GeometryHandler.cxx
+++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx
@@ -22,15 +22,15 @@
#include <iterator>
#include <map>
-#include "GeometryHandler.hxx"
+#include <GeometryHandler.hxx>
#include <comphelper/types.hxx>
#include <comphelper/property.hxx>
#include <comphelper/mimeconfighelper.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "strings.hxx"
-#include "reportformula.hxx"
+#include <strings.hxx>
+#include <reportformula.hxx>
#include <i18nutil/searchopt.hxx>
#include <unotools/textsearch.hxx>
@@ -69,17 +69,17 @@
#include <tools/fldunit.hxx>
#include <vcl/stdtext.hxx>
-#include "core_resource.hxx"
-#include "stringarray.hrc"
-#include "strings.hrc"
-#include "RptDef.hxx"
-#include "UITools.hxx"
+#include <core_resource.hxx>
+#include <stringarray.hrc>
+#include <strings.hrc>
+#include <RptDef.hxx>
+#include <UITools.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbconversion.hxx>
#include <connectivity/dbtools.hxx>
-#include "metadata.hxx"
+#include <metadata.hxx>
#include <svl/itempool.hxx>
#include <svl/itemset.hxx>
#include <svx/xdef.hxx>
@@ -101,8 +101,8 @@
#include <editeng/brushitem.hxx>
#include <sfx2/docfilt.hxx>
-#include "dlgpage.hxx"
-#include "helpids.h"
+#include <dlgpage.hxx>
+#include <helpids.h>
#include <toolkit/helper/convert.hxx>
#include <o3tl/functional.hxx>
diff --git a/reportdesign/source/ui/inspection/ReportComponentHandler.cxx b/reportdesign/source/ui/inspection/ReportComponentHandler.cxx
index 7cbd0cb839c7..a929f4c286c8 100644
--- a/reportdesign/source/ui/inspection/ReportComponentHandler.cxx
+++ b/reportdesign/source/ui/inspection/ReportComponentHandler.cxx
@@ -16,11 +16,11 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "ReportComponentHandler.hxx"
+#include <ReportComponentHandler.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/NullPointerException.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
-#include "strings.hxx"
+#include <strings.hxx>
#include <comphelper/types.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <toolkit/helper/vclunohelper.hxx>
@@ -29,7 +29,7 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/util/MeasureUnit.hpp>
#include <tools/fldunit.hxx>
-#include "metadata.hxx"
+#include <metadata.hxx>
namespace rptui
diff --git a/reportdesign/source/ui/inspection/metadata.cxx b/reportdesign/source/ui/inspection/metadata.cxx
index adecc3298a23..aed694c109e0 100644
--- a/reportdesign/source/ui/inspection/metadata.cxx
+++ b/reportdesign/source/ui/inspection/metadata.cxx
@@ -16,13 +16,13 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "metadata.hxx"
+#include <metadata.hxx>
#include <com/sun/star/inspection/XPropertyHandler.hpp>
#include <comphelper/extract.hxx>
-#include "core_resource.hxx"
-#include "helpids.h"
-#include "strings.hrc"
-#include "strings.hxx"
+#include <core_resource.hxx>
+#include <helpids.h>
+#include <strings.hrc>
+#include <strings.hxx>
#include <algorithm>