summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/PersMixedContentTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/PersMixedContentTContext.cxx')
-rw-r--r--xmloff/source/transform/PersMixedContentTContext.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/transform/PersMixedContentTContext.cxx b/xmloff/source/transform/PersMixedContentTContext.cxx
index 7d20c02be1b1..ce78be5e7e96 100644
--- a/xmloff/source/transform/PersMixedContentTContext.cxx
+++ b/xmloff/source/transform/PersMixedContentTContext.cxx
@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "TransformerBase.hxx"
#include "PersMixedContentTContext.hxx"
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::xml::sax;
-//------------------------------------------------------------------------------
class XMLPersTextTContext_Impl : public XMLTransformerContext
{
OUString m_aCharacters;
@@ -99,8 +97,6 @@ void XMLPersTextTContext_Impl::Export()
GetTransformer().GetDocHandler()->characters( m_aCharacters );
}
-//------------------------------------------------------------------------------
-
TYPEINIT1( XMLPersMixedContentTContext, XMLPersElemContentTContext );
XMLPersMixedContentTContext::XMLPersMixedContentTContext(