summaryrefslogtreecommitdiff
path: root/xmloff/inc/xexptran.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xexptran.hxx')
-rw-r--r--xmloff/inc/xexptran.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx
index b17b85c63415..52c426718bc9 100644
--- a/xmloff/inc/xexptran.hxx
+++ b/xmloff/inc/xexptran.hxx
@@ -30,7 +30,6 @@
#include <vector>
-//////////////////////////////////////////////////////////////////////////////
// predeclarations
struct ImpSdXMLExpTransObj2DBase;
@@ -46,13 +45,9 @@ namespace basegfx
class B3DHomMatrix;
} // end of namespace basegfx
-//////////////////////////////////////////////////////////////////////////////
-
typedef ::std::vector< ImpSdXMLExpTransObj2DBase* > ImpSdXMLExpTransObj2DBaseList;
typedef ::std::vector< ImpSdXMLExpTransObj3DBase* > ImpSdXMLExpTransObj3DBaseList;
-//////////////////////////////////////////////////////////////////////////////
-
class SdXMLImExTransform2D
{
ImpSdXMLExpTransObj2DBaseList maList;
@@ -74,8 +69,6 @@ public:
void SetString(const OUString& rNew, const SvXMLUnitConverter& rConv);
};
-//////////////////////////////////////////////////////////////////////////////
-
class SdXMLImExTransform3D
{
ImpSdXMLExpTransObj3DBaseList maList;
@@ -98,8 +91,6 @@ public:
void SetString(const OUString& rNew, const SvXMLUnitConverter& rConv);
};
-//////////////////////////////////////////////////////////////////////////////
-
class SdXMLImExViewBox
{
OUString msString;
@@ -119,8 +110,6 @@ public:
const OUString& GetExportString();
};
-//////////////////////////////////////////////////////////////////////////////
-
class SdXMLImExPointsElement
{
OUString msString;
@@ -143,8 +132,6 @@ public:
const com::sun::star::drawing::PointSequenceSequence& GetPointSequenceSequence() const { return maPoly; }
};
-//////////////////////////////////////////////////////////////////////////////
-
class SdXMLImExSvgDElement
{
OUString msString;
@@ -179,7 +166,6 @@ public:
const com::sun::star::drawing::FlagSequenceSequence& GetFlagSequenceSequence() const { return maPoly.Flags; }
};
-
#endif // _XEXPTRANSFORM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */