summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportController.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:34:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:58 +0200
commit7d66d3ae9f07d12cd4ed0b9dd4c9bec7019b71ea (patch)
treef6d63d5b208a15f696b7a1e01f83e822622bde9c /reportdesign/source/ui/report/ReportController.cxx
parentc30f3ea3dd294210058c781145d6fdd320c975b4 (diff)
loplugin:includeform: reportdesign
Change-Id: Ie531677be09c264ed1536ad2512e76f29ab46881
Diffstat (limited to 'reportdesign/source/ui/report/ReportController.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx48
1 files changed, 24 insertions, 24 deletions
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index 26d6b738249b..9b47422943b7 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "ReportController.hxx"
-#include "ReportDefinition.hxx"
-#include "CondFormat.hxx"
-#include "UITools.hxx"
-#include "AddField.hxx"
+#include <ReportController.hxx>
+#include <ReportDefinition.hxx>
+#include <CondFormat.hxx>
+#include <UITools.hxx>
+#include <AddField.hxx>
#include <toolkit/helper/vclunohelper.hxx>
-#include "DateTime.hxx"
+#include <DateTime.hxx>
#include <sfx2/filedlghelper.hxx>
#include <tools/diagnose_ex.h>
-#include "rptui_slotid.hrc"
-#include "reportformula.hxx"
+#include <rptui_slotid.hrc>
+#include <reportformula.hxx>
#include <comphelper/documentconstants.hxx>
#include <unotools/mediadescriptor.hxx>
@@ -112,17 +112,17 @@
#include <svx/zoom_def.hxx>
#include <svx/dialogs.hrc>
-#include "core_resource.hxx"
-#include "DesignView.hxx"
-#include "RptObject.hxx"
-#include "RptUndo.hxx"
-#include "strings.hxx"
-#include "RptDef.hxx"
-#include "ReportSection.hxx"
-#include "SectionView.hxx"
-#include "UndoActions.hxx"
-#include "dlgpage.hxx"
-#include "strings.hrc"
+#include <core_resource.hxx>
+#include <DesignView.hxx>
+#include <RptObject.hxx>
+#include <RptUndo.hxx>
+#include <strings.hxx>
+#include <RptDef.hxx>
+#include <ReportSection.hxx>
+#include <SectionView.hxx>
+#include <UndoActions.hxx>
+#include <dlgpage.hxx>
+#include <strings.hrc>
#include <svl/itempool.hxx>
#include <svl/itemset.hxx>
@@ -132,13 +132,13 @@
#include <unotools/viewoptions.hxx>
#include <osl/mutex.hxx>
-#include "PropertyForward.hxx"
-#include "SectionWindow.hxx"
+#include <PropertyForward.hxx>
+#include <SectionWindow.hxx>
#include <toolkit/helper/convert.hxx>
-#include "GroupsSorting.hxx"
-#include "PageNumber.hxx"
-#include "UndoEnv.hxx"
+#include <GroupsSorting.hxx>
+#include <PageNumber.hxx>
+#include <UndoEnv.hxx>
#include <memory>