diff options
Diffstat (limited to 'oox/source/mathml/importutils.cxx')
-rw-r--r-- | oox/source/mathml/importutils.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/mathml/importutils.cxx b/oox/source/mathml/importutils.cxx index afa164b886c8..2b7eb1124852 100644 --- a/oox/source/mathml/importutils.cxx +++ b/oox/source/mathml/importutils.cxx @@ -152,7 +152,6 @@ XmlStream::Tag::Tag( int t, const AttributeList& a ) { } - XmlStream::Tag::operator bool() const { return token != XML_TOKEN_INVALID; @@ -318,7 +317,6 @@ void XmlStream::handleUnexpectedTag() skipElementInternal( currentToken(), false ); // otherwise skip the entire element } - void XmlStreamBuilder::appendOpeningTag( int token, const uno::Reference< xml::sax::XFastAttributeList >& attrs ) { tags.push_back( Tag( OPENING( token ), attrs )); |