summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-08 21:46:51 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-09 05:30:41 +0200
commit5c151537b571614c8f10b96e2b60faa959413f1f (patch)
treea3410556cd5a09546aafd327d090eb4176235129 /sw/source/uibase/table
parenttdf#100491: Reduce DOCX shapes arrow line ending size multiplier (diff)
downloadcore-5c151537b571614c8f10b96e2b60faa959413f1f.tar.gz
core-5c151537b571614c8f10b96e2b60faa959413f1f.zip
uibase: consistently use "" and <> in include directives
Change-Id: Ib6888045cecb4bd7b3498534605d790324f1b40a Reviewed-on: https://gerrit.libreoffice.org/43265 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/swtablerep.cxx4
-rw-r--r--sw/source/uibase/table/tablemgr.cxx32
-rw-r--r--sw/source/uibase/table/tablepg.hxx4
3 files changed, 20 insertions, 20 deletions
diff --git a/sw/source/uibase/table/swtablerep.cxx b/sw/source/uibase/table/swtablerep.cxx
index 60d5d539fea3..a9b9ae49b9ec 100644
--- a/sw/source/uibase/table/swtablerep.cxx
+++ b/sw/source/uibase/table/swtablerep.cxx
@@ -42,14 +42,14 @@
#include <uitool.hxx>
#include <frmatr.hxx>
-#include <tablepg.hxx>
+#include "tablepg.hxx"
#include <tablemgr.hxx>
#include <pagedesc.hxx>
#include <poolfmt.hxx>
#include <SwStyleNameMapper.hxx>
#include <cmdid.h>
-#include "swtablerep.hxx"
+#include <swtablerep.hxx>
#include <memory>
SwTableRep::SwTableRep( const SwTabCols& rTabCol )
diff --git a/sw/source/uibase/table/tablemgr.cxx b/sw/source/uibase/table/tablemgr.cxx
index 6a8a9c28927c..54d770158708 100644
--- a/sw/source/uibase/table/tablemgr.cxx
+++ b/sw/source/uibase/table/tablemgr.cxx
@@ -28,22 +28,22 @@
#include <comphelper/classids.hxx>
#include <svx/charthelper.hxx>
-#include "edtwin.hxx"
-#include "wrtsh.hxx"
-#include "cmdid.h"
-#include "frmatr.hxx"
-#include "view.hxx"
-#include "basesh.hxx"
-#include "swundo.hxx"
-#include "tablemgr.hxx"
-#include "frmfmt.hxx"
-#include "instable.hxx"
-#include "swerror.h"
-#include "swabstdlg.hxx"
-#include "swcli.hxx"
-#include "docsh.hxx"
-#include "unotbl.hxx"
-#include "unochart.hxx"
+#include <edtwin.hxx>
+#include <wrtsh.hxx>
+#include <cmdid.h>
+#include <frmatr.hxx>
+#include <view.hxx>
+#include <basesh.hxx>
+#include <swundo.hxx>
+#include <tablemgr.hxx>
+#include <frmfmt.hxx>
+#include <instable.hxx>
+#include <swerror.h>
+#include <swabstdlg.hxx>
+#include <swcli.hxx>
+#include <docsh.hxx>
+#include <unotbl.hxx>
+#include <unochart.hxx>
#include <memory>
using namespace ::com::sun::star;
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index c7e4bd786800..f5e683d0f8d5 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -23,8 +23,8 @@
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>
#include <actctrl.hxx>
-#include "prcntfld.hxx"
-#include "swtypes.hxx"
+#include <prcntfld.hxx>
+#include <swtypes.hxx>
class SwWrtShell;
class SwTableRep;