summaryrefslogtreecommitdiff
path: root/vcl/source/graphic/UnoGraphicDescriptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/graphic/UnoGraphicDescriptor.cxx')
-rw-r--r--vcl/source/graphic/UnoGraphicDescriptor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/graphic/UnoGraphicDescriptor.cxx b/vcl/source/graphic/UnoGraphicDescriptor.cxx
index eabb64a41ca5..60f2dcaa4c8b 100644
--- a/vcl/source/graphic/UnoGraphicDescriptor.cxx
+++ b/vcl/source/graphic/UnoGraphicDescriptor.cxx
@@ -66,7 +66,7 @@ GraphicDescriptor::GraphicDescriptor() :
}
GraphicDescriptor::~GraphicDescriptor()
- throw()
+ noexcept
{
}
@@ -181,14 +181,14 @@ uno::Any SAL_CALL GraphicDescriptor::queryInterface( const uno::Type & rType )
void SAL_CALL GraphicDescriptor::acquire()
- throw()
+ noexcept
{
OWeakAggObject::acquire();
}
void SAL_CALL GraphicDescriptor::release()
- throw()
+ noexcept
{
OWeakAggObject::release();
}