diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-03-16 15:32:37 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-16 18:36:08 +0000 |
commit | b4156ece74b2d3802ea64e9df85b8e1ed43e9631 (patch) | |
tree | 839531f55e9725941b91ea232b54f1621d3b0829 /include/svx | |
parent | 0ff696769088c2da896130dc722662b39a4416e4 (diff) |
use forward declaration for SfxItemSet
Change-Id: I81f5d1ca22868d278662a55443e2038581dd3246
Reviewed-on: https://gerrit.libreoffice.org/35280
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/EnhancedCustomShape2d.hxx | 1 | ||||
-rw-r--r-- | include/svx/fntctrl.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx index 6d092febb635..e0db73fdc36b 100644 --- a/include/svx/EnhancedCustomShape2d.hxx +++ b/include/svx/EnhancedCustomShape2d.hxx @@ -42,7 +42,6 @@ class Color; class SdrObject; class SdrPathObj; -class SfxItemSet; enum class HandleFlags { diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index 117ef5c81bf1..84afcfae62b6 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -23,7 +23,6 @@ #include <editeng/svxfont.hxx> #include <svx/svxdllapi.h> #include <svl/itempool.hxx> -#include <svl/itemset.hxx> #include <rtl/ustring.hxx> |