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/dialogs/sdrcelldlg.cxx | |
parent | 4b27653a122acbbb38c800f0b1972f339e73d115 (diff) |
loplugin:includeform: cui
Change-Id: Ibd88b2ee4252733c5aeee97bec27f34b8e555364
Diffstat (limited to 'cui/source/dialogs/sdrcelldlg.cxx')
-rw-r--r-- | cui/source/dialogs/sdrcelldlg.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/dialogs/sdrcelldlg.cxx b/cui/source/dialogs/sdrcelldlg.cxx index f7987988a5b5..7011a4de1d9c 100644 --- a/cui/source/dialogs/sdrcelldlg.cxx +++ b/cui/source/dialogs/sdrcelldlg.cxx @@ -19,11 +19,11 @@ #include <svl/cjkoptions.hxx> #include <svx/flagsdef.hxx> -#include "sdrcelldlg.hxx" -#include "dialmgr.hxx" -#include "cuitabarea.hxx" -#include "svx/svdmodel.hxx" -#include "border.hxx" +#include <sdrcelldlg.hxx> +#include <dialmgr.hxx> +#include <cuitabarea.hxx> +#include <svx/svdmodel.hxx> +#include <border.hxx> #include <svx/dialogs.hrc> SvxFormatCellsDialog::SvxFormatCellsDialog( vcl::Window* pParent, const SfxItemSet* pAttr, SdrModel const * pModel ) |