[Libreoffice-commits] .: oox/source

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Nov 25 04:19:54 PST 2011


 oox/source/mathml/importutils.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15da1a153e85da6e8b3d33bb2ed10328bdfb9286
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Fri Nov 25 13:18:03 2011 +0100

    Fix build on Windows.

diff --git a/oox/source/mathml/importutils.cxx b/oox/source/mathml/importutils.cxx
index 8037e2b..c6bf80c 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;
 }


More information about the Libreoffice-commits mailing list