summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/querytablefragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/querytablefragment.hxx')
-rw-r--r--sc/source/filter/inc/querytablefragment.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/querytablefragment.hxx b/sc/source/filter/inc/querytablefragment.hxx
index d4726e3d7d99..3539639793bc 100644
--- a/sc/source/filter/inc/querytablefragment.hxx
+++ b/sc/source/filter/inc/querytablefragment.hxx
@@ -37,10 +37,10 @@ public:
const OUString& rFragmentPath );
protected:
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
- virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ) SAL_OVERRIDE;
- virtual const ::oox::core::RecordInfo* getRecordInfos() const;
+ virtual const ::oox::core::RecordInfo* getRecordInfos() const SAL_OVERRIDE;
private:
QueryTable& mrQueryTable;