summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/controls')
-rw-r--r--UnoControls/source/controls/OConnectionPointContainerHelper.cxx4
-rw-r--r--UnoControls/source/controls/OConnectionPointHelper.cxx4
-rw-r--r--UnoControls/source/controls/framecontrol.cxx4
-rw-r--r--UnoControls/source/controls/progressbar.cxx4
-rw-r--r--UnoControls/source/controls/progressmonitor.cxx4
-rw-r--r--UnoControls/source/controls/statusindicator.cxx4
6 files changed, 12 insertions, 12 deletions
diff --git a/UnoControls/source/controls/OConnectionPointContainerHelper.cxx b/UnoControls/source/controls/OConnectionPointContainerHelper.cxx
index 6d24cbb1ff87..d0e9d30b611b 100644
--- a/UnoControls/source/controls/OConnectionPointContainerHelper.cxx
+++ b/UnoControls/source/controls/OConnectionPointContainerHelper.cxx
@@ -69,7 +69,7 @@ Any SAL_CALL OConnectionPointContainerHelper::queryInterface( const Type& aType
// XInterface
-void SAL_CALL OConnectionPointContainerHelper::acquire() throw()
+void SAL_CALL OConnectionPointContainerHelper::acquire() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -80,7 +80,7 @@ void SAL_CALL OConnectionPointContainerHelper::acquire() throw()
// XInterface
-void SAL_CALL OConnectionPointContainerHelper::release() throw()
+void SAL_CALL OConnectionPointContainerHelper::release() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
diff --git a/UnoControls/source/controls/OConnectionPointHelper.cxx b/UnoControls/source/controls/OConnectionPointHelper.cxx
index f2c99421d3c6..f44aef51aab1 100644
--- a/UnoControls/source/controls/OConnectionPointHelper.cxx
+++ b/UnoControls/source/controls/OConnectionPointHelper.cxx
@@ -75,7 +75,7 @@ Any SAL_CALL OConnectionPointHelper::queryInterface( const Type& aType )
// XInterface
-void SAL_CALL OConnectionPointHelper::acquire() throw()
+void SAL_CALL OConnectionPointHelper::acquire() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -86,7 +86,7 @@ void SAL_CALL OConnectionPointHelper::acquire() throw()
// XInterface
-void SAL_CALL OConnectionPointHelper::release() throw()
+void SAL_CALL OConnectionPointHelper::release() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx
index ddfa693a654b..73decca46274 100644
--- a/UnoControls/source/controls/framecontrol.cxx
+++ b/UnoControls/source/controls/framecontrol.cxx
@@ -94,7 +94,7 @@ Any SAL_CALL FrameControl::queryInterface( const Type& rType )
// XInterface
-void SAL_CALL FrameControl::acquire() throw()
+void SAL_CALL FrameControl::acquire() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -105,7 +105,7 @@ void SAL_CALL FrameControl::acquire() throw()
// XInterface
-void SAL_CALL FrameControl::release() throw()
+void SAL_CALL FrameControl::release() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx
index a2a8222c0529..9d88ad8312f1 100644
--- a/UnoControls/source/controls/progressbar.cxx
+++ b/UnoControls/source/controls/progressbar.cxx
@@ -78,7 +78,7 @@ Any SAL_CALL ProgressBar::queryInterface( const Type& rType )
// XInterface
-void SAL_CALL ProgressBar::acquire() throw()
+void SAL_CALL ProgressBar::acquire() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -89,7 +89,7 @@ void SAL_CALL ProgressBar::acquire() throw()
// XInterface
-void SAL_CALL ProgressBar::release() throw()
+void SAL_CALL ProgressBar::release() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx
index de9d596513de..bf384dfb7243 100644
--- a/UnoControls/source/controls/progressmonitor.cxx
+++ b/UnoControls/source/controls/progressmonitor.cxx
@@ -132,7 +132,7 @@ Any SAL_CALL ProgressMonitor::queryInterface( const Type& rType )
}
// XInterface
-void SAL_CALL ProgressMonitor::acquire() throw()
+void SAL_CALL ProgressMonitor::acquire() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -142,7 +142,7 @@ void SAL_CALL ProgressMonitor::acquire() throw()
}
// XInterface
-void SAL_CALL ProgressMonitor::release() throw()
+void SAL_CALL ProgressMonitor::release() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
diff --git a/UnoControls/source/controls/statusindicator.cxx b/UnoControls/source/controls/statusindicator.cxx
index f41088caca3d..50e5b8078a27 100644
--- a/UnoControls/source/controls/statusindicator.cxx
+++ b/UnoControls/source/controls/statusindicator.cxx
@@ -97,7 +97,7 @@ Any SAL_CALL StatusIndicator::queryInterface( const Type& rType )
// XInterface
-void SAL_CALL StatusIndicator::acquire() throw()
+void SAL_CALL StatusIndicator::acquire() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -108,7 +108,7 @@ void SAL_CALL StatusIndicator::acquire() throw()
// XInterface
-void SAL_CALL StatusIndicator::release() throw()
+void SAL_CALL StatusIndicator::release() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.