diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 16:33:12 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-10 07:50:31 +0200 |
commit | 81ced4022c547a497d3632aeaf227660c5e60b00 (patch) | |
tree | 69daa6882243a6324f308082eae268d2a71b3e86 /basctl | |
parent | adfa2701f9323120d02d2e252a938f02e8ce3a1b (diff) |
basctl: consistently use "" and <> in include directives
Change-Id: I1796836fb0d53bd07d621af9cfc03becc969d420
Reviewed-on: https://gerrit.libreoffice.org/43299
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'basctl')
46 files changed, 159 insertions, 159 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx index 54560793133d..30ee6af0bca6 100644 --- a/basctl/source/basicide/basdoc.cxx +++ b/basctl/source/basicide/basdoc.cxx @@ -26,7 +26,7 @@ #include "unomodel.hxx" -#include <basdoc.hxx> +#include "basdoc.hxx" #define basctl_DocShell // This CANNOT come before basdoc apparently #include <basslots.hxx> #include <sfx2/sfxmodelfactory.hxx> diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx index 601a09b1df8e..6adcdcc54c4d 100644 --- a/basctl/source/basicide/basicbox.cxx +++ b/basctl/source/basicide/basicbox.cxx @@ -20,11 +20,11 @@ #include <strings.hrc> #include <basidesh.hxx> -#include <basicbox.hxx> +#include "basicbox.hxx" #include <iderdll.hxx> -#include "localizationmgr.hxx" -#include "managelang.hxx" +#include <localizationmgr.hxx> +#include <managelang.hxx> #include <sfx2/dispatch.hxx> #include <svtools/langtab.hxx> diff --git a/basctl/source/basicide/basicrenderable.cxx b/basctl/source/basicide/basicrenderable.cxx index f19d16e8189a..e7e510d12b37 100644 --- a/basctl/source/basicide/basicrenderable.cxx +++ b/basctl/source/basicide/basicrenderable.cxx @@ -18,8 +18,8 @@ */ #include "basicrenderable.hxx" -#include "bastypes.hxx" -#include "strings.hrc" +#include <bastypes.hxx> +#include <strings.hrc> #include <toolkit/awt/vclxdevice.hxx> #include <tools/multisel.hxx> diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index 300114d1185f..c8846b413615 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -18,14 +18,14 @@ */ #include "baside2.hxx" -#include "baside3.hxx" +#include <baside3.hxx> #include "brkdlg.hxx" -#include "iderdll.hxx" +#include <iderdll.hxx> #include "moduldlg.hxx" -#include "docsignature.hxx" -#include "officecfg/Office/BasicIDE.hxx" +#include <docsignature.hxx> +#include <officecfg/Office/BasicIDE.hxx> -#include "helpids.h" +#include <helpids.h> #include <strings.hrc> #include <basic/basmgr.hxx> diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 46d0d4353f59..c325b83a22bb 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -21,9 +21,9 @@ #define INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX #include <memory> -#include "layout.hxx" +#include <layout.hxx> #include "bastype3.hxx" -#include "basidesh.hxx" +#include <basidesh.hxx> #include "breakpoint.hxx" #include "linenumberwindow.hxx" diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 48452341b4f2..a7f39fd0b799 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -21,13 +21,13 @@ #include <cassert> -#include "helpids.h" +#include <helpids.h> #include <strings.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #include "baside2.hxx" #include "brkdlg.hxx" -#include "iderdll.hxx" +#include <iderdll.hxx> #include <basic/sbmeth.hxx> #include <basic/sbuno.hxx> diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index 1467e0e8f984..4ebbadb600d5 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" -#include "helpids.h" - -#include "accessibledialogwindow.hxx" -#include "baside3.hxx" -#include "basidesh.hxx" -#include "bastype2.hxx" -#include "dlged.hxx" -#include "dlgeddef.hxx" -#include "dlgedmod.hxx" -#include "dlgedview.hxx" -#include "iderdll.hxx" -#include "localizationmgr.hxx" -#include "managelang.hxx" +#include <strings.hrc> +#include <helpids.h> + +#include <accessibledialogwindow.hxx> +#include <baside3.hxx> +#include <basidesh.hxx> +#include <bastype2.hxx> +#include <dlged.hxx> +#include <dlgeddef.hxx> +#include <dlgedmod.hxx> +#include <dlgedview.hxx> +#include <iderdll.hxx> +#include <localizationmgr.hxx> +#include <managelang.hxx> #include <basic/basmgr.hxx> #include <com/sun/star/resource/StringResourceWithLocation.hpp> diff --git a/basctl/source/basicide/basidectrlr.cxx b/basctl/source/basicide/basidectrlr.cxx index 7fa89a717dc6..a7aed4023d1b 100644 --- a/basctl/source/basicide/basidectrlr.cxx +++ b/basctl/source/basicide/basidectrlr.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "basidectrlr.hxx" +#include <basidectrlr.hxx> -#include "basidesh.hxx" +#include <basidesh.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx index a3f12d31c054..74161eec8161 100644 --- a/basctl/source/basicide/basides1.cxx +++ b/basctl/source/basicide/basides1.cxx @@ -18,16 +18,16 @@ */ #include <memory> -#include "strings.hrc" -#include "helpids.h" +#include <strings.hrc> +#include <helpids.h> #include "baside2.hxx" -#include "baside3.hxx" -#include "docsignature.hxx" -#include "iderdll.hxx" +#include <baside3.hxx> +#include <docsignature.hxx> +#include <iderdll.hxx> #include "iderdll2.hxx" -#include "localizationmgr.hxx" -#include "managelang.hxx" +#include <localizationmgr.hxx> +#include <managelang.hxx> #include <basic/basmgr.hxx> #include <basic/sbmeth.hxx> diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx index 1de2e0564747..cbe3f8f40069 100644 --- a/basctl/source/basicide/basides2.cxx +++ b/basctl/source/basicide/basides2.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "docsignature.hxx" +#include <docsignature.hxx> #include "basicrenderable.hxx" #include <com/sun/star/frame/XTitle.hpp> #include <strings.hrc> -#include <baside2.hxx> -#include <basdoc.hxx> +#include "baside2.hxx" +#include "basdoc.hxx" #include <vcl/xtextedt.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/signaturestate.hxx> diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx index 9464c03e5da0..88d9f280645a 100644 --- a/basctl/source/basicide/basidesh.cxx +++ b/basctl/source/basicide/basidesh.cxx @@ -22,13 +22,13 @@ #include <tools/diagnose_ex.h> #include <basic/basmgr.hxx> #include <svx/svxids.hrc> -#include "strings.hrc" +#include <strings.hrc> #include "baside2.hxx" -#include "baside3.hxx" -#include <basdoc.hxx> -#include <basicbox.hxx> +#include <baside3.hxx> +#include "basdoc.hxx" +#include "basicbox.hxx" #include <editeng/sizeitem.hxx> -#include <iderdll2.hxx> +#include "iderdll2.hxx" #include <basidectrlr.hxx> #include <localizationmgr.hxx> #include <sfx2/app.hxx> diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx index f9ee4ffb6400..72c6b250853a 100644 --- a/basctl/source/basicide/basobj2.cxx +++ b/basctl/source/basicide/basobj2.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "iderdll.hxx" +#include <iderdll.hxx> #include "iderdll2.hxx" #include "macrodlg.hxx" #include "moduldlg.hxx" -#include "strings.hrc" +#include <strings.hrc> #include "baside2.hxx" #include <com/sun/star/document/XScriptInvocationContext.hpp> diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx index 00c6ea0a1cf4..7043bba6110a 100644 --- a/basctl/source/basicide/basobj3.cxx +++ b/basctl/source/basicide/basobj3.cxx @@ -23,14 +23,14 @@ #include <unotools/moduleoptions.hxx> #include <iderdll.hxx> -#include <iderdll2.hxx> -#include <basdoc.hxx> +#include "iderdll2.hxx" +#include "basdoc.hxx" #include <strings.hrc> -#include <baside2.hxx> +#include "baside2.hxx" #include <baside3.hxx> #include <localizationmgr.hxx> -#include "dlged.hxx" +#include <dlged.hxx> #include <com/sun/star/script/XLibraryContainerPassword.hpp> #include <sfx2/dispatch.hxx> #include <sfx2/request.hxx> diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx index 56c1ae7d2d96..7a4b14fd1ed3 100644 --- a/basctl/source/basicide/bastype3.cxx +++ b/basctl/source/basicide/bastype3.cxx @@ -21,7 +21,7 @@ #include <basic/sbmod.hxx> #include <bastype2.hxx> #include <strings.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #include <bastypes.hxx> #include <com/sun/star/script/XLibraryContainer.hpp> #include <com/sun/star/script/XLibraryContainerPassword.hpp> diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx index 8e29d0223ff6..fa0300dcb641 100644 --- a/basctl/source/basicide/bastypes.cxx +++ b/basctl/source/basicide/bastypes.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" -#include "helpids.h" +#include <strings.hrc> +#include <helpids.h> #include "baside2.hxx" -#include "baside3.hxx" -#include "iderdll.hxx" +#include <baside3.hxx> +#include <iderdll.hxx> #include "iderdll2.hxx" #include <basic/basmgr.hxx> diff --git a/basctl/source/basicide/brkdlg.cxx b/basctl/source/basicide/brkdlg.cxx index be07235fb877..6bcb23d5eb37 100644 --- a/basctl/source/basicide/brkdlg.cxx +++ b/basctl/source/basicide/brkdlg.cxx @@ -21,7 +21,7 @@ #include "breakpoint.hxx" #include "brkdlg.hxx" -#include "basidesh.hxx" +#include <basidesh.hxx> #include <sfx2/dispatch.hxx> diff --git a/basctl/source/basicide/doceventnotifier.cxx b/basctl/source/basicide/doceventnotifier.cxx index 66b44fcba789..d713c8f97a7d 100644 --- a/basctl/source/basicide/doceventnotifier.cxx +++ b/basctl/source/basicide/doceventnotifier.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "doceventnotifier.hxx" -#include "scriptdocument.hxx" +#include <doceventnotifier.hxx> +#include <scriptdocument.hxx> #include <com/sun/star/frame/theGlobalEventBroadcaster.hpp> diff --git a/basctl/source/basicide/docsignature.cxx b/basctl/source/basicide/docsignature.cxx index 05280c04ddb7..3bb0f1ae9a18 100644 --- a/basctl/source/basicide/docsignature.cxx +++ b/basctl/source/basicide/docsignature.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "docsignature.hxx" -#include "scriptdocument.hxx" +#include <docsignature.hxx> +#include <scriptdocument.hxx> #include <sfx2/objsh.hxx> #include <sfx2/signaturestate.hxx> diff --git a/basctl/source/basicide/layout.cxx b/basctl/source/basicide/layout.cxx index f1805052ba41..b0e46e800e50 100644 --- a/basctl/source/basicide/layout.cxx +++ b/basctl/source/basicide/layout.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "layout.hxx" +#include <layout.hxx> -#include "bastypes.hxx" +#include <bastypes.hxx> #include <vcl/settings.hxx> namespace basctl diff --git a/basctl/source/basicide/localizationmgr.cxx b/basctl/source/basicide/localizationmgr.cxx index 6150cc70fb8a..528c3afafdab 100644 --- a/basctl/source/basicide/localizationmgr.cxx +++ b/basctl/source/basicide/localizationmgr.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "localizationmgr.hxx" +#include <localizationmgr.hxx> -#include "basidesh.hxx" -#include "baside3.hxx" -#include "iderdll.hxx" -#include "dlged.hxx" -#include "managelang.hxx" +#include <basidesh.hxx> +#include <baside3.hxx> +#include <iderdll.hxx> +#include <dlged.hxx> +#include <managelang.hxx> #include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/resource/MissingResourceException.hpp> diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx index ea767af5f700..dee445ab9701 100644 --- a/basctl/source/basicide/macrodlg.hxx +++ b/basctl/source/basicide/macrodlg.hxx @@ -23,7 +23,7 @@ #include <bastype2.hxx> #include <sfx2/basedlgs.hxx> -#include "com/sun/star/frame/XFrame.hpp" +#include <com/sun/star/frame/XFrame.hpp> #include <vcl/button.hxx> diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx index 5fd341d3dc4b..47f8b4209f3d 100644 --- a/basctl/source/basicide/moduldlg.cxx +++ b/basctl/source/basicide/moduldlg.cxx @@ -19,12 +19,12 @@ #include <sal/config.h> -#include "strings.hrc" -#include "bitmaps.hlst" +#include <strings.hrc> +#include <bitmaps.hlst> #include "moduldlg.hxx" -#include "localizationmgr.hxx" -#include "basidesh.hxx" +#include <localizationmgr.hxx> +#include <basidesh.hxx> #include <basic/basmgr.hxx> #include <com/sun/star/script/XLibraryContainerPassword.hpp> diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx index 45c6353678d2..a20f8e3a0a45 100644 --- a/basctl/source/basicide/objdlg.cxx +++ b/basctl/source/basicide/objdlg.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" +#include <strings.hrc> -#include "objdlg.hxx" -#include "helpids.h" +#include <objdlg.hxx> +#include <helpids.h> #include <svl/itemset.hxx> #include <vcl/taskpanelist.hxx> diff --git a/basctl/source/basicide/sbxitem.cxx b/basctl/source/basicide/sbxitem.cxx index c94fa244cd60..d6f6b047be86 100644 --- a/basctl/source/basicide/sbxitem.cxx +++ b/basctl/source/basicide/sbxitem.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sbxitem.hxx" +#include <sbxitem.hxx> namespace basctl { diff --git a/basctl/source/basicide/scriptdocument.cxx b/basctl/source/basicide/scriptdocument.cxx index 1b1d720b6e17..08522afcc985 100644 --- a/basctl/source/basicide/scriptdocument.cxx +++ b/basctl/source/basicide/scriptdocument.cxx @@ -18,12 +18,12 @@ */ #include <memory> -#include "scriptdocument.hxx" -#include "basobj.hxx" -#include "strings.hrc" -#include "iderid.hxx" -#include "dlgeddef.hxx" -#include "doceventnotifier.hxx" +#include <scriptdocument.hxx> +#include <basobj.hxx> +#include <strings.hrc> +#include <iderid.hxx> +#include <dlgeddef.hxx> +#include <doceventnotifier.hxx> #include "documentenumeration.hxx" #include <com/sun/star/uri/UriReferenceFactory.hpp> diff --git a/basctl/source/basicide/unomodel.cxx b/basctl/source/basicide/unomodel.cxx index 951fc1e88b2b..f823dfedd115 100644 --- a/basctl/source/basicide/unomodel.cxx +++ b/basctl/source/basicide/unomodel.cxx @@ -18,7 +18,7 @@ */ -#include <basdoc.hxx> +#include "basdoc.hxx" #include <iderdll.hxx> #include <com/sun/star/io/IOException.hpp> #include <sfx2/objsh.hxx> diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index caadc73d24ff..d112a9636609 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -18,19 +18,19 @@ */ -#include "basidesh.hxx" -#include "dlged.hxx" -#include "dlgedclip.hxx" -#include "dlgeddef.hxx" -#include "dlgedfac.hxx" -#include "dlgedfunc.hxx" -#include "dlgedmod.hxx" -#include "dlgedobj.hxx" -#include "dlgedpage.hxx" -#include "dlgedview.hxx" -#include "iderdll.hxx" -#include "localizationmgr.hxx" -#include "baside3.hxx" +#include <basidesh.hxx> +#include <dlged.hxx> +#include <dlgedclip.hxx> +#include <dlgeddef.hxx> +#include <dlgedfac.hxx> +#include <dlgedfunc.hxx> +#include <dlgedmod.hxx> +#include <dlgedobj.hxx> +#include <dlgedpage.hxx> +#include <dlgedview.hxx> +#include <iderdll.hxx> +#include <localizationmgr.hxx> +#include <baside3.hxx> #include <com/sun/star/awt/Toolkit.hpp> #include <com/sun/star/awt/UnoControlDialog.hpp> diff --git a/basctl/source/dlged/dlgedclip.cxx b/basctl/source/dlged/dlgedclip.cxx index 8957d81576b5..bb9787e4f5e6 100644 --- a/basctl/source/dlged/dlgedclip.cxx +++ b/basctl/source/dlged/dlgedclip.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlgedclip.hxx" +#include <dlgedclip.hxx> #include <vcl/svapp.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp> diff --git a/basctl/source/dlged/dlgedfac.cxx b/basctl/source/dlged/dlgedfac.cxx index 8933f9a305e0..b94470d83fe5 100644 --- a/basctl/source/dlged/dlgedfac.cxx +++ b/basctl/source/dlged/dlgedfac.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlgedfac.hxx" -#include "dlgedobj.hxx" +#include <dlgedfac.hxx> +#include <dlgedobj.hxx> #include <dlgeddef.hxx> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/basctl/source/dlged/dlgedfunc.cxx b/basctl/source/dlged/dlgedfunc.cxx index d0bb7dc6e6b4..665bd7c147d3 100644 --- a/basctl/source/dlged/dlgedfunc.cxx +++ b/basctl/source/dlged/dlgedfunc.cxx @@ -19,9 +19,9 @@ #include <vcl/scrbar.hxx> #include <svx/svdview.hxx> -#include "dlgedfunc.hxx" -#include "dlged.hxx" -#include "dlgedview.hxx" +#include <dlgedfunc.hxx> +#include <dlged.hxx> +#include <dlgedview.hxx> #include <vcl/seleng.hxx> namespace basctl diff --git a/basctl/source/dlged/dlgedlist.cxx b/basctl/source/dlged/dlgedlist.cxx index 666e2aa0f6a3..6b9cebfe8961 100644 --- a/basctl/source/dlged/dlgedlist.cxx +++ b/basctl/source/dlged/dlgedlist.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlgedlist.hxx" -#include "dlgedobj.hxx" +#include <dlgedlist.hxx> +#include <dlgedobj.hxx> namespace basctl { diff --git a/basctl/source/dlged/dlgedmod.cxx b/basctl/source/dlged/dlgedmod.cxx index 50c1e5e47f3e..8d3580fff092 100644 --- a/basctl/source/dlged/dlgedmod.cxx +++ b/basctl/source/dlged/dlgedmod.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlgedmod.hxx" -#include "dlgedpage.hxx" +#include <dlgedmod.hxx> +#include <dlgedpage.hxx> namespace basctl { diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx index 2023db8cde43..b313807dcb9f 100644 --- a/basctl/source/dlged/dlgedobj.cxx +++ b/basctl/source/dlged/dlgedobj.cxx @@ -21,16 +21,16 @@ #include <cassert> -#include "dlged.hxx" -#include "dlgeddef.hxx" -#include "dlgedlist.hxx" -#include "dlgedobj.hxx" -#include "dlgedpage.hxx" -#include "dlgedview.hxx" -#include "iderid.hxx" -#include "localizationmgr.hxx" -#include "strings.hxx" -#include "strings.hrc" +#include <dlged.hxx> +#include <dlgeddef.hxx> +#include <dlgedlist.hxx> +#include <dlgedobj.hxx> +#include <dlgedpage.hxx> +#include <dlgedview.hxx> +#include <iderid.hxx> +#include <localizationmgr.hxx> +#include <strings.hxx> +#include <strings.hrc> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/form/binding/XBindableValue.hpp> diff --git a/basctl/source/dlged/dlgedpage.cxx b/basctl/source/dlged/dlgedpage.cxx index 04256268214c..211aa863a12f 100644 --- a/basctl/source/dlged/dlgedpage.cxx +++ b/basctl/source/dlged/dlgedpage.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlgedpage.hxx" -#include "dlged.hxx" -#include "dlgedmod.hxx" -#include "dlgedobj.hxx" +#include <dlgedpage.hxx> +#include <dlged.hxx> +#include <dlgedmod.hxx> +#include <dlgedobj.hxx> namespace basctl { diff --git a/basctl/source/dlged/dlgedview.cxx b/basctl/source/dlged/dlgedview.cxx index 5fe5914746ea..aa7f1e4bfbff 100644 --- a/basctl/source/dlged/dlgedview.cxx +++ b/basctl/source/dlged/dlgedview.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlgedview.hxx" -#include "dlged.hxx" +#include <dlgedview.hxx> +#include <dlged.hxx> #include <dlgedpage.hxx> #include <svx/svxids.hrc> @@ -26,7 +26,7 @@ #include <basidesh.hxx> #include <iderdll.hxx> -#include "dlgedobj.hxx" +#include <dlgedobj.hxx> namespace basctl { diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx index b60ea1d7d6f2..d69a0807d466 100644 --- a/basctl/source/dlged/managelang.cxx +++ b/basctl/source/dlged/managelang.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "basidesh.hxx" -#include "basobj.hxx" -#include "iderdll.hxx" -#include "iderid.hxx" -#include "localizationmgr.hxx" -#include "managelang.hxx" - -#include "helpids.h" -#include "strings.hrc" +#include <basidesh.hxx> +#include <basobj.hxx> +#include <iderdll.hxx> +#include <iderid.hxx> +#include <localizationmgr.hxx> +#include <managelang.hxx> + +#include <helpids.h> +#include <strings.hrc> #include <com/sun/star/i18n/Boundary.hpp> #include <com/sun/star/i18n/WordType.hpp> diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 9adcf984116a..8c42ca2ec0c7 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -18,14 +18,14 @@ */ -#include "propbrw.hxx" -#include "basidesh.hxx" -#include "dlgedobj.hxx" -#include "iderid.hxx" -#include "baside3.hxx" -#include "strings.hrc" - -#include "strings.hxx" +#include <propbrw.hxx> +#include <basidesh.hxx> +#include <dlgedobj.hxx> +#include <iderid.hxx> +#include <baside3.hxx> +#include <strings.hrc> + +#include <strings.hxx> #include <svx/svxids.hrc> #include <com/sun/star/awt/PosSize.hpp> diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx index ae09f3cecc0c..bb024d7c4afb 100644 --- a/basctl/source/inc/baside3.hxx +++ b/basctl/source/inc/baside3.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_BASIDE3_HXX #define INCLUDED_BASCTL_SOURCE_INC_BASIDE3_HXX -#include "layout.hxx" -#include "bastypes.hxx" -#include "propbrw.hxx" +#include <layout.hxx> +#include <bastypes.hxx> +#include <propbrw.hxx> #include <svl/undo.hxx> #include <vcl/dialog.hxx> diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx index 6e5aa6f5185e..a985da700df9 100644 --- a/basctl/source/inc/basidesh.hxx +++ b/basctl/source/inc/basidesh.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_BASIDESH_HXX #define INCLUDED_BASCTL_SOURCE_INC_BASIDESH_HXX -#include "doceventnotifier.hxx" -#include "sbxitem.hxx" -#include "objdlg.hxx" +#include <doceventnotifier.hxx> +#include <sbxitem.hxx> +#include <objdlg.hxx> #include <com/sun/star/container/XContainerListener.hpp> #include <sfx2/viewsh.hxx> diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx index 8e5e9badc8af..940df895c6fc 100644 --- a/basctl/source/inc/basobj.hxx +++ b/basctl/source/inc/basobj.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_BASOBJ_HXX #define INCLUDED_BASCTL_SOURCE_INC_BASOBJ_HXX -#include "scriptdocument.hxx" +#include <scriptdocument.hxx> #include <svl/lstner.hxx> diff --git a/basctl/source/inc/bastype2.hxx b/basctl/source/inc/bastype2.hxx index 262cd0183216..42a9240971a0 100644 --- a/basctl/source/inc/bastype2.hxx +++ b/basctl/source/inc/bastype2.hxx @@ -24,12 +24,12 @@ #include <memory> -#include "doceventnotifier.hxx" +#include <doceventnotifier.hxx> #include <svtools/treelistbox.hxx> #include <basic/sbstar.hxx> #include <sbxitem.hxx> -#include "basobj.hxx" +#include <basobj.hxx> #include <o3tl/typed_flags_set.hxx> class SbModule; diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx index 4f934d7ce7d0..24bcb25296bd 100644 --- a/basctl/source/inc/bastypes.hxx +++ b/basctl/source/inc/bastypes.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_BASTYPES_HXX #define INCLUDED_BASCTL_SOURCE_INC_BASTYPES_HXX -#include "scriptdocument.hxx" +#include <scriptdocument.hxx> #include <sbxitem.hxx> #include <iderid.hxx> diff --git a/basctl/source/inc/localizationmgr.hxx b/basctl/source/inc/localizationmgr.hxx index 906fed0aea40..6fbd28500856 100644 --- a/basctl/source/inc/localizationmgr.hxx +++ b/basctl/source/inc/localizationmgr.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_LOCALIZATIONMGR_HXX #define INCLUDED_BASCTL_SOURCE_INC_LOCALIZATIONMGR_HXX -#include "scriptdocument.hxx" +#include <scriptdocument.hxx> #include <com/sun/star/resource/XStringResourceManager.hpp> diff --git a/basctl/source/inc/objdlg.hxx b/basctl/source/inc/objdlg.hxx index 670cb52ec5d2..c7c1b31e4e8f 100644 --- a/basctl/source/inc/objdlg.hxx +++ b/basctl/source/inc/objdlg.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_OBJDLG_HXX #define INCLUDED_BASCTL_SOURCE_INC_OBJDLG_HXX -#include "bastype2.hxx" -#include "bastypes.hxx" +#include <bastype2.hxx> +#include <bastypes.hxx> #include <vcl/fixed.hxx> diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index 9e585b3b2dcd..1b6654fe6126 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -29,7 +29,7 @@ #include <svl/lstner.hxx> #include <svl/SfxBroadcaster.hxx> #include <svx/svdmark.hxx> -#include "bastypes.hxx" +#include <bastypes.hxx> class SfxBindings; class SdrView; diff --git a/basctl/source/inc/sbxitem.hxx b/basctl/source/inc/sbxitem.hxx index 4e97389906fd..0b6768df161d 100644 --- a/basctl/source/inc/sbxitem.hxx +++ b/basctl/source/inc/sbxitem.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_SBXITEM_HXX #define INCLUDED_BASCTL_SOURCE_INC_SBXITEM_HXX -#include "scriptdocument.hxx" +#include <scriptdocument.hxx> #include <svl/poolitem.hxx> namespace basctl |