summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xestream.hxx')
-rw-r--r--sc/source/filter/inc/xestream.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/inc/xestream.hxx b/sc/source/filter/inc/xestream.hxx
index 8d137ea69a70..f1482c7d7e1a 100644
--- a/sc/source/filter/inc/xestream.hxx
+++ b/sc/source/filter/inc/xestream.hxx
@@ -324,14 +324,14 @@ public:
OUString* pRelationshipId = NULL );
// ignore
- virtual bool exportDocument() throw();
+ virtual bool exportDocument() throw() SAL_OVERRIDE;
// only needed for import; ignore
- virtual bool importDocument() throw();
- virtual oox::vml::Drawing* getVmlDrawing();
- virtual const oox::drawingml::Theme* getCurrentTheme() const;
- virtual const oox::drawingml::table::TableStyleListPtr getTableStyles();
- virtual oox::drawingml::chart::ChartConverter* getChartConverter();
+ virtual bool importDocument() throw() SAL_OVERRIDE;
+ virtual oox::vml::Drawing* getVmlDrawing() SAL_OVERRIDE;
+ virtual const oox::drawingml::Theme* getCurrentTheme() const SAL_OVERRIDE;
+ virtual const oox::drawingml::table::TableStyleListPtr getTableStyles() SAL_OVERRIDE;
+ virtual oox::drawingml::chart::ChartConverter* getChartConverter() SAL_OVERRIDE;
/*
Now create all the overloads in a typesafe way (i.e. without varargs) by creating a number of overloads
@@ -364,8 +364,8 @@ public:
#undef SAX_ARGS_FUNC
private:
- virtual ::oox::ole::VbaProject* implCreateVbaProject() const;
- virtual OUString implGetImplementationName() const;
+ virtual ::oox::ole::VbaProject* implCreateVbaProject() const SAL_OVERRIDE;
+ virtual OUString implGetImplementationName() const SAL_OVERRIDE;
ScDocShell *getDocShell();
sax_fastparser::FSHelperPtr& WriteAttributesInternal( sal_Int32 nAttribute, ... );