summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-06-09 02:05:31 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-17 17:04:03 +0200
commit39aa1e93d78b81e344c45224c2a98b4dbdc7bb70 (patch)
treec741e00946ba1c9d36d628af0526e7655c6db154 /sc/source/filter/xml/xmlcelli.hxx
parent70726d18c74d21898005a8522cd0aa30afecf1d3 (diff)
Convert ODS import of Data Validaty to direct sc
Change-Id: Ia64c76d8e056b478fe4b6617fe262ac582008caa
Diffstat (limited to 'sc/source/filter/xml/xmlcelli.hxx')
-rw-r--r--sc/source/filter/xml/xmlcelli.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index 6ba5ebd2b334..11914b2c4434 100644
--- a/sc/source/filter/xml/xmlcelli.hxx
+++ b/sc/source/filter/xml/xmlcelli.hxx
@@ -82,10 +82,8 @@ class ScXMLTableRowCellContext : public SvXMLImportContext
void DoMerge(const ScAddress& rScCellPos, const SCCOL nCols, const SCROW nRows);
- void SetContentValidation(com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xPropSet);
- void SetCellProperties(const com::sun::star::uno::Reference<com::sun::star::table::XCellRange>& xCellRange,
- const ScAddress& aCellAddress);
- void SetCellProperties(const com::sun::star::uno::Reference<com::sun::star::table::XCell>& xCell);
+ void SetContentValidation( const ScRange& rScRange );
+ void SetContentValidation( const ScAddress& rScCellPos );
void LockSolarMutex();
void UnlockSolarMutex();