summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximplink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximplink.cxx')
-rw-r--r--xmloff/source/draw/ximplink.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmloff/source/draw/ximplink.cxx b/xmloff/source/draw/ximplink.cxx
index 92f99c004c28..fdea3d9c3731 100644
--- a/xmloff/source/draw/ximplink.cxx
+++ b/xmloff/source/draw/ximplink.cxx
@@ -21,12 +21,9 @@
#include "ximplink.hxx"
#include <xmloff/xmltoken.hxx>
-
using namespace ::com::sun::star;
using namespace ::xmloff::token;
-//////////////////////////////////////////////////////////////////////////////
-
TYPEINIT1( SdXMLShapeLinkContext, SvXMLImportContext );
SdXMLShapeLinkContext::SdXMLShapeLinkContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const uno::Reference< xml::sax::XAttributeList>& xAttrList, uno::Reference< drawing::XShapes >& rShapes)
@@ -48,14 +45,10 @@ SdXMLShapeLinkContext::SdXMLShapeLinkContext( SvXMLImport& rImport, sal_uInt16 n
}
}
-//////////////////////////////////////////////////////////////////////////////
-
SdXMLShapeLinkContext::~SdXMLShapeLinkContext()
{
}
-//////////////////////////////////////////////////////////////////////////////
-
SvXMLImportContext* SdXMLShapeLinkContext::CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const uno::Reference< xml::sax::XAttributeList>& xAttrList )
@@ -73,19 +66,14 @@ SvXMLImportContext* SdXMLShapeLinkContext::CreateChildContext( sal_uInt16 nPrefi
}
-//////////////////////////////////////////////////////////////////////////////
-
void SdXMLShapeLinkContext::StartElement(const uno::Reference< xml::sax::XAttributeList>& xAttr )
{
SvXMLImportContext::StartElement( xAttr );
}
-//////////////////////////////////////////////////////////////////////////////
-
void SdXMLShapeLinkContext::EndElement()
{
SvXMLImportContext::EndElement();
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */