diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:19:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:39 +0200 |
commit | 2bac61013e57013bccac8c9d76482b34b5db7f69 (patch) | |
tree | 4a4cdae419248459eae6c276152b2864138980dd /sc/source/ui/view/gridwin.cxx | |
parent | 2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (diff) |
fix-includes.pl: sc
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
Diffstat (limited to 'sc/source/ui/view/gridwin.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 9e88a0b794e6..2082d8d343a7 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -27,9 +27,9 @@ #include <editeng/editstat.hxx> #include <editeng/flditem.hxx> #include <editeng/justifyitem.hxx> -#include "editeng/unolingu.hxx" -#include "editeng/langitem.hxx" -#include "editeng/misspellrange.hxx" +#include <editeng/unolingu.hxx> +#include <editeng/langitem.hxx> +#include <editeng/misspellrange.hxx> #include <svx/svdetc.hxx> #include <editeng/editobj.hxx> #include <sfx2/dispatch.hxx> @@ -38,7 +38,7 @@ #include <svl/stritem.hxx> #include <svtools/svtabbx.hxx> #include <svl/urlbmk.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <vcl/cursor.hxx> #include <vcl/graph.hxx> #include <vcl/hatch.hxx> |