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 /svx/source/customshapes | |
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 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index 318844aa5c70..18ed208865b3 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -18,6 +18,7 @@ */ #include "EnhancedCustomShapeFontWork.hxx" +#include <svl/itemset.hxx> #include <svx/svddef.hxx> #include <svx/svdogrp.hxx> #include <svx/svdopath.hxx> |