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/uiview/viewdlg.cxx | |
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/uiview/viewdlg.cxx')
-rw-r--r-- | sw/source/uibase/uiview/viewdlg.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/uibase/uiview/viewdlg.cxx b/sw/source/uibase/uiview/viewdlg.cxx index db3b4be759f2..e98a914e29b1 100644 --- a/sw/source/uibase/uiview/viewdlg.cxx +++ b/sw/source/uibase/uiview/viewdlg.cxx @@ -17,21 +17,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "hintids.hxx" +#include <hintids.hxx> #include <sfx2/viewfrm.hxx> #include <editeng/tstpitem.hxx> #include <svl/stritem.hxx> #include <sfx2/request.hxx> -#include "view.hxx" -#include "wrtsh.hxx" -#include "basesh.hxx" -#include "viewopt.hxx" -#include "uitool.hxx" -#include "cmdid.h" +#include <view.hxx> +#include <wrtsh.hxx> +#include <basesh.hxx> +#include <viewopt.hxx> +#include <uitool.hxx> +#include <cmdid.h> #include <sfx2/tabdlg.hxx> -#include "pagedesc.hxx" +#include <pagedesc.hxx> void SwView::ExecDlg(SfxRequest const &rReq) { |