summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/chartsheetfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/chartsheetfragment.hxx')
-rw-r--r--sc/source/filter/inc/chartsheetfragment.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/inc/chartsheetfragment.hxx b/sc/source/filter/inc/chartsheetfragment.hxx
index 3cce8ab47e0d..cc9e9449dbbc 100644
--- a/sc/source/filter/inc/chartsheetfragment.hxx
+++ b/sc/source/filter/inc/chartsheetfragment.hxx
@@ -35,14 +35,14 @@ public:
const OUString& rFragmentPath );
protected:
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
- virtual void onCharacters( const OUString& rChars );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
- virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
+ virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ) SAL_OVERRIDE;
- virtual const ::oox::core::RecordInfo* getRecordInfos() const;
- virtual void initializeImport();
- virtual void finalizeImport();
+ virtual const ::oox::core::RecordInfo* getRecordInfos() const SAL_OVERRIDE;
+ virtual void initializeImport() SAL_OVERRIDE;
+ virtual void finalizeImport() SAL_OVERRIDE;
private:
/** Imports the relation identifier for the DrawingML part. */