summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdxmlimp_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/sdxmlimp_impl.hxx')
-rw-r--r--xmloff/source/draw/sdxmlimp_impl.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx
index 1a50eb9fc799..390cd5e54058 100644
--- a/xmloff/source/draw/sdxmlimp_impl.hxx
+++ b/xmloff/source/draw/sdxmlimp_impl.hxx
@@ -29,8 +29,6 @@
#include <vector>
#include <xmloff/xmlimp.hxx>
-//////////////////////////////////////////////////////////////////////////////
-
enum SdXMLDocElemTokenMap
{
XML_TOK_DOC_FONTDECLS,
@@ -144,8 +142,6 @@ enum SdXMLPresentationPlaceholderAttrTokenMap
XML_TOK_PRESENTATIONPLACEHOLDER_HEIGHT
};
-//////////////////////////////////////////////////////////////////////////////
-
struct SdXMLltXDrawPageId
{
bool operator()(sal_Int32 nId1, sal_Int32 nId2 ) const
@@ -156,14 +152,10 @@ struct SdXMLltXDrawPageId
typedef std::map< sal_Int32, com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage >, SdXMLltXDrawPageId > DrawPageIdMap;
-//////////////////////////////////////////////////////////////////////////////
-
class SvXMLUnitConverter;
class SvXMLTokenMap;
class SdXMLMasterStylesContext;
-//////////////////////////////////////////////////////////////////////////////
-
struct DateTimeDeclContextImpl
{
OUString maStrText;
@@ -176,8 +168,6 @@ struct DateTimeDeclContextImpl
DECLARE_STL_USTRINGACCESS_MAP( OUString, HeaderFooterDeclMap );
DECLARE_STL_USTRINGACCESS_MAP( DateTimeDeclContextImpl, DateTimeDeclMap );
-//////////////////////////////////////////////////////////////////////////////
-
class SdXMLImport: public SvXMLImport
{
com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > mxDocStyleFamilies;