diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-27 20:03:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-27 20:05:51 +0900 |
commit | 6013882bdff6265548a1511799611243a9d0e083 (patch) | |
tree | 1bd48ac7e266f091333cf21fe743fcbfdbad904e /xmloff/source/draw/ximpcustomshape.hxx | |
parent | 87d29c4506093680eaf5300fa0ed95a6897120d1 (diff) |
removed unnecessary forward declarations of class
except moving SvXMLStyleContext into xmloff/source/forms/layerimport.hxx
Change-Id: I5e16b54f98ccdd54bc0bb373d3fe92ed1bef3c5e
Diffstat (limited to 'xmloff/source/draw/ximpcustomshape.hxx')
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.hxx b/xmloff/source/draw/ximpcustomshape.hxx index 996673a403d3..f20911101f3d 100644 --- a/xmloff/source/draw/ximpcustomshape.hxx +++ b/xmloff/source/draw/ximpcustomshape.hxx @@ -38,7 +38,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } } } } -class SdXMLCustomShapeContext; class XMLEnhancedCustomShapeContext : public SvXMLImportContext { SvXMLUnitConverter& mrUnitConverter; |