summaryrefslogtreecommitdiffstats
path: root/include/oox/core/fragmenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/fragmenthandler.hxx')
-rw-r--r--include/oox/core/fragmenthandler.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/core/fragmenthandler.hxx b/include/oox/core/fragmenthandler.hxx
index 7ab4261c5901..e8107a1dae82 100644
--- a/include/oox/core/fragmenthandler.hxx
+++ b/include/oox/core/fragmenthandler.hxx
@@ -101,6 +101,7 @@ public:
virtual void SAL_CALL startDocument() override;
virtual void SAL_CALL endDocument() override;
+ virtual void SAL_CALL processingInstruction( const OUString& rTarget, const OUString& rData ) override;
virtual void SAL_CALL setDocumentLocator( const css::uno::Reference< css::xml::sax::XLocator >& rxLocator ) override;
// com.sun.star.xml.sax.XFastContextHandler interface ---------------------