summaryrefslogtreecommitdiff
path: root/include/xmloff/shapeexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/shapeexport.hxx')
-rw-r--r--include/xmloff/shapeexport.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/xmloff/shapeexport.hxx b/include/xmloff/shapeexport.hxx
index b957022d5e0e..8ba396903136 100644
--- a/include/xmloff/shapeexport.hxx
+++ b/include/xmloff/shapeexport.hxx
@@ -146,9 +146,6 @@ typedef std::vector< ImplXMLShapeExportInfo > ImplXMLShapeExportInfoVector;
/** a map to store all cache data for already collected XShapes */
typedef std::map< com::sun::star::uno::Reference < com::sun::star::drawing::XShapes >, ImplXMLShapeExportInfoVector > ShapesInfos;
-
-// predeclarations
-
class SvXMLExport;
class SvXMLExportPropertyMapper;
@@ -156,7 +153,7 @@ namespace basegfx
{
class B2DTuple;
class B2DHomMatrix;
-} // end of namespace basegfx
+}
class XMLOFF_DLLPUBLIC XMLShapeExport : public salhelper::SimpleReferenceObject
{
@@ -328,7 +325,6 @@ public:
const rtl::Reference< XMLTableExport >& GetShapeTableExport();
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */