diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-08 21:46:51 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 05:30:41 +0200 |
commit | 5c151537b571614c8f10b96e2b60faa959413f1f (patch) | |
tree | a3410556cd5a09546aafd327d090eb4176235129 /sw/source/uibase/wrtsh | |
parent | 91d5cebbde2e854a73a9a7633725350df1418387 (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/wrtsh')
-rw-r--r-- | sw/source/uibase/wrtsh/navmgr.cxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/wrtsh/wrtsh1.cxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/wrtsh/wrtsh2.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/wrtsh/wrtsh3.cxx | 10 |
4 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/uibase/wrtsh/navmgr.cxx b/sw/source/uibase/wrtsh/navmgr.cxx index b507c7c2ffac..39c718e6f726 100644 --- a/sw/source/uibase/wrtsh/navmgr.cxx +++ b/sw/source/uibase/wrtsh/navmgr.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "navmgr.hxx" -#include "wrtsh.hxx" +#include <navmgr.hxx> +#include <wrtsh.hxx> #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> #include <cmdid.h> diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx index a2de94eb2c04..898cbf57ab7d 100644 --- a/sw/source/uibase/wrtsh/wrtsh1.cxx +++ b/sw/source/uibase/wrtsh/wrtsh1.cxx @@ -98,8 +98,8 @@ #include <toolkit/helper/vclunohelper.hxx> #include <sfx2/viewfrm.hxx> -#include "PostItMgr.hxx" -#include "FrameControlsManager.hxx" +#include <PostItMgr.hxx> +#include <FrameControlsManager.hxx> #include <sfx2/msgpool.hxx> #include <comphelper/lok.hxx> diff --git a/sw/source/uibase/wrtsh/wrtsh2.cxx b/sw/source/uibase/wrtsh/wrtsh2.cxx index 126d599b018e..011f96d17d71 100644 --- a/sw/source/uibase/wrtsh/wrtsh2.cxx +++ b/sw/source/uibase/wrtsh/wrtsh2.cxx @@ -54,7 +54,7 @@ #include <navipi.hxx> #include <txtinet.hxx> #include <cmdid.h> -#include "swabstdlg.hxx" +#include <swabstdlg.hxx> #include <SwRewriter.hxx> #include <com/sun/star/document/XDocumentProperties.hpp> diff --git a/sw/source/uibase/wrtsh/wrtsh3.cxx b/sw/source/uibase/wrtsh/wrtsh3.cxx index 63e15214e217..337e005470d6 100644 --- a/sw/source/uibase/wrtsh/wrtsh3.cxx +++ b/sw/source/uibase/wrtsh/wrtsh3.cxx @@ -28,11 +28,11 @@ #include <com/sun/star/form/FormButtonType.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <sfx2/htmlmode.hxx> -#include "swmodule.hxx" -#include "wrtsh.hxx" -#include "view.hxx" -#include "IMark.hxx" -#include "doc.hxx" +#include <swmodule.hxx> +#include <wrtsh.hxx> +#include <view.hxx> +#include <IMark.hxx> +#include <doc.hxx> #include <unomid.h> |