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