summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpgrp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpgrp.cxx')
-rw-r--r--xmloff/source/draw/ximpgrp.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmloff/source/draw/ximpgrp.cxx b/xmloff/source/draw/ximpgrp.cxx
index 8747bdadb58c..895a35d7abb5 100644
--- a/xmloff/source/draw/ximpgrp.cxx
+++ b/xmloff/source/draw/ximpgrp.cxx
@@ -24,12 +24,9 @@
#include "eventimp.hxx"
#include "descriptionimp.hxx"
-
using namespace ::com::sun::star;
using namespace ::xmloff::token;
-//////////////////////////////////////////////////////////////////////////////
-
TYPEINIT1( SdXMLGroupShapeContext, SvXMLImportContext );
SdXMLGroupShapeContext::SdXMLGroupShapeContext(
@@ -42,14 +39,10 @@ SdXMLGroupShapeContext::SdXMLGroupShapeContext(
{
}
-//////////////////////////////////////////////////////////////////////////////
-
SdXMLGroupShapeContext::~SdXMLGroupShapeContext()
{
}
-//////////////////////////////////////////////////////////////////////////////
-
SvXMLImportContext* SdXMLGroupShapeContext::CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const uno::Reference< xml::sax::XAttributeList>& xAttrList )
@@ -85,8 +78,6 @@ SvXMLImportContext* SdXMLGroupShapeContext::CreateChildContext( sal_uInt16 nPref
return pContext;
}
-//////////////////////////////////////////////////////////////////////////////
-
void SdXMLGroupShapeContext::StartElement(const uno::Reference< xml::sax::XAttributeList>&)
{
// create new group shape and add it to rShapes, use it
@@ -105,8 +96,6 @@ void SdXMLGroupShapeContext::StartElement(const uno::Reference< xml::sax::XAttri
GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes );
}
-//////////////////////////////////////////////////////////////////////////////
-
void SdXMLGroupShapeContext::EndElement()
{
if( mxChildren.is() )
@@ -115,5 +104,4 @@ void SdXMLGroupShapeContext::EndElement()
SdXMLShapeContext::EndElement();
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */