summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-23 21:09:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-25 14:19:00 +0100
commit467926acd3bfff2975f330d3550abf161dc5b4f5 (patch)
tree1c7ba5d0b1616dc120818bb8eee3beb9e0761aa2
parent423479cd751e6fe7436237890240b6c9674dec5d (diff)
UnlockSolarMutex is unused, but probably should be used
If a LockSolarMutex gets called during the import of the element we presumably must ensure that an UnlockSolarMutex gets called Change-Id: Ie2b1d23bb2450c43aa414a5714ed4ca456bb12b6
-rw-r--r--sc/source/filter/xml/xmlcelli.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlcelli.cxx b/sc/source/filter/xml/xmlcelli.cxx
index 1457033e65fd..87614e4d3301 100644
--- a/sc/source/filter/xml/xmlcelli.cxx
+++ b/sc/source/filter/xml/xmlcelli.cxx
@@ -1101,6 +1101,8 @@ void ScXMLTableRowCellContext::EndElement()
else // if ( pOUFormula )
AddFormulaCell( aCellPos );
+ UnlockSolarMutex(); //if LockSolarMutex got used, we presumably need to ensure an UnlockSolarMutex
+
bIsMerged = false;
nMergedCols = 1;
nMergedRows = 1;