summaryrefslogtreecommitdiff
path: root/include/oox/ppt/dgmimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/dgmimport.hxx')
-rw-r--r--include/oox/ppt/dgmimport.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/oox/ppt/dgmimport.hxx b/include/oox/ppt/dgmimport.hxx
index 3fd88b50114c..cee93767fd68 100644
--- a/include/oox/ppt/dgmimport.hxx
+++ b/include/oox/ppt/dgmimport.hxx
@@ -40,18 +40,18 @@ public:
QuickDiagrammingImport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
// from FilterBase
- virtual bool importDocument() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual bool exportDocument() throw() SAL_OVERRIDE;
+ virtual bool importDocument() throw (css::uno::RuntimeException, std::exception) override;
+ virtual bool exportDocument() throw() override;
- virtual const ::oox::drawingml::Theme* getCurrentTheme() const SAL_OVERRIDE;
- virtual const oox::drawingml::table::TableStyleListPtr getTableStyles() SAL_OVERRIDE;
+ virtual const ::oox::drawingml::Theme* getCurrentTheme() const override;
+ virtual const oox::drawingml::table::TableStyleListPtr getTableStyles() override;
- virtual oox::vml::Drawing* getVmlDrawing() SAL_OVERRIDE;
- virtual oox::drawingml::chart::ChartConverter* getChartConverter() SAL_OVERRIDE;
+ virtual oox::vml::Drawing* getVmlDrawing() override;
+ virtual oox::drawingml::chart::ChartConverter* getChartConverter() override;
private:
- virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual ::oox::ole::VbaProject* implCreateVbaProject() const SAL_OVERRIDE;
+ virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override;
+ virtual ::oox::ole::VbaProject* implCreateVbaProject() const override;
};
} }