summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx20
-rw-r--r--sc/source/ui/unoobj/cursuno.cxx4
-rw-r--r--sc/source/ui/unoobj/dapiuno.cxx4
-rw-r--r--sc/source/ui/unoobj/docuno.cxx4
-rw-r--r--sc/source/ui/unoobj/drdefuno.cxx4
-rw-r--r--sc/source/ui/unoobj/pageuno.cxx2
-rw-r--r--sc/source/ui/unoobj/shapeuno.cxx6
-rw-r--r--sc/source/ui/unoobj/textuno.cxx8
-rw-r--r--sc/source/ui/unoobj/viewuno.cxx12
9 files changed, 32 insertions, 32 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 7cf078fde6c5..811a9f19dc05 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -4029,12 +4029,12 @@ uno::Any SAL_CALL ScCellRangesObj::queryInterface( const uno::Type& rType )
return ScCellRangesBase::queryInterface( rType );
}
-void SAL_CALL ScCellRangesObj::acquire() throw()
+void SAL_CALL ScCellRangesObj::acquire() noexcept
{
ScCellRangesBase::acquire();
}
-void SAL_CALL ScCellRangesObj::release() throw()
+void SAL_CALL ScCellRangesObj::release() noexcept
{
ScCellRangesBase::release();
}
@@ -4616,12 +4616,12 @@ uno::Any SAL_CALL ScCellRangeObj::queryInterface( const uno::Type& rType )
return ScCellRangesBase::queryInterface( rType );
}
-void SAL_CALL ScCellRangeObj::acquire() throw()
+void SAL_CALL ScCellRangeObj::acquire() noexcept
{
ScCellRangesBase::acquire();
}
-void SAL_CALL ScCellRangeObj::release() throw()
+void SAL_CALL ScCellRangeObj::release() noexcept
{
ScCellRangesBase::release();
}
@@ -5848,12 +5848,12 @@ uno::Any SAL_CALL ScCellObj::queryInterface( const uno::Type& rType )
return ScCellRangeObj::queryInterface( rType );
}
-void SAL_CALL ScCellObj::acquire() throw()
+void SAL_CALL ScCellObj::acquire() noexcept
{
ScCellRangeObj::acquire();
}
-void SAL_CALL ScCellObj::release() throw()
+void SAL_CALL ScCellObj::release() noexcept
{
ScCellRangeObj::release();
}
@@ -6610,12 +6610,12 @@ uno::Any SAL_CALL ScTableSheetObj::queryInterface( const uno::Type& rType )
return ScCellRangeObj::queryInterface( rType );
}
-void SAL_CALL ScTableSheetObj::acquire() throw()
+void SAL_CALL ScTableSheetObj::acquire() noexcept
{
ScCellRangeObj::acquire();
}
-void SAL_CALL ScTableSheetObj::release() throw()
+void SAL_CALL ScTableSheetObj::release() noexcept
{
ScCellRangeObj::release();
}
@@ -8328,12 +8328,12 @@ uno::Any SAL_CALL ScTableColumnObj::queryInterface( const uno::Type& rType )
return ScCellRangeObj::queryInterface( rType );
}
-void SAL_CALL ScTableColumnObj::acquire() throw()
+void SAL_CALL ScTableColumnObj::acquire() noexcept
{
ScCellRangeObj::acquire();
}
-void SAL_CALL ScTableColumnObj::release() throw()
+void SAL_CALL ScTableColumnObj::release() noexcept
{
ScCellRangeObj::release();
}
diff --git a/sc/source/ui/unoobj/cursuno.cxx b/sc/source/ui/unoobj/cursuno.cxx
index 7928fceb0dbb..ea726a2baed0 100644
--- a/sc/source/ui/unoobj/cursuno.cxx
+++ b/sc/source/ui/unoobj/cursuno.cxx
@@ -50,12 +50,12 @@ uno::Any SAL_CALL ScCellCursorObj::queryInterface( const uno::Type& rType )
return ScCellRangeObj::queryInterface( rType );
}
-void SAL_CALL ScCellCursorObj::acquire() throw()
+void SAL_CALL ScCellCursorObj::acquire() noexcept
{
ScCellRangeObj::acquire();
}
-void SAL_CALL ScCellCursorObj::release() throw()
+void SAL_CALL ScCellCursorObj::release() noexcept
{
ScCellRangeObj::release();
}
diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx
index e65a6e8b559b..b7d3b9f33290 100644
--- a/sc/source/ui/unoobj/dapiuno.cxx
+++ b/sc/source/ui/unoobj/dapiuno.cxx
@@ -1016,12 +1016,12 @@ Any SAL_CALL ScDataPilotTableObj::queryInterface( const uno::Type& rType )
return ScDataPilotDescriptorBase::queryInterface( rType );
}
-void SAL_CALL ScDataPilotTableObj::acquire() throw()
+void SAL_CALL ScDataPilotTableObj::acquire() noexcept
{
ScDataPilotDescriptorBase::acquire();
}
-void SAL_CALL ScDataPilotTableObj::release() throw()
+void SAL_CALL ScDataPilotTableObj::release() noexcept
{
ScDataPilotDescriptorBase::release();
}
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 1729c2ca1cdb..3bade0c6164a 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -1245,12 +1245,12 @@ uno::Any SAL_CALL ScModelObj::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL ScModelObj::acquire() throw()
+void SAL_CALL ScModelObj::acquire() noexcept
{
SfxBaseModel::acquire();
}
-void SAL_CALL ScModelObj::release() throw()
+void SAL_CALL ScModelObj::release() noexcept
{
SfxBaseModel::release();
}
diff --git a/sc/source/ui/unoobj/drdefuno.cxx b/sc/source/ui/unoobj/drdefuno.cxx
index 8bff0a41f706..7ad5dc28ecb7 100644
--- a/sc/source/ui/unoobj/drdefuno.cxx
+++ b/sc/source/ui/unoobj/drdefuno.cxx
@@ -35,7 +35,7 @@ ScDrawDefaultsObj::ScDrawDefaultsObj(ScDocShell* pDocSh) :
pDocShell->GetDocument().AddUnoObject(*this);
}
-ScDrawDefaultsObj::~ScDrawDefaultsObj() throw ()
+ScDrawDefaultsObj::~ScDrawDefaultsObj() noexcept
{
SolarMutexGuard g;
@@ -51,7 +51,7 @@ void ScDrawDefaultsObj::Notify( SfxBroadcaster&, const SfxHint& rHint )
}
}
-SfxItemPool* ScDrawDefaultsObj::getModelPool( bool bReadOnly ) throw()
+SfxItemPool* ScDrawDefaultsObj::getModelPool( bool bReadOnly ) noexcept
{
SfxItemPool* pRet = nullptr;
diff --git a/sc/source/ui/unoobj/pageuno.cxx b/sc/source/ui/unoobj/pageuno.cxx
index 5de45a583953..796d16e12e06 100644
--- a/sc/source/ui/unoobj/pageuno.cxx
+++ b/sc/source/ui/unoobj/pageuno.cxx
@@ -29,7 +29,7 @@ ScPageObj::ScPageObj( SdrPage* pPage ) :
{
}
-ScPageObj::~ScPageObj() throw()
+ScPageObj::~ScPageObj() noexcept
{
}
diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx
index 7f26e409866c..bce996f1ed59 100644
--- a/sc/source/ui/unoobj/shapeuno.cxx
+++ b/sc/source/ui/unoobj/shapeuno.cxx
@@ -139,12 +139,12 @@ uno::Any SAL_CALL ScShapeObj::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL ScShapeObj::acquire() throw()
+void SAL_CALL ScShapeObj::acquire() noexcept
{
OWeakObject::acquire();
}
-void SAL_CALL ScShapeObj::release() throw()
+void SAL_CALL ScShapeObj::release() noexcept
{
OWeakObject::release();
}
@@ -1304,7 +1304,7 @@ uno::Sequence<sal_Int8> SAL_CALL ScShapeObj::getImplementationId()
return css::uno::Sequence<sal_Int8>();
}
-SdrObject* ScShapeObj::GetSdrObject() const throw()
+SdrObject* ScShapeObj::GetSdrObject() const noexcept
{
if(mxShapeAgg.is())
return SdrObject::getSdrObjectFromXShape( mxShapeAgg );
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx
index 346e784f0836..d04a2647db76 100644
--- a/sc/source/ui/unoobj/textuno.cxx
+++ b/sc/source/ui/unoobj/textuno.cxx
@@ -544,7 +544,7 @@ ScCellTextCursor::ScCellTextCursor(ScCellObj& rText) :
{
}
-ScCellTextCursor::~ScCellTextCursor() throw()
+ScCellTextCursor::~ScCellTextCursor() noexcept
{
}
@@ -596,7 +596,7 @@ ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(rtl::Reference<ScHeaderFooter
rTextObj( rText )
{}
-ScHeaderFooterTextCursor::~ScHeaderFooterTextCursor() throw() {};
+ScHeaderFooterTextCursor::~ScHeaderFooterTextCursor() noexcept {};
// SvxUnoTextCursor methods reimplemented here to return the right objects:
@@ -650,7 +650,7 @@ ScDrawTextCursor::ScDrawTextCursor( const uno::Reference<text::XText>& xParent,
{
}
-ScDrawTextCursor::~ScDrawTextCursor() throw()
+ScDrawTextCursor::~ScDrawTextCursor() noexcept
{
}
@@ -723,7 +723,7 @@ ScEditEngineTextObj::ScEditEngineTextObj() :
{
}
-ScEditEngineTextObj::~ScEditEngineTextObj() throw()
+ScEditEngineTextObj::~ScEditEngineTextObj() noexcept
{
}
diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx
index df01cd42855d..9a2932ca1e12 100644
--- a/sc/source/ui/unoobj/viewuno.cxx
+++ b/sc/source/ui/unoobj/viewuno.cxx
@@ -420,12 +420,12 @@ uno::Any SAL_CALL ScViewPaneObj::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL ScViewPaneObj::acquire() throw()
+void SAL_CALL ScViewPaneObj::acquire() noexcept
{
OWeakObject::acquire();
}
-void SAL_CALL ScViewPaneObj::release() throw()
+void SAL_CALL ScViewPaneObj::release() noexcept
{
OWeakObject::release();
}
@@ -485,12 +485,12 @@ uno::Any SAL_CALL ScTabViewObj::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL ScTabViewObj::acquire() throw()
+void SAL_CALL ScTabViewObj::acquire() noexcept
{
SfxBaseController::acquire();
}
-void SAL_CALL ScTabViewObj::release() throw()
+void SAL_CALL ScTabViewObj::release() noexcept
{
SfxBaseController::release();
}
@@ -2162,12 +2162,12 @@ uno::Any ScPreviewObj::queryInterface(const uno::Type& rType)
return SfxBaseController::queryInterface(rType);
}
-void ScPreviewObj::acquire() throw()
+void ScPreviewObj::acquire() noexcept
{
SfxBaseController::acquire();
}
-void ScPreviewObj::release() throw()
+void ScPreviewObj::release() noexcept
{
SfxBaseController::release();
}