summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-06-15 01:08:05 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-20 11:01:25 +0200
commit410d7416ee3b83ab8d2c2a6476752c575c5a4e4f (patch)
treebc713e86de0ef616236194123c81707449c5226d /sc/source/filter/xml/xmlcelli.hxx
parent8f47232ba90bd6582cf3c02857fbb406a311bcec (diff)
Clean minor misc code leftovers from conversion
Change-Id: I6e6fbc1508cb5f46a0084f0aa2d8f2ad974de644
Diffstat (limited to 'sc/source/filter/xml/xmlcelli.hxx')
-rw-r--r--sc/source/filter/xml/xmlcelli.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index 978c9c102d94..cf1b091efdf3 100644
--- a/sc/source/filter/xml/xmlcelli.hxx
+++ b/sc/source/filter/xml/xmlcelli.hxx
@@ -88,12 +88,7 @@ class ScXMLTableRowCellContext : public SvXMLImportContext
void LockSolarMutex();
void UnlockSolarMutex();
- bool CellExists(const com::sun::star::table::CellAddress& aCellPos) const
- {
- return (aCellPos.Column <= MAXCOL && aCellPos.Row <= MAXROW);
- }
-
- bool ContextIsEmpty() const;
+ bool HasSpecialContent() const;
bool CellsAreRepeated() const;
void AddTextCellToDoc ( const ScAddress& rScCurrentPos, const SCCOL nCurrentCol,