summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptooxml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/epptooxml.hxx')
-rw-r--r--sd/source/filter/eppt/epptooxml.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/eppt/epptooxml.hxx b/sd/source/filter/eppt/epptooxml.hxx
index 1c68d99f1845..4fac893d9568 100644
--- a/sd/source/filter/eppt/epptooxml.hxx
+++ b/sd/source/filter/eppt/epptooxml.hxx
@@ -74,10 +74,10 @@ public:
virtual bool exportDocument() throw (css::uno::RuntimeException, std::exception) override;
// only needed for import, leave them empty, refactor later XmlFilterBase to export and import base?
- virtual oox::vml::Drawing* getVmlDrawing() override { return NULL; }
- virtual const oox::drawingml::Theme* getCurrentTheme() const override { return NULL; }
+ virtual oox::vml::Drawing* getVmlDrawing() override { return nullptr; }
+ virtual const oox::drawingml::Theme* getCurrentTheme() const override { return nullptr; }
virtual const oox::drawingml::table::TableStyleListPtr getTableStyles() override { return oox::drawingml::table::TableStyleListPtr(); }
- virtual oox::drawingml::chart::ChartConverter* getChartConverter() override { return NULL; }
+ virtual oox::drawingml::chart::ChartConverter* getChartConverter() override { return nullptr; }
static const char* GetSideDirection( sal_uInt8 nDirection );
static const char* GetCornerDirection( sal_uInt8 nDirection );