summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/PivotTableDataSequence.cxx2
-rw-r--r--sc/source/ui/unoobj/linkuno.cxx3
2 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/unoobj/PivotTableDataSequence.cxx b/sc/source/ui/unoobj/PivotTableDataSequence.cxx
index 4acaf4dec05c..d1a3c278c6fc 100644
--- a/sc/source/ui/unoobj/PivotTableDataSequence.cxx
+++ b/sc/source/ui/unoobj/PivotTableDataSequence.cxx
@@ -132,8 +132,6 @@ uno::Sequence<OUString> SAL_CALL PivotTableDataSequence::getTextualData()
OUString SAL_CALL PivotTableDataSequence::getSourceRangeRepresentation()
{
- SolarMutexGuard aGuard;
-
return m_aID;
}
diff --git a/sc/source/ui/unoobj/linkuno.cxx b/sc/source/ui/unoobj/linkuno.cxx
index 63345c0c9761..8ee0910c3d13 100644
--- a/sc/source/ui/unoobj/linkuno.cxx
+++ b/sc/source/ui/unoobj/linkuno.cxx
@@ -1050,7 +1050,6 @@ void SAL_CALL ScDDELinkObj::setName( const OUString& /* aName */ )
OUString SAL_CALL ScDDELinkObj::getApplication()
{
- SolarMutexGuard aGuard;
//! Test if the link is still in the document?
return aAppl;
@@ -1058,7 +1057,6 @@ OUString SAL_CALL ScDDELinkObj::getApplication()
OUString SAL_CALL ScDDELinkObj::getTopic()
{
- SolarMutexGuard aGuard;
//! Test if the link is still in the document?
return aTopic;
@@ -1066,7 +1064,6 @@ OUString SAL_CALL ScDDELinkObj::getTopic()
OUString SAL_CALL ScDDELinkObj::getItem()
{
- SolarMutexGuard aGuard;
//! Test if the link is still in the document?
return aItem;