summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-09-27 10:08:59 +0000
committerSascha Ballach <sab@openoffice.org>2001-09-27 10:08:59 +0000
commitba9dd546b8a84f1b82f0d046c218a86375c7e47c (patch)
tree0c13e920169212953d5b1cd676f583255bdc108f /sc/source/filter/xml/xmlcelli.hxx
parent770895805d1cabf54d82a9e822e39580bffef326 (diff)
#92239#; lock solar mutex only if neccessary
Diffstat (limited to 'sc/source/filter/xml/xmlcelli.hxx')
-rw-r--r--sc/source/filter/xml/xmlcelli.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index 48909d61d1ba..4f73ab5aeae3 100644
--- a/sc/source/filter/xml/xmlcelli.hxx
+++ b/sc/source/filter/xml/xmlcelli.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlcelli.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: sab $ $Date: 2001-09-25 10:37:31 $
+ * last change: $Author: sab $ $Date: 2001-09-27 11:08:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,6 +134,7 @@ class ScXMLTableRowCellContext : public SvXMLImportContext
sal_Bool bIsEmpty : 1;
sal_Bool bHasTextImport : 1;
sal_Bool bIsFirstTextImport : 1;
+ sal_Bool bSolarMutexLocked : 1;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
@@ -151,6 +152,9 @@ class ScXMLTableRowCellContext : public SvXMLImportContext
const com::sun::star::table::CellAddress& aCellAddress);
void SetCellProperties(const com::sun::star::uno::Reference<com::sun::star::table::XCell>& xCell);
+ void LockSolarMutex();
+ void UnlockSolarMutex();
+
public:
ScXMLTableRowCellContext( ScXMLImport& rImport, USHORT nPrfx,