diff options
Diffstat (limited to 'sw/source/uibase/uno')
-rw-r--r-- | sw/source/uibase/uno/SwXDocumentSettings.cxx | 10 | ||||
-rw-r--r-- | sw/source/uibase/uno/SwXFilterOptions.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uno/dlelstnr.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uno/unodefaults.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uno/unodispatch.cxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/uno/unodoc.cxx | 10 | ||||
-rw-r--r-- | sw/source/uibase/uno/unofreg.cxx | 8 | ||||
-rw-r--r-- | sw/source/uibase/uno/unomodule.cxx | 6 | ||||
-rw-r--r-- | sw/source/uibase/uno/unotxdoc.cxx | 8 | ||||
-rw-r--r-- | sw/source/uibase/uno/unotxvw.cxx | 4 |
10 files changed, 28 insertions, 28 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; diff --git a/sw/source/uibase/uno/SwXFilterOptions.cxx b/sw/source/uibase/uno/SwXFilterOptions.cxx index 79bf9049917a..f5c8af9796df 100644 --- a/sw/source/uibase/uno/SwXFilterOptions.cxx +++ b/sw/source/uibase/uno/SwXFilterOptions.cxx @@ -30,7 +30,7 @@ #include <unotools/ucbstreamhelper.hxx> #include <unotxdoc.hxx> -#include "swabstdlg.hxx" +#include <swabstdlg.hxx> #include <memory> using namespace ::com::sun::star; diff --git a/sw/source/uibase/uno/dlelstnr.cxx b/sw/source/uibase/uno/dlelstnr.cxx index 9f7c5dbcd2ce..50f70169893e 100644 --- a/sw/source/uibase/uno/dlelstnr.cxx +++ b/sw/source/uibase/uno/dlelstnr.cxx @@ -27,7 +27,7 @@ #include <com/sun/star/uno/Reference.h> #include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> -#include "dlelstnr.hxx" +#include <dlelstnr.hxx> #include <proofreadingiterator.hxx> #include <swmodule.hxx> #include <wrtsh.hxx> diff --git a/sw/source/uibase/uno/unodefaults.cxx b/sw/source/uibase/uno/unodefaults.cxx index 66e1eb38880a..33eae5cb4152 100644 --- a/sw/source/uibase/uno/unodefaults.cxx +++ b/sw/source/uibase/uno/unodefaults.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <unodefaults.hxx> +#include "unodefaults.hxx" #include <svx/unoprov.hxx> #include <drawdoc.hxx> #include <doc.hxx> diff --git a/sw/source/uibase/uno/unodispatch.cxx b/sw/source/uibase/uno/unodispatch.cxx index 128f5d9e8f24..fb6c66b38442 100644 --- a/sw/source/uibase/uno/unodispatch.cxx +++ b/sw/source/uibase/uno/unodispatch.cxx @@ -28,8 +28,8 @@ #include <unobaseclass.hxx> #include <view.hxx> #include <cmdid.h> -#include "wrtsh.hxx" -#include "dbmgr.hxx" +#include <wrtsh.hxx> +#include <dbmgr.hxx> using namespace ::com::sun::star; diff --git a/sw/source/uibase/uno/unodoc.cxx b/sw/source/uibase/uno/unodoc.cxx index 0e14d14dc9c1..2a63caf061c4 100644 --- a/sw/source/uibase/uno/unodoc.cxx +++ b/sw/source/uibase/uno/unodoc.cxx @@ -19,11 +19,11 @@ #include <sfx2/docfac.hxx> #include <sfx2/sfxmodelfactory.hxx> -#include "swdll.hxx" -#include "unofreg.hxx" -#include "docsh.hxx" -#include "globdoc.hxx" -#include "wdocsh.hxx" +#include <swdll.hxx> +#include <unofreg.hxx> +#include <docsh.hxx> +#include <globdoc.hxx> +#include <wdocsh.hxx> #include <vcl/svapp.hxx> using namespace ::com::sun::star; diff --git a/sw/source/uibase/uno/unofreg.cxx b/sw/source/uibase/uno/unofreg.cxx index be598e4b1dd3..dce6625edf92 100644 --- a/sw/source/uibase/uno/unofreg.cxx +++ b/sw/source/uibase/uno/unofreg.cxx @@ -19,10 +19,10 @@ #include <config_features.h> -#include "SwXFilterOptions.hxx" -#include "swdll.hxx" -#include "unofreg.hxx" -#include "unomailmerge.hxx" +#include <SwXFilterOptions.hxx> +#include <swdll.hxx> +#include <unofreg.hxx> +#include <unomailmerge.hxx> #include <sal/types.h> #include <cppuhelper/factory.hxx> #include <sfx2/sfxmodelfactory.hxx> diff --git a/sw/source/uibase/uno/unomodule.cxx b/sw/source/uibase/uno/unomodule.cxx index 208dd0e291f4..cf074ec15d02 100644 --- a/sw/source/uibase/uno/unomodule.cxx +++ b/sw/source/uibase/uno/unomodule.cxx @@ -20,9 +20,9 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> -#include "swmodule.hxx" -#include "swdll.hxx" -#include "unofreg.hxx" +#include <swmodule.hxx> +#include <swdll.hxx> +#include <unofreg.hxx> #include "unomodule.hxx" #include <cppuhelper/supportsservice.hxx> #include <sfx2/objface.hxx> diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index ec2d09c9d915..1b91fc434970 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -108,10 +108,10 @@ #include <modcfg.hxx> #include <ndtxt.hxx> #include <strings.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #include <swcont.hxx> -#include <unodefaults.hxx> -#include <SwXDocumentSettings.hxx> +#include "unodefaults.hxx" +#include "SwXDocumentSettings.hxx" #include <doc.hxx> #include <IDocumentSettingAccess.hxx> #include <IDocumentDeviceAccess.hxx> @@ -133,7 +133,7 @@ #include <comphelper/storagehelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <unotools/saveopt.hxx> -#include "swruler.hxx" +#include <swruler.hxx> #include <EnhancedPDFExportHelper.hxx> diff --git a/sw/source/uibase/uno/unotxvw.cxx b/sw/source/uibase/uno/unotxvw.cxx index df3b8c3a164a..97356cf7b75c 100644 --- a/sw/source/uibase/uno/unotxvw.cxx +++ b/sw/source/uibase/uno/unotxvw.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "viscrs.hxx" +#include <viscrs.hxx> #include <o3tl/any.hxx> #include <sfx2/frame.hxx> #include <sfx2/printer.hxx> @@ -70,7 +70,7 @@ #include <unotextrange.hxx> #include <sfx2/docfile.hxx> #include <calbck.hxx> -#include "swdtflvr.hxx" +#include <swdtflvr.hxx> #include <vcl/svapp.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/profilezone.hxx> |