summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLParagraphContext.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-27 20:03:57 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-27 20:05:51 +0900
commit6013882bdff6265548a1511799611243a9d0e083 (patch)
tree1bd48ac7e266f091333cf21fe743fcbfdbad904e /xmloff/source/chart/SchXMLParagraphContext.hxx
parent87d29c4506093680eaf5300fa0ed95a6897120d1 (diff)
removed unnecessary forward declarations of class
except moving SvXMLStyleContext into xmloff/source/forms/layerimport.hxx Change-Id: I5e16b54f98ccdd54bc0bb373d3fe92ed1bef3c5e
Diffstat (limited to 'xmloff/source/chart/SchXMLParagraphContext.hxx')
-rw-r--r--xmloff/source/chart/SchXMLParagraphContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/chart/SchXMLParagraphContext.hxx b/xmloff/source/chart/SchXMLParagraphContext.hxx
index 31b8337b57c1..ba246ee75a11 100644
--- a/xmloff/source/chart/SchXMLParagraphContext.hxx
+++ b/xmloff/source/chart/SchXMLParagraphContext.hxx
@@ -23,8 +23,6 @@
#include "rtl/ustring.hxx"
#include "rtl/ustrbuf.hxx"
-class SchXMLImport;
-
namespace com { namespace sun { namespace star { namespace xml { namespace sax {
class XAttributeList;
}}}}}