summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-29 19:54:54 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-29 21:20:27 +0100
commit5c897753a6cc16f1b9b8c51721cb93e80b3bfc01 (patch)
tree438e68a54eff6babdd66862121f8a8b92bbb7bc2 /oox/inc/oox
parentf92bb660961a3f2dee392eac214bdd568ba2ea52 (diff)
better debug output when skipping an element
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/mathml/importutils.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/inc/oox/mathml/importutils.hxx b/oox/inc/oox/mathml/importutils.hxx
index 68f6a0ab8155..9f759307b7b3 100644
--- a/oox/inc/oox/mathml/importutils.hxx
+++ b/oox/inc/oox/mathml/importutils.hxx
@@ -163,7 +163,8 @@ public:
void handleUnexpectedTag();
protected:
Tag checkTag( int token, bool optional );
- bool recoverAndFindTagHelper( int token, bool silent );
+ bool recoverAndFindTagInternal( int token, bool silent );
+ void skipElementInternal( int token, bool silent );
std::vector< Tag > tags;
unsigned int pos;
};