summaryrefslogtreecommitdiff
path: root/vcl/source/graphic/UnoGraphic.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/graphic/UnoGraphic.cxx')
-rw-r--r--vcl/source/graphic/UnoGraphic.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/graphic/UnoGraphic.cxx b/vcl/source/graphic/UnoGraphic.cxx
index fa882a2c5917..54887c96361a 100644
--- a/vcl/source/graphic/UnoGraphic.cxx
+++ b/vcl/source/graphic/UnoGraphic.cxx
@@ -38,7 +38,7 @@ Graphic::Graphic() :
{
}
-Graphic::~Graphic() throw()
+Graphic::~Graphic() noexcept
{
}
@@ -72,12 +72,12 @@ uno::Any SAL_CALL Graphic::queryInterface( const uno::Type & rType )
}
void SAL_CALL Graphic::acquire()
- throw()
+ noexcept
{
unographic::GraphicDescriptor::acquire();
}
-void SAL_CALL Graphic::release() throw()
+void SAL_CALL Graphic::release() noexcept
{
unographic::GraphicDescriptor::release();
}