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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptooxml.hxx b/sd/source/filter/eppt/epptooxml.hxx
index 42f9f5817b5c..bedd492ca2b7 100644
--- a/sd/source/filter/eppt/epptooxml.hxx
+++ b/sd/source/filter/eppt/epptooxml.hxx
@@ -59,7 +59,7 @@ public:
virtual ~PowerPointExport() override;
// from FilterBase
- virtual bool importDocument() throw() override;
+ virtual bool importDocument() noexcept override;
virtual bool exportDocument() override;
// only needed for import, leave them empty, refactor later XmlFilterBase to export and import base?