diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:33:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:57 +0200 |
commit | 3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a (patch) | |
tree | b244e36c82791c3ca11151d93f67ca6267364b61 /sc/source/ui/view/cellsh1.cxx | |
parent | 2909c6be63ac4ac962c6a93aa093ec1cfb94ab0b (diff) |
loplugin:includeform: sc
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index d0dec50d9e99..8794364f80eb 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/i18n/TextConversionOption.hpp> #include <com/sun/star/sheet/DataPilotFieldFilter.hpp> -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/viewfrm.hxx> #include <basic/sberrors.hxx> @@ -50,44 +50,44 @@ #include <editeng/editview.hxx> #include <svtools/cliplistener.hxx> -#include "cellsh.hxx" -#include "sc.hrc" -#include "document.hxx" -#include "patattr.hxx" -#include "scmod.hxx" -#include "scresid.hxx" -#include "tabvwsh.hxx" -#include "impex.hxx" -#include "reffind.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "inputhdl.hxx" -#include "transobj.hxx" -#include "drwtrans.hxx" -#include "docfunc.hxx" -#include "editable.hxx" -#include "dpobject.hxx" -#include "dpsave.hxx" -#include "dpgroup.hxx" -#include "spellparam.hxx" -#include "postit.hxx" -#include "clipparam.hxx" -#include "pivot.hxx" -#include "dpsdbtab.hxx" -#include "dpshttab.hxx" -#include "dbdata.hxx" -#include "docsh.hxx" -#include "cliputil.hxx" -#include "markdata.hxx" -#include "docpool.hxx" -#include "condformatdlg.hxx" -#include "attrib.hxx" -#include "condformatdlgitem.hxx" - -#include "globstr.hrc" -#include "scui_def.hxx" +#include <cellsh.hxx> +#include <sc.hrc> +#include <document.hxx> +#include <patattr.hxx> +#include <scmod.hxx> +#include <scresid.hxx> +#include <tabvwsh.hxx> +#include <impex.hxx> +#include <reffind.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <inputhdl.hxx> +#include <transobj.hxx> +#include <drwtrans.hxx> +#include <docfunc.hxx> +#include <editable.hxx> +#include <dpobject.hxx> +#include <dpsave.hxx> +#include <dpgroup.hxx> +#include <spellparam.hxx> +#include <postit.hxx> +#include <clipparam.hxx> +#include <pivot.hxx> +#include <dpsdbtab.hxx> +#include <dpshttab.hxx> +#include <dbdata.hxx> +#include <docsh.hxx> +#include <cliputil.hxx> +#include <markdata.hxx> +#include <docpool.hxx> +#include <condformatdlg.hxx> +#include <attrib.hxx> +#include <condformatdlgitem.hxx> + +#include <globstr.hrc> +#include <scui_def.hxx> #include <svx/dialogs.hrc> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> #include <tokenstringcontext.hxx> #include <cellvalue.hxx> #include <tokenarray.hxx> |