diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:43:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:10 +0200 |
commit | 7182283c13238bdd3d6795f793f6c14b234585d4 (patch) | |
tree | 38ee352cdadbd5d739d85707a58da065a0d2ac3c /cui/source/tabpages | |
parent | 4b27653a122acbbb38c800f0b1972f339e73d115 (diff) |
loplugin:includeform: cui
Change-Id: Ibd88b2ee4252733c5aeee97bec27f34b8e555364
Diffstat (limited to 'cui/source/tabpages')
33 files changed, 140 insertions, 140 deletions
diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx index 18d52e7d0a44..5f4a2fee3f46 100644 --- a/cui/source/tabpages/align.cxx +++ b/cui/source/tabpages/align.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "align.hxx" +#include <align.hxx> #include <editeng/svxenum.hxx> #include <svx/dialogs.hrc> diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index e1a8af09e7dd..9b356317e54a 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -47,12 +47,12 @@ #include <rtl/strbuf.hxx> #include <o3tl/make_unique.hxx> -#include "autocdlg.hxx" -#include "helpids.h" +#include <autocdlg.hxx> +#include <helpids.h> #include <editeng/acorrcfg.hxx> #include <editeng/svxacorr.hxx> -#include "cuicharmap.hxx" -#include "strings.hrc" +#include <cuicharmap.hxx> +#include <strings.hrc> #include <editeng/unolingu.hxx> #include <dialmgr.hxx> #include <svx/svxids.hrc> diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index 6d483aecb0f1..1c2afbed0409 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -38,7 +38,7 @@ #include <editeng/brushitem.hxx> #include <editeng/colritem.hxx> -#include "backgrnd.hxx" +#include <backgrnd.hxx> #include <svx/xtable.hxx> #include <sfx2/opengrf.hxx> diff --git a/cui/source/tabpages/bbdlg.cxx b/cui/source/tabpages/bbdlg.cxx index 69a7e4eef93c..0f2a229093c7 100644 --- a/cui/source/tabpages/bbdlg.cxx +++ b/cui/source/tabpages/bbdlg.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "bbdlg.hxx" -#include "border.hxx" -#include "backgrnd.hxx" -#include "svx/svxids.hrc" -#include "cuitabarea.hxx" +#include <bbdlg.hxx> +#include <border.hxx> +#include <backgrnd.hxx> +#include <svx/svxids.hrc> +#include <cuitabarea.hxx> SvxBorderBackgroundDlg::SvxBorderBackgroundDlg(vcl::Window *pParent, const SfxItemSet& rCoreSet, diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx index f2b3e8cfe99c..5045f838a9ee 100644 --- a/cui/source/tabpages/border.cxx +++ b/cui/source/tabpages/border.cxx @@ -26,19 +26,19 @@ #include <strings.hrc> #include <bitmaps.hlst> -#include "helpids.h" +#include <helpids.h> #include <svx/xtable.hxx> #include <svx/drawitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/shaditem.hxx> -#include "border.hxx" +#include <border.hxx> #include <svx/dlgutil.hxx> #include <dialmgr.hxx> #include <sfx2/htmlmode.hxx> #include <vcl/msgbox.hxx> #include <vcl/settings.hxx> -#include "svx/flagsdef.hxx" +#include <svx/flagsdef.hxx> #include <sfx2/request.hxx> #include <svl/intitem.hxx> #include <svl/ilstitem.hxx> diff --git a/cui/source/tabpages/borderconn.cxx b/cui/source/tabpages/borderconn.cxx index 01ccd70dedb2..90b6b2f1b41e 100644 --- a/cui/source/tabpages/borderconn.cxx +++ b/cui/source/tabpages/borderconn.cxx @@ -20,7 +20,7 @@ #include "borderconn.hxx" #include <svx/frmsel.hxx> #include <svx/svxids.hrc> -#include "editeng/lineitem.hxx" +#include <editeng/lineitem.hxx> #include <editeng/boxitem.hxx> #include <svx/algitem.hxx> #include <svx/colorbox.hxx> diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx index b1abbe7c39c2..06f8616ded00 100644 --- a/cui/source/tabpages/chardlg.cxx +++ b/cui/source/tabpages/chardlg.cxx @@ -33,8 +33,8 @@ #include <svtools/unitconv.hxx> #include <svl/languageoptions.hxx> #include <svx/xtable.hxx> -#include "chardlg.hxx" -#include "editeng/fontitem.hxx" +#include <chardlg.hxx> +#include <editeng/fontitem.hxx> #include <editeng/postitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/crossedoutitem.hxx> @@ -49,15 +49,15 @@ #include <editeng/cmapitem.hxx> #include <editeng/kernitem.hxx> #include <editeng/blinkitem.hxx> -#include "editeng/flstitem.hxx" +#include <editeng/flstitem.hxx> #include <editeng/autokernitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/colritem.hxx> -#include "svx/drawitem.hxx" -#include "svx/dlgutil.hxx" +#include <svx/drawitem.hxx> +#include <svx/dlgutil.hxx> #include <dialmgr.hxx> #include <sfx2/htmlmode.hxx> -#include "cuicharmap.hxx" +#include <cuicharmap.hxx> #include "chardlg.h" #include <editeng/emphasismarkitem.hxx> #include <editeng/charreliefitem.hxx> @@ -71,7 +71,7 @@ #include <strings.hrc> #include <svl/intitem.hxx> #include <sfx2/request.hxx> -#include "svx/flagsdef.hxx" +#include <svx/flagsdef.hxx> using namespace ::com::sun::star; diff --git a/cui/source/tabpages/connect.cxx b/cui/source/tabpages/connect.cxx index 25b1ecd170d9..7aa82e5bad6f 100644 --- a/cui/source/tabpages/connect.cxx +++ b/cui/source/tabpages/connect.cxx @@ -34,7 +34,7 @@ #include <svx/sxelditm.hxx> #include <svx/sxenditm.hxx> -#include "connect.hxx" +#include <connect.hxx> const sal_uInt16 SvxConnectionPage::pRanges[] = { diff --git a/cui/source/tabpages/dstribut.cxx b/cui/source/tabpages/dstribut.cxx index fd58cda4fcd1..d6e9c338d2a8 100644 --- a/cui/source/tabpages/dstribut.cxx +++ b/cui/source/tabpages/dstribut.cxx @@ -18,7 +18,7 @@ */ #include <sfx2/basedlgs.hxx> -#include "dstribut.hxx" +#include <dstribut.hxx> #include <svx/dialogs.hrc> #include <svx/svddef.hxx> #include <dialmgr.hxx> diff --git a/cui/source/tabpages/labdlg.cxx b/cui/source/tabpages/labdlg.cxx index 02f5a1912156..dfc7e0f74342 100644 --- a/cui/source/tabpages/labdlg.cxx +++ b/cui/source/tabpages/labdlg.cxx @@ -32,9 +32,9 @@ #include <svx/sxcllitm.hxx> #include <svx/sxctitm.hxx> -#include "svx/dlgutil.hxx" -#include "labdlg.hxx" -#include "transfrm.hxx" +#include <svx/dlgutil.hxx> +#include <labdlg.hxx> +#include <transfrm.hxx> // define ---------------------------------------------------------------- diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index a1a576b1b064..8aa7f60aa7ba 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "macroass.hxx" +#include <macroass.hxx> #include <basic/basmgr.hxx> #include <comphelper/string.hxx> @@ -26,14 +26,14 @@ #include <svx/dialogs.hrc> #include <svtools/svmedit.hxx> #include <vcl/idle.hxx> -#include "cfgutil.hxx" +#include <cfgutil.hxx> #include <sfx2/app.hxx> #include <sfx2/evntconf.hxx> #include <sfx2/objsh.hxx> #include <vcl/fixed.hxx> -#include "headertablistbox.hxx" -#include "svtools/svlbitm.hxx" -#include "svtools/treelistentry.hxx" +#include <headertablistbox.hxx> +#include <svtools/svlbitm.hxx> +#include <svtools/treelistentry.hxx> #include <o3tl/make_unique.hxx> using ::com::sun::star::uno::Reference; diff --git a/cui/source/tabpages/measure.cxx b/cui/source/tabpages/measure.cxx index 9dc0230104bb..5c79146ecfb3 100644 --- a/cui/source/tabpages/measure.cxx +++ b/cui/source/tabpages/measure.cxx @@ -44,7 +44,7 @@ #include <svx/sxmtritm.hxx> #include <svx/sxmuitm.hxx> -#include "measure.hxx" +#include <measure.hxx> const sal_uInt16 SvxMeasurePage::pRanges[] = { diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx index f37ee3963c26..4e16c3f74db3 100644 --- a/cui/source/tabpages/numfmt.cxx +++ b/cui/source/tabpages/numfmt.cxx @@ -34,13 +34,13 @@ #include <svx/numinf.hxx> -#include "numfmt.hxx" +#include <numfmt.hxx> #include <svx/numfmtsh.hxx> #include <dialmgr.hxx> #include <sfx2/request.hxx> #include <sfx2/app.hxx> #include <sfx2/basedlgs.hxx> -#include "svx/flagsdef.hxx" +#include <svx/flagsdef.hxx> #include <vector> #include <com/sun/star/lang/XServiceInfo.hpp> #include <memory> diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index f8e41abbd2e4..ad8078fe6602 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -41,7 +41,7 @@ #include <vcl/msgbox.hxx> #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> -#include "cuicharmap.hxx" +#include <cuicharmap.hxx> #include <editeng/flstitem.hxx> #include <svx/dlgutil.hxx> #include <svx/xtable.hxx> @@ -66,7 +66,7 @@ #include <algorithm> #include <memory> #include <vector> -#include "sfx2/opengrf.hxx" +#include <sfx2/opengrf.hxx> #include <strings.hrc> #include <sfx2/request.hxx> @@ -74,8 +74,8 @@ #include <svl/stritem.hxx> #include <svl/slstitm.hxx> #include <sfx2/filedlghelper.hxx> -#include "svx/gallery1.hxx" -#include "svx/galtheme.hxx" +#include <svx/gallery1.hxx> +#include <svx/galtheme.hxx> #include <unotools/ucbstreamhelper.hxx> #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <rtl/ustring.h> diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx index 6766784cf456..90612b428267 100644 --- a/cui/source/tabpages/page.cxx +++ b/cui/source/tabpages/page.cxx @@ -31,8 +31,8 @@ #include <sal/macros.h> #include <strings.hrc> -#include "helpids.h" -#include "page.hxx" +#include <helpids.h> +#include <page.hxx> #include <svx/pageitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/boxitem.hxx> @@ -42,7 +42,7 @@ #include <editeng/ulspitem.hxx> #include <editeng/sizeitem.hxx> #include <editeng/frmdiritem.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <editeng/paperinf.hxx> #include <dialmgr.hxx> #include <sfx2/module.hxx> diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx index 01fbba4af598..ed900bf18f16 100644 --- a/cui/source/tabpages/paragrph.cxx +++ b/cui/source/tabpages/paragrph.cxx @@ -30,7 +30,7 @@ #include <svl/cjkoptions.hxx> #include <editeng/pgrditem.hxx> #include <strings.hrc> -#include "paragrph.hxx" +#include <paragrph.hxx> #include <editeng/frmdiritem.hxx> #include <editeng/lspcitem.hxx> #include <editeng/adjustitem.hxx> @@ -44,7 +44,7 @@ #include <editeng/lrspitem.hxx> #include <editeng/formatbreakitem.hxx> #include <editeng/keepitem.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <dialmgr.hxx> #include <sfx2/htmlmode.hxx> #include <editeng/paravertalignitem.hxx> diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx index 104eadf95bf7..f1dbfc6417bb 100644 --- a/cui/source/tabpages/tabarea.cxx +++ b/cui/source/tabpages/tabarea.cxx @@ -27,11 +27,11 @@ #include <svx/dialogs.hrc> #include <svx/xtable.hxx> -#include "svx/globl3d.hxx" +#include <svx/globl3d.hxx> #include <svx/svdmodel.hxx> -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" -#include "dlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> +#include <dlgname.hxx> #include <dialmgr.hxx> SvxAreaTabDialog::SvxAreaTabDialog diff --git a/cui/source/tabpages/tabline.cxx b/cui/source/tabpages/tabline.cxx index adade3557343..21d64d055743 100644 --- a/cui/source/tabpages/tabline.cxx +++ b/cui/source/tabpages/tabline.cxx @@ -22,13 +22,13 @@ #include <sfx2/app.hxx> #include <sfx2/objsh.hxx> #include <svx/dialogs.hrc> -#include "cuitabarea.hxx" -#include "cuitabline.hxx" -#include "dlgname.hxx" +#include <cuitabarea.hxx> +#include <cuitabline.hxx> +#include <dlgname.hxx> #include <dialmgr.hxx> #include <svx/svdmodel.hxx> #include <svx/xtable.hxx> -#include "svx/drawitem.hxx" +#include <svx/drawitem.hxx> SvxLineTabDialog::SvxLineTabDialog ( diff --git a/cui/source/tabpages/tabstpge.cxx b/cui/source/tabpages/tabstpge.cxx index 50a9b5c0914e..ee55f1bb1a93 100644 --- a/cui/source/tabpages/tabstpge.cxx +++ b/cui/source/tabpages/tabstpge.cxx @@ -24,9 +24,9 @@ #include <vcl/builderfactory.hxx> #include <editeng/lrspitem.hxx> -#include "tabstpge.hxx" +#include <tabstpge.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <sfx2/module.hxx> #include <svl/cjkoptions.hxx> #include <unotools/localedatawrapper.hxx> diff --git a/cui/source/tabpages/textanim.cxx b/cui/source/tabpages/textanim.cxx index 55c293510656..5d994f078271 100644 --- a/cui/source/tabpages/textanim.cxx +++ b/cui/source/tabpages/textanim.cxx @@ -22,12 +22,12 @@ #include <svx/dialogs.hrc> -#include "textanim.hxx" -#include "textattr.hxx" +#include <textanim.hxx> +#include <textattr.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" -#include "svx/svdmark.hxx" -#include "svx/svdview.hxx" +#include <svx/dlgutil.hxx> +#include <svx/svdmark.hxx> +#include <svx/svdview.hxx> const sal_uInt16 SvxTextAnimationPage::pRanges[] = { diff --git a/cui/source/tabpages/textattr.cxx b/cui/source/tabpages/textattr.cxx index d21dffa3ead7..472a3931d8e6 100644 --- a/cui/source/tabpages/textattr.cxx +++ b/cui/source/tabpages/textattr.cxx @@ -31,9 +31,9 @@ #include <svx/svdotext.hxx> #include <svx/dialogs.hrc> -#include "textattr.hxx" +#include <textattr.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <sfx2/request.hxx> #include <svx/ofaitem.hxx> #include <editeng/writingmodeitem.hxx> diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index ca4aaab5c65d..6f19bc50e4bb 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -24,21 +24,21 @@ #include <sfx2/module.hxx> #include <svx/dialogs.hrc> -#include "svx/xattr.hxx" +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/xflbckit.hxx> #include <svx/svdattr.hxx> #include <svx/xtable.hxx> #include <svx/xlineit0.hxx> -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" -#include "dlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> +#include <dlgname.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <svl/intitem.hxx> #include <sfx2/request.hxx> #include <sfx2/tabdlg.hxx> -#include "sfx2/opengrf.hxx" +#include <sfx2/opengrf.hxx> #include <vcl/layout.hxx> using namespace com::sun::star; diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index 8ec7516ae437..192297547949 100644 --- a/cui/source/tabpages/tpbitmap.cxx +++ b/cui/source/tabpages/tpbitmap.cxx @@ -23,21 +23,21 @@ #include <sfx2/app.hxx> #include <sfx2/module.hxx> #include <svx/dialogs.hrc> -#include "svx/xattr.hxx" +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <strings.hrc> #include <svx/xflbckit.hxx> #include <svx/svdattr.hxx> #include <svx/xtable.hxx> #include <svx/xlineit0.hxx> -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" -#include "dlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> +#include <dlgname.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <svl/intitem.hxx> #include <sfx2/request.hxx> -#include "sfx2/opengrf.hxx" +#include <sfx2/opengrf.hxx> #include <vcl/layout.hxx> #include <svx/svxdlg.hxx> #include <sfx2/viewsh.hxx> diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index 9b20e7090a07..1b4b88ea6da3 100644 --- a/cui/source/tabpages/tpcolor.cxx +++ b/cui/source/tabpages/tpcolor.cxx @@ -30,17 +30,17 @@ #include <vcl/msgbox.hxx> #include <sfx2/filedlghelper.hxx> #include <svx/ofaitem.hxx> -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <strings.hrc> -#include "helpids.h" -#include "svx/xattr.hxx" +#include <helpids.h> +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/xtable.hxx> -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" -#include "defdlgname.hxx" -#include "dlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> +#include <defdlgname.hxx> +#include <dlgname.hxx> #include <svx/svxdlg.hxx> #include <dialmgr.hxx> #include <cuitabline.hxx> diff --git a/cui/source/tabpages/tpgradnt.cxx b/cui/source/tabpages/tpgradnt.cxx index 0dd20ccd3feb..36a05915a6e5 100644 --- a/cui/source/tabpages/tpgradnt.cxx +++ b/cui/source/tabpages/tpgradnt.cxx @@ -25,18 +25,18 @@ #include <sfx2/app.hxx> #include <sfx2/dialoghelper.hxx> #include <sfx2/filedlghelper.hxx> -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <strings.hrc> -#include "helpids.h" +#include <helpids.h> #include <svx/colorbox.hxx> -#include "svx/xattr.hxx" +#include <svx/xattr.hxx> #include <svx/xtable.hxx> #include <svx/xpool.hxx> -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" -#include "defdlgname.hxx" -#include "dlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> +#include <defdlgname.hxx> +#include <dlgname.hxx> #include <svx/svxdlg.hxx> #include <dialmgr.hxx> #include <svx/dialmgr.hxx> diff --git a/cui/source/tabpages/tphatch.cxx b/cui/source/tabpages/tphatch.cxx index 9c2e44e91d73..bcab052260aa 100644 --- a/cui/source/tabpages/tphatch.cxx +++ b/cui/source/tabpages/tphatch.cxx @@ -26,21 +26,21 @@ #include <sfx2/dialoghelper.hxx> #include <sfx2/filedlghelper.hxx> #include <sfx2/module.hxx> -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <strings.hrc> -#include "helpids.h" +#include <helpids.h> #include <svx/colorbox.hxx> -#include "svx/xattr.hxx" +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/xtable.hxx> -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" -#include "defdlgname.hxx" -#include "dlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> +#include <defdlgname.hxx> +#include <dlgname.hxx> #include <svx/svxdlg.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> #include <svx/strings.hrc> diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index f99dcc975607..cf23d73813dc 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx @@ -26,18 +26,18 @@ #include <strings.hrc> #include <svx/colorbox.hxx> -#include "svx/xattr.hxx" +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/xtable.hxx> -#include "svx/drawitem.hxx" -#include "cuitabline.hxx" -#include "dlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabline.hxx> +#include <dlgname.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" -#include "svx/svxgrahicitem.hxx" +#include <svx/dlgutil.hxx> +#include <svx/svxgrahicitem.hxx> #include <sfx2/request.hxx> #include <sfx2/dialoghelper.hxx> -#include "svx/ofaitem.hxx" +#include <svx/ofaitem.hxx> #include <svx/svdobj.hxx> #include <svx/svdview.hxx> #include <svx/svdmodel.hxx> @@ -48,7 +48,7 @@ #include <sfx2/objsh.hxx> #include <editeng/brushitem.hxx> #include <svx/gallery.hxx> -#include "sfx2/opengrf.hxx" +#include <sfx2/opengrf.hxx> #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> #include <svx/strings.hrc> diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx index 27ed488d3c85..70f8bc9fd7af 100644 --- a/cui/source/tabpages/tplnedef.cxx +++ b/cui/source/tabpages/tplnedef.cxx @@ -24,27 +24,27 @@ #include <sfx2/app.hxx> #include <sfx2/module.hxx> #include <sfx2/filedlghelper.hxx> -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <strings.hrc> -#include "helpids.h" +#include <helpids.h> -#include "svx/xattr.hxx" +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/xtable.hxx> -#include "svx/drawitem.hxx" -#include "cuitabline.hxx" -#include "dlgname.hxx" -#include "defdlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabline.hxx> +#include <dlgname.hxx> +#include <defdlgname.hxx> #include <svx/svxdlg.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> #include <svx/strings.hrc> #include <o3tl/make_unique.hxx> -#include "cuitabarea.hxx" +#include <cuitabarea.hxx> #define XOUT_WIDTH 150 diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx index 16602120c0bf..e42c64ad03df 100644 --- a/cui/source/tabpages/tplneend.cxx +++ b/cui/source/tabpages/tplneend.cxx @@ -23,21 +23,21 @@ #include <unotools/pathoptions.hxx> #include <sfx2/app.hxx> #include <sfx2/filedlghelper.hxx> -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <strings.hrc> -#include "helpids.h" +#include <helpids.h> #include <svx/dialmgr.hxx> #include <svx/svdobj.hxx> #include <svx/svdopath.hxx> -#include "svx/drawitem.hxx" +#include <svx/drawitem.hxx> #include <svx/xpool.hxx> #include <svx/xtable.hxx> -#include "cuitabline.hxx" -#include "cuitabarea.hxx" +#include <cuitabline.hxx> +#include <cuitabarea.hxx> #include <svx/svxdlg.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <basegfx/range/b2drange.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx index d0f3bd8cdf41..618858fdbf0b 100644 --- a/cui/source/tabpages/tppattern.cxx +++ b/cui/source/tabpages/tppattern.cxx @@ -27,7 +27,7 @@ #include <sfx2/dialoghelper.hxx> #include <sfx2/filedlghelper.hxx> #include <unotools/localfilehelper.hxx> -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <svx/colorbox.hxx> #include <svx/dialmgr.hxx> #include <vcl/bitmapaccess.hxx> @@ -36,18 +36,18 @@ #include <svx/strings.hrc> #include <strings.hrc> -#include "helpids.h" -#include "svx/xattr.hxx" +#include <helpids.h> +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/xtable.hxx> -#include "svx/xoutbmp.hxx" -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" -#include "defdlgname.hxx" -#include "dlgname.hxx" +#include <svx/xoutbmp.hxx> +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> +#include <defdlgname.hxx> +#include <dlgname.hxx> #include <svx/svxdlg.hxx> #include <dialmgr.hxx> -#include "sfx2/opengrf.hxx" +#include <sfx2/opengrf.hxx> #include <o3tl/make_unique.hxx> diff --git a/cui/source/tabpages/tpshadow.cxx b/cui/source/tabpages/tpshadow.cxx index 8fae2bb86f7a..a9b0880f4dde 100644 --- a/cui/source/tabpages/tpshadow.cxx +++ b/cui/source/tabpages/tpshadow.cxx @@ -22,13 +22,13 @@ #include <svx/colorbox.hxx> #include <svx/dialogs.hrc> -#include "svx/xattr.hxx" +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/svdattr.hxx> -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <cuitabline.hxx> #include <svx/xlineit0.hxx> #include <sfx2/request.hxx> diff --git a/cui/source/tabpages/tptrans.cxx b/cui/source/tabpages/tptrans.cxx index edd7a0f930a4..04944de8b95b 100644 --- a/cui/source/tabpages/tptrans.cxx +++ b/cui/source/tabpages/tptrans.cxx @@ -24,21 +24,21 @@ #include <sfx2/module.hxx> #include <svx/dialogs.hrc> -#include "svx/xattr.hxx" +#include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/xflbckit.hxx> #include <svx/svdattr.hxx> #include <svx/xtable.hxx> #include <svx/xlineit0.hxx> -#include "svx/drawitem.hxx" -#include "cuitabarea.hxx" -#include "dlgname.hxx" +#include <svx/drawitem.hxx> +#include <cuitabarea.hxx> +#include <dlgname.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <svl/intitem.hxx> #include <sfx2/request.hxx> -#include "sfx2/opengrf.hxx" +#include <sfx2/opengrf.hxx> #include <vcl/layout.hxx> using namespace com::sun::star; diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx index 71221cacd3b9..1f87636e7691 100644 --- a/cui/source/tabpages/transfrm.cxx +++ b/cui/source/tabpages/transfrm.cxx @@ -29,11 +29,11 @@ #include <svx/transfrmhelper.hxx> #include <editeng/sizeitem.hxx> -#include "transfrm.hxx" +#include <transfrm.hxx> #include <dialmgr.hxx> -#include "svx/dlgutil.hxx" +#include <svx/dlgutil.hxx> #include <editeng/svxenum.hxx> -#include "svx/anchorid.hxx" +#include <svx/anchorid.hxx> #include <sfx2/module.hxx> #include <svl/rectitem.hxx> #include <svl/aeitem.hxx> |