diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:42:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:09 +0200 |
commit | 38ef960bf7e76942d4912c5a9c34cd9d6f1e5dcc (patch) | |
tree | c3fad80c0c56e444f17c7607d255e59149f29b25 /editeng | |
parent | 5775992a575b4a5cfef80a76d09ead41822c7875 (diff) |
loplugin:includeform: editeng
Change-Id: If2aa2cbbfabe164ccf0f68522fa18fa3bae2225d
Diffstat (limited to 'editeng')
53 files changed, 123 insertions, 123 deletions
diff --git a/editeng/inc/edtspell.hxx b/editeng/inc/edtspell.hxx index 3d4411b2dc79..1165e7a1f54d 100644 --- a/editeng/inc/edtspell.hxx +++ b/editeng/inc/edtspell.hxx @@ -24,7 +24,7 @@ #include <editeng/splwrap.hxx> #include <editeng/svxacorr.hxx> #include <editeng/svxenum.hxx> -#include "editeng/misspellrange.hxx" +#include <editeng/misspellrange.hxx> #include <tools/link.hxx> #include <vcl/outdev.hxx> diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 792881a38841..8becb860cc0b 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -7,29 +7,29 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/bootstrapfixture.hxx" +#include <test/bootstrapfixture.hxx> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "eerdll2.hxx" -#include "editdoc.hxx" - -#include "sfx2/app.hxx" -#include "svl/itempool.hxx" -#include "editeng/eerdll.hxx" -#include "editeng/editeng.hxx" -#include "editeng/eeitem.hxx" -#include "editeng/editids.hrc" -#include "editeng/svxacorr.hxx" -#include "editeng/unofield.hxx" -#include "editeng/wghtitem.hxx" -#include "editeng/postitem.hxx" -#include "editeng/section.hxx" -#include "editeng/editobj.hxx" -#include "editeng/flditem.hxx" -#include "editeng/udlnitem.hxx" -#include "svl/srchitem.hxx" +#include <eerdll2.hxx> +#include <editdoc.hxx> + +#include <sfx2/app.hxx> +#include <svl/itempool.hxx> +#include <editeng/eerdll.hxx> +#include <editeng/editeng.hxx> +#include <editeng/eeitem.hxx> +#include <editeng/editids.hrc> +#include <editeng/svxacorr.hxx> +#include <editeng/unofield.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/section.hxx> +#include <editeng/editobj.hxx> +#include <editeng/flditem.hxx> +#include <editeng/udlnitem.hxx> +#include <svl/srchitem.hxx> #include <com/sun/star/text/textfield/Type.hpp> diff --git a/editeng/source/accessibility/AccessibleEditableTextPara.cxx b/editeng/source/accessibility/AccessibleEditableTextPara.cxx index 04eed5cd5996..a8e7a90017ed 100644 --- a/editeng/source/accessibility/AccessibleEditableTextPara.cxx +++ b/editeng/source/accessibility/AccessibleEditableTextPara.cxx @@ -61,7 +61,7 @@ #include <editeng/unolingu.hxx> #include <editeng/unopracc.hxx> -#include "editeng/AccessibleEditableTextPara.hxx" +#include <editeng/AccessibleEditableTextPara.hxx> #include "AccessibleHyperlink.hxx" #include <svtools/colorcfg.hxx> diff --git a/editeng/source/accessibility/AccessibleHyperlink.cxx b/editeng/source/accessibility/AccessibleHyperlink.cxx index e6e8138b51eb..104051824ea7 100644 --- a/editeng/source/accessibility/AccessibleHyperlink.cxx +++ b/editeng/source/accessibility/AccessibleHyperlink.cxx @@ -23,7 +23,7 @@ #include <comphelper/accessiblekeybindinghelper.hxx> #include "AccessibleHyperlink.hxx" -#include "editeng/unoedprx.hxx" +#include <editeng/unoedprx.hxx> #include <editeng/flditem.hxx> #include <vcl/keycodes.hxx> diff --git a/editeng/source/accessibility/AccessibleImageBullet.cxx b/editeng/source/accessibility/AccessibleImageBullet.cxx index 58cc35859957..90bfa7eda5c7 100644 --- a/editeng/source/accessibility/AccessibleImageBullet.cxx +++ b/editeng/source/accessibility/AccessibleImageBullet.cxx @@ -33,8 +33,8 @@ #include <cppuhelper/supportsservice.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <editeng/unolingu.hxx> -#include "editeng/AccessibleEditableTextPara.hxx" -#include "editeng/AccessibleImageBullet.hxx" +#include <editeng/AccessibleEditableTextPara.hxx> +#include <editeng/AccessibleImageBullet.hxx> #include <editeng/eerdll.hxx> #include <editeng/editdata.hxx> diff --git a/editeng/source/accessibility/AccessibleParaManager.cxx b/editeng/source/accessibility/AccessibleParaManager.cxx index db535ac7cd40..c83bbde71081 100644 --- a/editeng/source/accessibility/AccessibleParaManager.cxx +++ b/editeng/source/accessibility/AccessibleParaManager.cxx @@ -34,8 +34,8 @@ #include <editeng/unoedhlp.hxx> #include <editeng/unopracc.hxx> #include <editeng/unoedsrc.hxx> -#include "editeng/AccessibleParaManager.hxx" -#include "editeng/AccessibleEditableTextPara.hxx" +#include <editeng/AccessibleParaManager.hxx> +#include <editeng/AccessibleEditableTextPara.hxx> using namespace ::com::sun::star; diff --git a/editeng/source/accessibility/AccessibleStaticTextBase.cxx b/editeng/source/accessibility/AccessibleStaticTextBase.cxx index 2fca44ce48c3..b13ec7100eb8 100644 --- a/editeng/source/accessibility/AccessibleStaticTextBase.cxx +++ b/editeng/source/accessibility/AccessibleStaticTextBase.cxx @@ -43,9 +43,9 @@ #include <editeng/editdata.hxx> #include <editeng/unopracc.hxx> -#include "editeng/unoedprx.hxx" +#include <editeng/unoedprx.hxx> #include <editeng/AccessibleStaticTextBase.hxx> -#include "editeng/AccessibleEditableTextPara.hxx" +#include <editeng/AccessibleEditableTextPara.hxx> using namespace ::com::sun::star; diff --git a/editeng/source/editeng/editattr.cxx b/editeng/source/editeng/editattr.cxx index b7f73341567d..7370f2debc1c 100644 --- a/editeng/source/editeng/editattr.cxx +++ b/editeng/source/editeng/editattr.cxx @@ -47,7 +47,7 @@ #include <editeng/charreliefitem.hxx> #include <editeng/cmapitem.hxx> -#include "editattr.hxx" +#include <editattr.hxx> // class EditCharAttrib diff --git a/editeng/source/editeng/editdata.cxx b/editeng/source/editeng/editdata.cxx index 500ceb1903a6..f272a9afd582 100644 --- a/editeng/source/editeng/editdata.cxx +++ b/editeng/source/editeng/editdata.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "editeng/editdata.hxx" +#include <editeng/editdata.hxx> #include <limits> diff --git a/editeng/source/editeng/editdbg.cxx b/editeng/source/editeng/editdbg.cxx index 6bdb9455ddb3..67b5ab852337 100644 --- a/editeng/source/editeng/editdbg.cxx +++ b/editeng/source/editeng/editdbg.cxx @@ -49,11 +49,11 @@ #include <editeng/charreliefitem.hxx> #include <editeng/frmdiritem.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editeng.hxx> #include <editeng/editview.hxx> #include <editdoc.hxx> -#include <editdbg.hxx> +#include "editdbg.hxx" #include <rtl/strbuf.hxx> diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index 2cd69c1c459e..3938a8b68fdd 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -47,16 +47,16 @@ #include <editeng/charreliefitem.hxx> #include <editeng/xmlcnitm.hxx> #include <editeng/editids.hrc> -#include "editeng/editdata.hxx" -#include "editeng/lrspitem.hxx" -#include "editeng/ulspitem.hxx" -#include "editeng/lspcitem.hxx" +#include <editeng/editdata.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/ulspitem.hxx> +#include <editeng/lspcitem.hxx> #include <editdoc.hxx> -#include <editdbg.hxx> +#include "editdbg.hxx" #include <editeng/eerdll.hxx> #include <eerdll2.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <rtl/ustrbuf.hxx> diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx index 287d219712ed..bb09af238d99 100644 --- a/editeng/source/editeng/editeng.cxx +++ b/editeng/source/editeng/editeng.cxx @@ -27,11 +27,11 @@ #include <svtools/ctrltool.hxx> #include <editeng/svxfont.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editeng.hxx> #include <editeng/editview.hxx> #include <editeng/editstat.hxx> -#include <editdbg.hxx> +#include "editdbg.hxx" #include <eerdll2.hxx> #include <editeng/eerdll.hxx> #include <editeng/editrids.hrc> diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx index 549d8cee1992..8d210ceea975 100644 --- a/editeng/source/editeng/editobj.cxx +++ b/editeng/source/editeng/editobj.cxx @@ -27,10 +27,10 @@ #include <tools/stream.hxx> -#include "editeng/fieldupdater.hxx" -#include "editeng/macros.hxx" -#include "editeng/section.hxx" -#include <editobj2.hxx> +#include <editeng/fieldupdater.hxx> +#include <editeng/macros.hxx> +#include <editeng/section.hxx> +#include "editobj2.hxx" #include <editeng/editdata.hxx> #include <editattr.hxx> #include <editeng/editeng.hxx> @@ -45,7 +45,7 @@ #include <vcl/graph.hxx> #include <svl/intitem.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <unotools/fontcvt.hxx> #include <tools/tenccvt.hxx> diff --git a/editeng/source/editeng/editobj2.hxx b/editeng/source/editeng/editobj2.hxx index 67141145eedb..f7c853668bac 100644 --- a/editeng/source/editeng/editobj2.hxx +++ b/editeng/source/editeng/editobj2.hxx @@ -26,7 +26,7 @@ #include <editdoc.hxx> #include <unotools/fontcvt.hxx> -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> #include <svl/languageoptions.hxx> #include <memory> diff --git a/editeng/source/editeng/editsel.cxx b/editeng/source/editeng/editsel.cxx index 46d01401a925..02d4355306dd 100644 --- a/editeng/source/editeng/editsel.cxx +++ b/editeng/source/editeng/editsel.cxx @@ -21,8 +21,8 @@ #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <editsel.hxx> -#include <impedit.hxx> +#include "editsel.hxx" +#include "impedit.hxx" #include <editeng/editview.hxx> diff --git a/editeng/source/editeng/editundo.cxx b/editeng/source/editeng/editundo.cxx index 40ba68926516..2fa5364a4312 100644 --- a/editeng/source/editeng/editundo.cxx +++ b/editeng/source/editeng/editundo.cxx @@ -22,8 +22,8 @@ #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <impedit.hxx> -#include <editundo.hxx> +#include "impedit.hxx" +#include "editundo.hxx" #include <editeng/editview.hxx> #include <editeng/editeng.hxx> diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx index bc59c9b97273..0e9b9d23e8aa 100644 --- a/editeng/source/editeng/editview.cxx +++ b/editeng/source/editeng/editview.cxx @@ -38,7 +38,7 @@ #include <svl/srchitem.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editeng.hxx> #include <editeng/editview.hxx> #include <editeng/flditem.hxx> diff --git a/editeng/source/editeng/edtspell.cxx b/editeng/source/editeng/edtspell.cxx index c6861a11d32e..a27ae110a04e 100644 --- a/editeng/source/editeng/edtspell.cxx +++ b/editeng/source/editeng/edtspell.cxx @@ -23,7 +23,7 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editview.hxx> #include <editeng/editeng.hxx> #include <edtspell.hxx> diff --git a/editeng/source/editeng/eehtml.cxx b/editeng/source/editeng/eehtml.cxx index 18b556424321..015d1cf0025a 100644 --- a/editeng/source/editeng/eehtml.cxx +++ b/editeng/source/editeng/eehtml.cxx @@ -22,7 +22,7 @@ #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <eehtml.hxx> +#include "eehtml.hxx" #include <editeng/adjustitem.hxx> #include <editeng/flditem.hxx> #include <tools/urlobj.hxx> @@ -34,7 +34,7 @@ #include <svtools/htmlkywd.hxx> #include <tools/tenccvt.hxx> -#include "editeng/editeng.hxx" +#include <editeng/editeng.hxx> #define STYLE_PRE 101 diff --git a/editeng/source/editeng/eeobj.cxx b/editeng/source/editeng/eeobj.cxx index e498b7f4332b..9e099813af33 100644 --- a/editeng/source/editeng/eeobj.cxx +++ b/editeng/source/editeng/eeobj.cxx @@ -24,7 +24,7 @@ #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <eeobj.hxx> +#include "eeobj.hxx" #include <sot/exchange.hxx> #include <sot/formats.hxx> #include <editeng/editeng.hxx> diff --git a/editeng/source/editeng/eertfpar.cxx b/editeng/source/editeng/eertfpar.cxx index 84ec72924b16..7affd086df70 100644 --- a/editeng/source/editeng/eertfpar.cxx +++ b/editeng/source/editeng/eertfpar.cxx @@ -24,14 +24,14 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <eertfpar.hxx> -#include <impedit.hxx> +#include "eertfpar.hxx" +#include "impedit.hxx" #include <svl/intitem.hxx> #include <editeng/escapementitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/fontitem.hxx> #include <editeng/flditem.hxx> -#include "editeng/editeng.hxx" +#include <editeng/editeng.hxx> #include <svtools/rtftoken.h> #include <svtools/htmltokn.h> diff --git a/editeng/source/editeng/eertfpar.hxx b/editeng/source/editeng/eertfpar.hxx index f2f4bc9909a5..2a7629e6b758 100644 --- a/editeng/source/editeng/eertfpar.hxx +++ b/editeng/source/editeng/eertfpar.hxx @@ -22,7 +22,7 @@ #include <editeng/svxrtf.hxx> #include <editdoc.hxx> -#include <impedit.hxx> +#include "impedit.hxx" class EditEngine; diff --git a/editeng/source/editeng/fieldupdater.cxx b/editeng/source/editeng/fieldupdater.cxx index d986fa1f6e4e..318c057d3546 100644 --- a/editeng/source/editeng/fieldupdater.cxx +++ b/editeng/source/editeng/fieldupdater.cxx @@ -8,8 +8,8 @@ */ #include <memory> -#include "editeng/fieldupdater.hxx" -#include "editeng/flditem.hxx" +#include <editeng/fieldupdater.hxx> +#include <editeng/flditem.hxx> #include <editeng/edtdlg.hxx> #include "editobj2.hxx" diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx index f765ed5cd800..8622bc4a7133 100644 --- a/editeng/source/editeng/impedit.cxx +++ b/editeng/source/editeng/impedit.cxx @@ -23,7 +23,7 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editeng.hxx> #include <editeng/editview.hxx> #include <editeng/outliner.hxx> diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx index aa0a1eb8b7a6..3f1e0f3f0b05 100644 --- a/editeng/source/editeng/impedit.hxx +++ b/editeng/source/editeng/impedit.hxx @@ -21,15 +21,15 @@ #include <eerdll2.hxx> #include <editdoc.hxx> -#include <editsel.hxx> -#include <editundo.hxx> -#include <editobj2.hxx> -#include <editstt2.hxx> +#include "editsel.hxx" +#include "editundo.hxx" +#include "editobj2.hxx" +#include "editstt2.hxx" #include <editeng/editdata.hxx> #include <editeng/svxacorr.hxx> #include <editeng/SpellPortions.hxx> #include <editeng/eedata.hxx> -#include "editeng/editeng.hxx" +#include <editeng/editeng.hxx> #include <editeng/editview.hxx> #include <svtools/colorcfg.hxx> #include <vcl/virdev.hxx> diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index a2534ec2abfe..8ea502e278ac 100644 --- a/editeng/source/editeng/impedit2.cxx +++ b/editeng/source/editeng/impedit2.cxx @@ -25,14 +25,14 @@ #include <editeng/lspcitem.hxx> #include <editeng/flditem.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editeng.hxx> #include <editeng/editview.hxx> -#include <editdbg.hxx> +#include "editdbg.hxx" #include <eerdll2.hxx> #include <editeng/eerdll.hxx> #include <edtspell.hxx> -#include <eeobj.hxx> +#include "eeobj.hxx" #include <editeng/txtrange.hxx> #include <svl/urlbmk.hxx> #include <sfx2/app.hxx> diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index 0a5bd8490809..b24f126d7f36 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -30,7 +30,7 @@ #include <editeng/tstpitem.hxx> #include <editeng/lspcitem.hxx> #include <editeng/flditem.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editeng.hxx> #include <editeng/editview.hxx> #include <editeng/txtrange.hxx> diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx index 2bade0c2e8a9..6b82c0b658d6 100644 --- a/editeng/source/editeng/impedit4.cxx +++ b/editeng/source/editeng/impedit4.cxx @@ -28,15 +28,15 @@ #include <editeng/adjustitem.hxx> #include <editeng/tstpitem.hxx> -#include <eertfpar.hxx> +#include "eertfpar.hxx" #include <editeng/editeng.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editview.hxx> -#include <eehtml.hxx> -#include <editobj2.hxx> +#include "eehtml.hxx" +#include "editobj2.hxx" #include <i18nlangtag/lang.h> -#include "editxml.hxx" +#include <editxml.hxx> #include <editeng/autokernitem.hxx> #include <editeng/contouritem.hxx> @@ -56,7 +56,7 @@ #include <editeng/charreliefitem.hxx> #include <editeng/frmdiritem.hxx> #include <editeng/emphasismarkitem.hxx> -#include <textconv.hxx> +#include "textconv.hxx" #include <rtl/tencinfo.h> #include <svtools/rtfout.hxx> #include <edtspell.hxx> diff --git a/editeng/source/editeng/impedit5.cxx b/editeng/source/editeng/impedit5.cxx index 170bccec2676..1983e28c7b64 100644 --- a/editeng/source/editeng/impedit5.cxx +++ b/editeng/source/editeng/impedit5.cxx @@ -22,9 +22,9 @@ #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editeng.hxx> -#include <editdbg.hxx> +#include "editdbg.hxx" #include <svl/hint.hxx> #include <editeng/lrspitem.hxx> #include <sfx2/app.hxx> diff --git a/editeng/source/editeng/misspellrange.cxx b/editeng/source/editeng/misspellrange.cxx index 2e2d66dd0f80..40fe5dd1b76e 100644 --- a/editeng/source/editeng/misspellrange.cxx +++ b/editeng/source/editeng/misspellrange.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "editeng/misspellrange.hxx" +#include <editeng/misspellrange.hxx> namespace editeng { diff --git a/editeng/source/editeng/section.cxx b/editeng/source/editeng/section.cxx index 6cb2e6be0443..f65b0158a952 100644 --- a/editeng/source/editeng/section.cxx +++ b/editeng/source/editeng/section.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "editeng/section.hxx" +#include <editeng/section.hxx> namespace editeng { diff --git a/editeng/source/editeng/textconv.cxx b/editeng/source/editeng/textconv.cxx index 7d12af156cc1..535f9405096c 100644 --- a/editeng/source/editeng/textconv.cxx +++ b/editeng/source/editeng/textconv.cxx @@ -23,7 +23,7 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <impedit.hxx> +#include "impedit.hxx" #include <editeng/editview.hxx> #include <editeng/editeng.hxx> #include <editeng/unolingu.hxx> @@ -31,7 +31,7 @@ #include <com/sun/star/lang/Locale.hpp> #include <editeng/langitem.hxx> #include <editeng/fontitem.hxx> -#include <textconv.hxx> +#include "textconv.hxx" using namespace com::sun::star; diff --git a/editeng/source/items/flditem.cxx b/editeng/source/items/flditem.cxx index f69fcf4fbb12..bbdd2b7036d0 100644 --- a/editeng/source/items/flditem.cxx +++ b/editeng/source/items/flditem.cxx @@ -25,7 +25,7 @@ #include <editeng/flditem.hxx> #include <editeng/measfld.hxx> -#include "editeng/unonames.hxx" +#include <editeng/unonames.hxx> #include <tools/tenccvt.hxx> diff --git a/editeng/source/items/justifyitem.cxx b/editeng/source/items/justifyitem.cxx index 378b986f00de..6036ffc0fe26 100644 --- a/editeng/source/items/justifyitem.cxx +++ b/editeng/source/items/justifyitem.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "editeng/justifyitem.hxx" -#include "editeng/memberids.h" -#include "editeng/editrids.hrc" -#include "editeng/eerdll.hxx" +#include <editeng/justifyitem.hxx> +#include <editeng/memberids.h> +#include <editeng/editrids.hrc> +#include <editeng/eerdll.hxx> #include <tools/stream.hxx> diff --git a/editeng/source/misc/SvXMLAutoCorrectExport.cxx b/editeng/source/misc/SvXMLAutoCorrectExport.cxx index b2bc8e52d056..81047abc3475 100644 --- a/editeng/source/misc/SvXMLAutoCorrectExport.cxx +++ b/editeng/source/misc/SvXMLAutoCorrectExport.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <SvXMLAutoCorrectExport.hxx> +#include "SvXMLAutoCorrectExport.hxx" #include <com/sun/star/util/MeasureUnit.hpp> #include <xmloff/xmltoken.hxx> diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.cxx b/editeng/source/misc/SvXMLAutoCorrectImport.cxx index 8dfa094c52d5..14d1461022d5 100644 --- a/editeng/source/misc/SvXMLAutoCorrectImport.cxx +++ b/editeng/source/misc/SvXMLAutoCorrectImport.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <SvXMLAutoCorrectImport.hxx> -#include <SvXMLAutoCorrectTokenHandler.hxx> +#include "SvXMLAutoCorrectImport.hxx" +#include "SvXMLAutoCorrectTokenHandler.hxx" using namespace css; using namespace css::xml::sax; diff --git a/editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx b/editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx index e097f6621086..33cd961b3398 100644 --- a/editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx +++ b/editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <SvXMLAutoCorrectTokenHandler.hxx> +#include "SvXMLAutoCorrectTokenHandler.hxx" #include <xmloff/xmltoken.hxx> #include <com/sun/star/xml/sax/FastToken.hpp> #if defined __clang__ diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 4917ad89a7b7..d0f9c9ca6a40 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -62,9 +62,9 @@ #include <com/sun/star/xml/sax/Writer.hpp> #include <com/sun/star/xml/sax/FastTokenHandler.hpp> #include <unotools/streamwrap.hxx> -#include <SvXMLAutoCorrectImport.hxx> -#include <SvXMLAutoCorrectExport.hxx> -#include <SvXMLAutoCorrectTokenHandler.hxx> +#include "SvXMLAutoCorrectImport.hxx" +#include "SvXMLAutoCorrectExport.hxx" +#include "SvXMLAutoCorrectTokenHandler.hxx" #include <ucbhelper/content.hxx> #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <com/sun/star/ucb/TransferInfo.hpp> diff --git a/editeng/source/outliner/outleeng.cxx b/editeng/source/outliner/outleeng.cxx index 97b63edf9f3f..ea698471b6e9 100644 --- a/editeng/source/outliner/outleeng.cxx +++ b/editeng/source/outliner/outleeng.cxx @@ -26,8 +26,8 @@ #include <editeng/fhgtitem.hxx> #include <editeng/outliner.hxx> -#include <outleeng.hxx> -#include <paralist.hxx> +#include "outleeng.hxx" +#include "paralist.hxx" #include <editeng/editrids.hrc> #include <svl/itemset.hxx> #include <editeng/eeitem.hxx> diff --git a/editeng/source/outliner/outlin2.cxx b/editeng/source/outliner/outlin2.cxx index c2b1881b8ada..737f47a74b18 100644 --- a/editeng/source/outliner/outlin2.cxx +++ b/editeng/source/outliner/outlin2.cxx @@ -31,10 +31,10 @@ #include <editeng/forbiddencharacterstable.hxx> #include <editeng/outliner.hxx> -#include <paralist.hxx> +#include "paralist.hxx" #include <editeng/outlobj.hxx> -#include <outleeng.hxx> -#include <outlundo.hxx> +#include "outleeng.hxx" +#include "outlundo.hxx" #include <editeng/eeitem.hxx> #include <editeng/editstat.hxx> diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index 1eebaada0f55..ef9852b83102 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -30,10 +30,10 @@ #include <svl/style.hxx> #include <vcl/wrkwin.hxx> #include <editeng/outliner.hxx> -#include <paralist.hxx> +#include "paralist.hxx" #include <editeng/outlobj.hxx> -#include <outleeng.hxx> -#include <outlundo.hxx> +#include "outleeng.hxx" +#include "outlundo.hxx" #include <editeng/eeitem.hxx> #include <editeng/editstat.hxx> #include <editeng/scripttypeitem.hxx> diff --git a/editeng/source/outliner/outlobj.cxx b/editeng/source/outliner/outlobj.cxx index 1cbd51f5700c..1efb5a5ea75d 100644 --- a/editeng/source/outliner/outlobj.cxx +++ b/editeng/source/outliner/outlobj.cxx @@ -27,7 +27,7 @@ #include <editeng/outliner.hxx> #include <editeng/outlobj.hxx> -#include <outleeng.hxx> +#include "outleeng.hxx" #include <editeng/editobj.hxx> #include <vcl/bitmap.hxx> #include <tools/stream.hxx> diff --git a/editeng/source/outliner/outlundo.cxx b/editeng/source/outliner/outlundo.cxx index 6b70e0da7655..807ce7550800 100644 --- a/editeng/source/outliner/outlundo.cxx +++ b/editeng/source/outliner/outlundo.cxx @@ -27,7 +27,7 @@ #include <editeng/fhgtitem.hxx> #include <editeng/outliner.hxx> -#include <outlundo.hxx> +#include "outlundo.hxx" OutlinerUndoBase::OutlinerUndoBase( sal_uInt16 _nId, Outliner* pOutliner ) diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index f99af1c63242..e9e8c4e02036 100644 --- a/editeng/source/outliner/outlvw.cxx +++ b/editeng/source/outliner/outlvw.cxx @@ -34,9 +34,9 @@ #include <i18nlangtag/languagetag.hxx> #include <editeng/outliner.hxx> -#include <outleeng.hxx> -#include <paralist.hxx> -#include <outlundo.hxx> +#include "outleeng.hxx" +#include "paralist.hxx" +#include "outlundo.hxx" #include <editeng/outlobj.hxx> #include <editeng/flditem.hxx> #include <editeng/eeitem.hxx> diff --git a/editeng/source/outliner/overflowingtxt.cxx b/editeng/source/outliner/overflowingtxt.cxx index d5c7c1592b1c..72d70ca66b44 100644 --- a/editeng/source/outliner/overflowingtxt.cxx +++ b/editeng/source/outliner/overflowingtxt.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> -#include "editeng/overflowingtxt.hxx" -#include "editeng/outliner.hxx" -#include "editeng/outlobj.hxx" -#include "editeng/editobj.hxx" -#include "editeng/editdata.hxx" +#include <editeng/overflowingtxt.hxx> +#include <editeng/outliner.hxx> +#include <editeng/outlobj.hxx> +#include <editeng/editobj.hxx> +#include <editeng/editdata.hxx> #include "outleeng.hxx" -#include "editdoc.hxx" +#include <editdoc.hxx> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> diff --git a/editeng/source/outliner/paralist.cxx b/editeng/source/outliner/paralist.cxx index 372706990e20..837080fd7e66 100644 --- a/editeng/source/outliner/paralist.cxx +++ b/editeng/source/outliner/paralist.cxx @@ -18,7 +18,7 @@ */ -#include <paralist.hxx> +#include "paralist.hxx" #include <editeng/outliner.hxx> #include <editeng/numdef.hxx> diff --git a/editeng/source/uno/unoedprx.cxx b/editeng/source/uno/unoedprx.cxx index ae9c77496cf9..7ca710e6e183 100644 --- a/editeng/source/uno/unoedprx.cxx +++ b/editeng/source/uno/unoedprx.cxx @@ -33,7 +33,7 @@ // Project-local header -#include "editeng/unoedprx.hxx" +#include <editeng/unoedprx.hxx> #include <editeng/unotext.hxx> #include <editeng/unoedhlp.hxx> #include <editeng/editdata.hxx> diff --git a/editeng/source/uno/unofield.cxx b/editeng/source/uno/unofield.cxx index 5c57179ac3c9..55fb74bcc999 100644 --- a/editeng/source/uno/unofield.cxx +++ b/editeng/source/uno/unofield.cxx @@ -31,7 +31,7 @@ #include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> -#include "editeng/unonames.hxx" +#include <editeng/unonames.hxx> using namespace ::cppu; using namespace ::com::sun::star; diff --git a/editeng/source/uno/unofored.cxx b/editeng/source/uno/unofored.cxx index 652c44847497..ebb27a72267b 100644 --- a/editeng/source/uno/unofored.cxx +++ b/editeng/source/uno/unofored.cxx @@ -31,7 +31,7 @@ #include <editeng/editobj.hxx> #include <editeng/unofored.hxx> -#include <unofored_internal.hxx> +#include "unofored_internal.hxx" using namespace ::com::sun::star; diff --git a/editeng/source/uno/unoforou.cxx b/editeng/source/uno/unoforou.cxx index 2c0bde9c2849..665e57675f9c 100644 --- a/editeng/source/uno/unoforou.cxx +++ b/editeng/source/uno/unoforou.cxx @@ -34,7 +34,7 @@ #include <editeng/unoforou.hxx> #include <editeng/unofored.hxx> #include <editeng/outlobj.hxx> -#include <unofored_internal.hxx> +#include "unofored_internal.hxx" using namespace ::com::sun::star; diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx index b52836cc7b38..d5c0a32d8b06 100644 --- a/editeng/source/uno/unotext.cxx +++ b/editeng/source/uno/unotext.cxx @@ -46,7 +46,7 @@ #include <comphelper/serviceinfohelper.hxx> #include <cppuhelper/supportsservice.hxx> -#include "editeng/unonames.hxx" +#include <editeng/unonames.hxx> #include <memory> diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx index e12a334cade1..1ada3a700339 100644 --- a/editeng/source/xml/xmltxtexp.cxx +++ b/editeng/source/xml/xmltxtexp.cxx @@ -45,7 +45,7 @@ #include <editeng/unofield.hxx> #include <editeng/editeng.hxx> #include "editsource.hxx" -#include "editxml.hxx" +#include <editxml.hxx> #include <editeng/unonrule.hxx> #include <editeng/unoipset.hxx> #include <unomodel.hxx> diff --git a/editeng/source/xml/xmltxtimp.cxx b/editeng/source/xml/xmltxtimp.cxx index 9bf8d80d5def..91c61b1f5a8c 100644 --- a/editeng/source/xml/xmltxtimp.cxx +++ b/editeng/source/xml/xmltxtimp.cxx @@ -36,7 +36,7 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlstyle.hxx> #include "editsource.hxx" -#include "editxml.hxx" +#include <editxml.hxx> #include <editdoc.hxx> #include <editeng/editeng.hxx> #include <editeng/unotext.hxx> |