diff options
Diffstat (limited to 'xmloff/source/text/XMLIndexSourceBaseContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLIndexSourceBaseContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexSourceBaseContext.hxx b/xmloff/source/text/XMLIndexSourceBaseContext.hxx index c1e6122e6032..d85a684a3786 100644 --- a/xmloff/source/text/XMLIndexSourceBaseContext.hxx +++ b/xmloff/source/text/XMLIndexSourceBaseContext.hxx @@ -105,7 +105,7 @@ protected: enum IndexSourceParamEnum eParam, const OUString& rValue); - virtual void EndElement() override; + virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; virtual SvXMLImportContextRef CreateChildContext( sal_uInt16 nPrefix, |