summaryrefslogtreecommitdiffstats
path: root/starmath/source/ooxmlimport.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-29 19:57:06 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-29 21:20:28 +0100
commit49987bbb47962f46b2522345a764bb99fe5a742a (patch)
tree051ee326295b6d0db5776eaeb9c0e7fd9842f492 /starmath/source/ooxmlimport.hxx
parentbetter debug output when skipping an element (diff)
downloadcore-49987bbb47962f46b2522345a764bb99fe5a742a.tar.gz
core-49987bbb47962f46b2522345a764bb99fe5a742a.zip
fix reading when the next tag can be one of several
Diffstat (limited to 'starmath/source/ooxmlimport.hxx')
-rw-r--r--starmath/source/ooxmlimport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx
index 6c31e0d59909..a32cda34e325 100644
--- a/starmath/source/ooxmlimport.hxx
+++ b/starmath/source/ooxmlimport.hxx
@@ -51,7 +51,7 @@ private:
rtl::OUString handleE();
rtl::OUString handleF();
rtl::OUString handleR();
- rtl::OUString readOMathArg( int endtoken );
+ rtl::OUString readOMathArg();
oox::formulaimport::XmlStream& stream;
};