summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/StyleOOoTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/StyleOOoTContext.cxx')
-rw-r--r--xmloff/source/transform/StyleOOoTContext.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/xmloff/source/transform/StyleOOoTContext.cxx b/xmloff/source/transform/StyleOOoTContext.cxx
index a56827e82ab3..26f30cf27fbb 100644
--- a/xmloff/source/transform/StyleOOoTContext.cxx
+++ b/xmloff/source/transform/StyleOOoTContext.cxx
@@ -141,9 +141,6 @@ static sal_uInt16 aElemActionMaps[XML_PROP_TYPE_END] =
PROP_OOO_CHART_ELEM_ACTIONS
};
-
-//------------------------------------------------------------------------------
-
class XMLTypedPropertiesOOoTContext_Impl : public XMLPersElemContentTContext
{
::com::sun::star::uno::Reference<
@@ -218,8 +215,6 @@ void XMLTypedPropertiesOOoTContext_Impl::Export()
}
}
-//------------------------------------------------------------------------------
-
class XMLPropertiesOOoTContext_Impl : public XMLTransformerContext
{
::rtl::Reference < XMLTypedPropertiesOOoTContext_Impl >
@@ -239,7 +234,6 @@ class XMLPropertiesOOoTContext_Impl : public XMLTransformerContext
XMLTypedPropertiesOOoTContext_Impl *GetPropContext(
XMLPropType eType );
-
public:
TYPEINFO();
@@ -300,7 +294,6 @@ XMLTypedPropertiesOOoTContext_Impl
return m_aPropContexts[nIndex].get();
}
-
XMLTypedPropertiesOOoTContext_Impl
*XMLPropertiesOOoTContext_Impl::GetPropContextAndAction(
TransformerAction_Impl& rAction,
@@ -406,7 +399,6 @@ XMLTransformerContext *XMLPropertiesOOoTContext_Impl::CreateChildContext(
->CreateChildContext( nPrefix, rLocalName, rQName, rAttrList );
}
-
void XMLPropertiesOOoTContext_Impl::StartElement(
const Reference< XAttributeList >& rAttrList )
{
@@ -1057,9 +1049,6 @@ sal_Bool XMLPropertiesOOoTContext_Impl::IsPersistent() const
return m_bPersistent;
}
-
-//------------------------------------------------------------------------------
-
TYPEINIT1( XMLStyleOOoTContext, XMLPersElemContentTContext );
XMLStyleOOoTContext::XMLStyleOOoTContext( XMLTransformerBase& rImp,