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/tplneend.cxx | |
parent | 4b27653a122acbbb38c800f0b1972f339e73d115 (diff) |
loplugin:includeform: cui
Change-Id: Ibd88b2ee4252733c5aeee97bec27f34b8e555364
Diffstat (limited to 'cui/source/tabpages/tplneend.cxx')
-rw-r--r-- | cui/source/tabpages/tplneend.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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> |