summaryrefslogtreecommitdiff
path: root/oox/inc/oox/mathml
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-29 19:05:52 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-29 21:20:27 +0100
commit6bbca34846fd9e2d26d035dc7255bb3d77e2869b (patch)
tree43bbbb9786e8df0bd7033b251e6810bba82632e9 /oox/inc/oox/mathml
parenteb31865c852ac1843ab6060fdc401cf5cc2bf13c (diff)
make debug output print tags as strings rather than id numbers
Diffstat (limited to 'oox/inc/oox/mathml')
-rw-r--r--oox/inc/oox/mathml/importutils.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/mathml/importutils.hxx b/oox/inc/oox/mathml/importutils.hxx
index 1bf7157d80aa..a90028dadbcd 100644
--- a/oox/inc/oox/mathml/importutils.hxx
+++ b/oox/inc/oox/mathml/importutils.hxx
@@ -162,7 +162,7 @@ public:
*/
void handleUnexpectedTag();
protected:
- Tag checkTag( int token, bool optional, const char* txt );
+ Tag checkTag( int token, bool optional );
std::vector< Tag > tags;
unsigned int pos;
};