summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/StyleOASISTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/StyleOASISTContext.cxx')
-rw-r--r--xmloff/source/transform/StyleOASISTContext.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/transform/StyleOASISTContext.cxx b/xmloff/source/transform/StyleOASISTContext.cxx
index badf7df3af6d..db8fbe3a3853 100644
--- a/xmloff/source/transform/StyleOASISTContext.cxx
+++ b/xmloff/source/transform/StyleOASISTContext.cxx
@@ -40,7 +40,6 @@
using namespace ::xmloff::token;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::xml::sax;
-//------------------------------------------------------------------------------
static sal_uInt16 aAttrActionMaps[XML_PROP_TYPE_END] =
{
@@ -60,8 +59,6 @@ static sal_uInt16 aAttrActionMaps[XML_PROP_TYPE_END] =
PROP_OASIS_CHART_ATTR_ACTIONS
};
-//------------------------------------------------------------------------------
-
class XMLPropertiesTContext_Impl : public XMLPersElemContentTContext
{
::com::sun::star::uno::Reference<
@@ -744,8 +741,6 @@ OUString XMLPropertiesTContext_Impl::MergeLineThrough(
return GetXMLToken( eLineThrough );
}
-//------------------------------------------------------------------------------
-
TYPEINIT1( XMLStyleOASISTContext, XMLPersElemContentTContext );
XMLStyleOASISTContext::XMLStyleOASISTContext( XMLTransformerBase& rImp,
@@ -911,7 +906,6 @@ void XMLStyleOASISTContext::StartElement(
if( m_bControlStyle && nFamilyAttr != -1 )
pMutableAttrList->SetValueByIndex( nFamilyAttr, GetXMLToken( XML_CONTROL ) );
-
if( m_bPersistent )
XMLPersElemContentTContext::StartElement( xAttrList );
else