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/tabvwsh5.cxx | |
parent | 2909c6be63ac4ac962c6a93aa093ec1cfb94ab0b (diff) |
loplugin:includeform: sc
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
Diffstat (limited to 'sc/source/ui/view/tabvwsh5.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh5.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx index 928d804c2c8c..198fafc8e068 100644 --- a/sc/source/ui/view/tabvwsh5.cxx +++ b/sc/source/ui/view/tabvwsh5.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/hint.hxx> #include <comphelper/lok.hxx> #include <svl/zforlist.hxx> @@ -27,18 +27,18 @@ #include <sfx2/dispatch.hxx> #include <sfx2/objsh.hxx> -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "global.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "formulacell.hxx" -#include "globstr.hrc" -#include "scmod.hxx" -#include "uiitems.hxx" -#include "editsh.hxx" -#include "hints.hxx" -#include "cellvalue.hxx" +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <global.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <formulacell.hxx> +#include <globstr.hrc> +#include <scmod.hxx> +#include <uiitems.hxx> +#include <editsh.hxx> +#include <hints.hxx> +#include <cellvalue.hxx> #include <svl/sharedstring.hxx> void ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) |