summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-11-25 13:18:03 +0100
committerJan Holesovsky <kendy@suse.cz>2011-11-25 13:19:29 +0100
commit15da1a153e85da6e8b3d33bb2ed10328bdfb9286 (patch)
treee914da6423e71883e35f54f621d3f1578300b46b /oox
parent538b1071531e895a55e2d6799806c3036f9ada49 (diff)
Fix build on Windows.
Diffstat (limited to 'oox')
-rw-r--r--oox/source/mathml/importutils.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/mathml/importutils.cxx b/oox/source/mathml/importutils.cxx
index 8037e2bd964f..c6bf80ca0194 100644
--- a/oox/source/mathml/importutils.cxx
+++ b/oox/source/mathml/importutils.cxx
@@ -107,7 +107,7 @@ XmlStream::Tag::Tag( int t, const uno::Reference< xml::sax::XFastAttributeList >
}
-XmlStream::XmlStream::Tag::operator bool() const
+XmlStream::Tag::operator bool() const
{
return token != XML_TOKEN_INVALID;
}