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/uno/SwXDocumentSettings.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/uno/SwXDocumentSettings.cxx')
-rw-r--r-- | sw/source/uibase/uno/SwXDocumentSettings.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/uno/SwXDocumentSettings.cxx b/sw/source/uibase/uno/SwXDocumentSettings.cxx index 4e91560f0cc2..ed0b315a02b7 100644 --- a/sw/source/uibase/uno/SwXDocumentSettings.cxx +++ b/sw/source/uibase/uno/SwXDocumentSettings.cxx @@ -26,7 +26,7 @@ #include <o3tl/any.hxx> #include <o3tl/make_unique.hxx> #include <sfx2/sfxbasecontroller.hxx> -#include <SwXDocumentSettings.hxx> +#include "SwXDocumentSettings.hxx" #include <comphelper/MasterPropertySetInfo.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> @@ -51,10 +51,10 @@ #include <svl/asiancfg.hxx> #include <comphelper/servicehelper.hxx> -#include "swmodule.hxx" -#include "cfgitems.hxx" -#include "prtopt.hxx" -#include "dbmgr.hxx" +#include <swmodule.hxx> +#include <cfgitems.hxx> +#include <prtopt.hxx> +#include <dbmgr.hxx> using namespace comphelper; using namespace ::com::sun::star; |