summaryrefslogtreecommitdiff
path: root/include/sax
diff options
context:
space:
mode:
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/tools/documenthandleradapter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sax/tools/documenthandleradapter.hxx b/include/sax/tools/documenthandleradapter.hxx
index 10b945f83a8a..b36a49705a09 100644
--- a/include/sax/tools/documenthandleradapter.hxx
+++ b/include/sax/tools/documenthandleradapter.hxx
@@ -88,12 +88,12 @@ namespace sax
;
protected:
- virtual void SAL_CALL
+ void SAL_CALL
setDelegate(const css::uno::Reference< css::xml::sax::XDocumentHandler >& delegate)
{
m_handler = delegate;
}
- virtual css::uno::Reference< css::xml::sax::XDocumentHandler > SAL_CALL
+ css::uno::Reference< css::xml::sax::XDocumentHandler > SAL_CALL
getDelegate()
{
return m_handler;
@@ -210,12 +210,12 @@ namespace sax
{
}
- virtual void SAL_CALL
+ void SAL_CALL
setDelegate(const css::uno::Reference< css::xml::sax::XExtendedDocumentHandler >& delegate)
{
m_handler = delegate;
}
- virtual css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > SAL_CALL
+ css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > SAL_CALL
getDelegate()
{
return m_handler;