summaryrefslogtreecommitdiff
path: root/include/oox/ppt/dgmlayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/dgmlayout.hxx')
-rw-r--r--include/oox/ppt/dgmlayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/dgmlayout.hxx b/include/oox/ppt/dgmlayout.hxx
index 8cc4802fe259..d0ec057f99ca 100644
--- a/include/oox/ppt/dgmlayout.hxx
+++ b/include/oox/ppt/dgmlayout.hxx
@@ -50,7 +50,7 @@ public:
virtual ::oox::drawingml::chart::ChartConverter* getChartConverter() SAL_OVERRIDE;
private:
- virtual OUString implGetImplementationName() const SAL_OVERRIDE;
+ virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::oox::ole::VbaProject* implCreateVbaProject() const SAL_OVERRIDE;
drawingml::ThemePtr mpThemePtr;
};