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/qa | |
parent | 5775992a575b4a5cfef80a76d09ead41822c7875 (diff) |
loplugin:includeform: editeng
Change-Id: If2aa2cbbfabe164ccf0f68522fa18fa3bae2225d
Diffstat (limited to 'editeng/qa')
-rw-r--r-- | editeng/qa/unit/core-test.cxx | 38 |
1 files changed, 19 insertions, 19 deletions
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> |