summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximp3dscene.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximp3dscene.cxx')
-rw-r--r--xmloff/source/draw/ximp3dscene.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/xmloff/source/draw/ximp3dscene.cxx b/xmloff/source/draw/ximp3dscene.cxx
index 563b21640cd9..4555e7bcd74e 100644
--- a/xmloff/source/draw/ximp3dscene.cxx
+++ b/xmloff/source/draw/ximp3dscene.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <sax/tools/converter.hxx>
#include "ximp3dscene.hxx"
@@ -30,11 +29,9 @@
#include "eventimp.hxx"
#include "descriptionimp.hxx"
-
using namespace ::com::sun::star;
using namespace ::xmloff::token;
-//////////////////////////////////////////////////////////////////////////////
// dr3d:3dlight context
SdXML3DLightContext::SdXML3DLightContext(
@@ -88,8 +85,6 @@ SdXML3DLightContext::~SdXML3DLightContext()
{
}
-//////////////////////////////////////////////////////////////////////////////
-
TYPEINIT1( SdXML3DSceneShapeContext, SdXMLShapeContext );
SdXML3DSceneShapeContext::SdXML3DSceneShapeContext(
@@ -103,14 +98,10 @@ SdXML3DSceneShapeContext::SdXML3DSceneShapeContext(
{
}
-//////////////////////////////////////////////////////////////////////////////
-
SdXML3DSceneShapeContext::~SdXML3DSceneShapeContext()
{
}
-//////////////////////////////////////////////////////////////////////////////
-
void SdXML3DSceneShapeContext::StartElement(const uno::Reference< xml::sax::XAttributeList>& xAttrList)
{
// create new 3DScene shape and add it to rShapes, use it
@@ -149,8 +140,6 @@ void SdXML3DSceneShapeContext::StartElement(const uno::Reference< xml::sax::XAtt
}
}
-//////////////////////////////////////////////////////////////////////////////
-
void SdXML3DSceneShapeContext::EndElement()
{
if(mxShape.is())
@@ -169,8 +158,6 @@ void SdXML3DSceneShapeContext::EndElement()
}
}
-//////////////////////////////////////////////////////////////////////////////
-
SvXMLImportContext* SdXML3DSceneShapeContext::CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const uno::Reference< xml::sax::XAttributeList>& xAttrList )
@@ -211,8 +198,6 @@ SvXMLImportContext* SdXML3DSceneShapeContext::CreateChildContext( sal_uInt16 nPr
return pContext;
}
-//////////////////////////////////////////////////////////////////////////////
-
SdXML3DSceneAttributesHelper::SdXML3DSceneAttributesHelper( SvXMLImport& rImporter )
: mrImport( rImporter ),
mbSetTransform( sal_False ),