summaryrefslogtreecommitdiff
path: root/svx/source/table/tablelayouter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablelayouter.cxx')
-rw-r--r--svx/source/table/tablelayouter.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/table/tablelayouter.cxx b/svx/source/table/tablelayouter.cxx
index 359df376c1c6..2c38af69da0d 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -23,20 +23,20 @@
#include <tools/gen.hxx>
#include <libxml/xmlwriter.h>
-#include "cell.hxx"
+#include <cell.hxx>
#include "cellrange.hxx"
-#include "tablemodel.hxx"
+#include <tablemodel.hxx>
#include "tablerow.hxx"
#include "tablerows.hxx"
#include "tablecolumn.hxx"
#include "tablecolumns.hxx"
#include "tablelayouter.hxx"
-#include "svx/svdotable.hxx"
-#include "editeng/borderline.hxx"
-#include "editeng/boxitem.hxx"
-#include "svx/svdmodel.hxx"
-#include "svx/strings.hrc"
-#include "svdglob.hxx"
+#include <svx/svdotable.hxx>
+#include <editeng/borderline.hxx>
+#include <editeng/boxitem.hxx>
+#include <svx/svdmodel.hxx>
+#include <svx/strings.hrc>
+#include <svdglob.hxx>
using ::editeng::SvxBorderLine;
using namespace ::com::sun::star::uno;