summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/propimp0.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/propimp0.cxx')
-rw-r--r--xmloff/source/draw/propimp0.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/draw/propimp0.cxx b/xmloff/source/draw/propimp0.cxx
index 82c1dda41c12..b9b55b316bb8 100644
--- a/xmloff/source/draw/propimp0.cxx
+++ b/xmloff/source/draw/propimp0.cxx
@@ -32,17 +32,12 @@
using namespace ::com::sun::star;
-//////////////////////////////////////////////////////////////////////////////
// implementation of graphic property Stroke
-
-//////////////////////////////////////////////////////////////////////////////
// implementation of presentation page property Change
-//////////////////////////////////////////////////////////////////////////////
// implementation of an effect duration property handler
-
XMLDurationPropertyHdl::~XMLDurationPropertyHdl()
{
}
@@ -84,10 +79,8 @@ sal_Bool XMLDurationPropertyHdl::exportXML(
return sal_False;
}
-//////////////////////////////////////////////////////////////////////////////
// implementation of an opacity property handler
-
XMLOpacityPropertyHdl::XMLOpacityPropertyHdl( SvXMLImport* pImport )
: mpImport( pImport )
{
@@ -166,7 +159,6 @@ sal_Bool XMLOpacityPropertyHdl::exportXML(
return bRet;
}
-//////////////////////////////////////////////////////////////////////////////
// implementation of an text animation step amount
XMLTextAnimationStepPropertyHdl::~XMLTextAnimationStepPropertyHdl()
@@ -233,8 +225,6 @@ sal_Bool XMLTextAnimationStepPropertyHdl::exportXML(
return bRet;
}
-//////////////////////////////////////////////////////////////////////////////
-
#include "sdxmlexp_impl.hxx"
XMLDateTimeFormatHdl::XMLDateTimeFormatHdl( SvXMLExport* pExport )