summaryrefslogtreecommitdiff
path: root/oox/source/ppt/conditioncontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/conditioncontext.cxx')
-rw-r--r--oox/source/ppt/conditioncontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/conditioncontext.cxx b/oox/source/ppt/conditioncontext.cxx
index 50e10ae429c8..4a2145e3c540 100644
--- a/oox/source/ppt/conditioncontext.cxx
+++ b/oox/source/ppt/conditioncontext.cxx
@@ -94,7 +94,7 @@ namespace oox::ppt {
}
}
- CondContext::~CondContext( ) throw( )
+ CondContext::~CondContext( ) noexcept
{
if( maCond.mnType == 0 || maCond.mnType == PPT_TOKEN(tn))
{
@@ -159,7 +159,7 @@ namespace oox::ppt {
}
CondListContext::~CondListContext( )
- throw( )
+ noexcept
{
}