summaryrefslogtreecommitdiff
path: root/sw/source/uibase/frmdlg
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/frmdlg
parent91d5cebbde2e854a73a9a7633725350df1418387 (diff)
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/frmdlg')
-rw-r--r--sw/source/uibase/frmdlg/colex.cxx8
-rw-r--r--sw/source/uibase/frmdlg/colmgr.cxx8
-rw-r--r--sw/source/uibase/frmdlg/frmmgr.cxx20
3 files changed, 18 insertions, 18 deletions
diff --git a/sw/source/uibase/frmdlg/colex.cxx b/sw/source/uibase/frmdlg/colex.cxx
index ca063234fea1..ae4293d221f5 100644
--- a/sw/source/uibase/frmdlg/colex.cxx
+++ b/sw/source/uibase/frmdlg/colex.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "cmdid.h"
-#include "hintids.hxx"
+#include <cmdid.h>
+#include <hintids.hxx>
#include <algorithm>
#include <svl/eitem.hxx>
#include <tools/fract.hxx>
@@ -35,8 +35,8 @@
#include <vcl/builderfactory.hxx>
#include <tgrditem.hxx>
#include <viewopt.hxx>
-#include "colex.hxx"
-#include "colmgr.hxx"
+#include <colex.hxx>
+#include <colmgr.hxx>
#include <svx/unobrushitemhelper.hxx>
// Taking the updated values from the set
diff --git a/sw/source/uibase/frmdlg/colmgr.cxx b/sw/source/uibase/frmdlg/colmgr.cxx
index 35468442af77..5231eb6ef6b6 100644
--- a/sw/source/uibase/frmdlg/colmgr.cxx
+++ b/sw/source/uibase/frmdlg/colmgr.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "hintids.hxx"
+#include <hintids.hxx>
#include <editeng/lrspitem.hxx>
-#include "frmmgr.hxx"
-#include "frmfmt.hxx"
-#include "colmgr.hxx"
+#include <frmmgr.hxx>
+#include <frmfmt.hxx>
+#include <colmgr.hxx>
// private methods
diff --git a/sw/source/uibase/frmdlg/frmmgr.cxx b/sw/source/uibase/frmdlg/frmmgr.cxx
index 1875a20beff4..73df037c9fdf 100644
--- a/sw/source/uibase/frmdlg/frmmgr.cxx
+++ b/sw/source/uibase/frmdlg/frmmgr.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "cmdid.h"
-#include "hintids.hxx"
+#include <cmdid.h>
+#include <hintids.hxx>
#include <svl/stritem.hxx>
#include <editeng/protitem.hxx>
@@ -30,14 +30,14 @@
#include <svx/swframevalidation.hxx>
#include <svx/xdef.hxx>
#include <fmtclds.hxx>
-#include "wrtsh.hxx"
-#include "view.hxx"
-#include "viewopt.hxx"
-#include "uitool.hxx"
-#include "frmmgr.hxx"
-#include "format.hxx"
-#include "mdiexp.hxx"
-#include "poolfmt.hxx"
+#include <wrtsh.hxx>
+#include <view.hxx>
+#include <viewopt.hxx>
+#include <uitool.hxx>
+#include <frmmgr.hxx>
+#include <format.hxx>
+#include <mdiexp.hxx>
+#include <poolfmt.hxx>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
#include <com/sun/star/text/RelOrientation.hpp>