summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-02 18:32:42 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-02 19:32:28 -0500
commit2130fd9d610bf12b09fe29bafd46a673b21e064d (patch)
tree5ddd7b4ccbda733cc06b2fa356ee2ff9834bbf91 /include/oox
parent8ef9d651770ef8423651b9163007975d16449fd3 (diff)
Move this header out into a public place.
Change-Id: I356b26947d1018276d8a9ff6012fdad3ca2c0fd8
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/core/fastparser.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/oox/core/fastparser.hxx b/include/oox/core/fastparser.hxx
index b454caffd4b8..fd982413329c 100644
--- a/include/oox/core/fastparser.hxx
+++ b/include/oox/core/fastparser.hxx
@@ -28,6 +28,10 @@ namespace oox {
class StorageBase;
}
+namespace sax_fastparser {
+ class FastSaxParser;
+}
+
namespace oox {
namespace core {
@@ -85,6 +89,8 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastTokenHandler >
mxTokenHandler;
const NamespaceMap& mrNamespaceMap;
+
+ sax_fastparser::FastSaxParser* mpParser;
};
// ============================================================================