summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/sdr/RptObject.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/core/sdr/RptObject.cxx
parentc30f3ea3dd294210058c781145d6fdd320c975b4 (diff)
loplugin:includeform: reportdesign
Change-Id: Ie531677be09c264ed1536ad2512e76f29ab46881
Diffstat (limited to 'reportdesign/source/core/sdr/RptObject.cxx')
-rw-r--r--reportdesign/source/core/sdr/RptObject.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx
index eb8a591e6638..a7cadc93e281 100644
--- a/reportdesign/source/core/sdr/RptObject.cxx
+++ b/reportdesign/source/core/sdr/RptObject.cxx
@@ -16,21 +16,21 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "RptObject.hxx"
+#include <RptObject.hxx>
#include <vector>
#include <algorithm>
#include <RptDef.hxx>
#include <svx/unoshape.hxx>
-#include "RptModel.hxx"
-#include "RptObjectListener.hxx"
+#include <RptModel.hxx>
+#include <RptObjectListener.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <toolkit/helper/convert.hxx>
-#include "RptPage.hxx"
+#include <RptPage.hxx>
#include <dbaccess/dbsubcomponentcontroller.hxx>
#include <strings.hrc>
-#include "strings.hxx"
+#include <strings.hxx>
#include <svx/xflclit.hxx>
#include <svx/xlnclit.hxx>
#include <svx/xlndsit.hxx>
@@ -63,11 +63,11 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/property.hxx>
#include <tools/diagnose_ex.h>
-#include "PropertyForward.hxx"
+#include <PropertyForward.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/dbconversion.hxx>
-#include "UndoActions.hxx"
-#include "UndoEnv.hxx"
+#include <UndoActions.hxx>
+#include <UndoEnv.hxx>
#include <functional>
namespace rptui