diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-09-03 19:19:41 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-09-04 08:11:56 +0000 |
commit | 387666fbd751561b53b5c7072e85551d22fced74 (patch) | |
tree | d56138a661cdf4e4f6129a2d8acaaba314ec43e7 /svl | |
parent | 5fe4829b5dd35bf2026e531ba4e634cc616fb658 (diff) |
remove filerec.hxx inclusion where not needed
Change-Id: Ia5a65cb53580ed1ed7535a787f4f762da5a43d43
Reviewed-on: https://gerrit.libreoffice.org/5792
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/style.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index 1c0465581b5a..269557765a93 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -27,7 +27,6 @@ #include <svl/itemset.hxx> #include <svl/itempool.hxx> #include <poolio.hxx> -#include <svl/filerec.hxx> #include <svl/itemiter.hxx> #include <svl/style.hxx> #include <unotools/syslocale.hxx> |