summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 0c008514cbc5..45f8912fa7f4 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -294,7 +294,7 @@ public:
void SetName( const OUString& rNewName );
void SetAnonymousDBData(ScDBData* pDBData);
- ScDBData* GetAnonymousDBData();
+ ScDBData* GetAnonymousDBData() { return pDBDataNoName;}
void GetCodeName( OUString& rName ) const { rName = aCodeName; }
void SetCodeName( const OUString& rNewName ) { aCodeName = rNewName; }
@@ -1105,7 +1105,7 @@ private:
* @return Current row position, or ROW_NOT_FOUND if the iterator
* doesn't point to a valid data cell position.
*/
- SCROW getRow() const;
+ SCROW getRow() const { return mnCurRow;}
private:
ScFlatBoolRowSegments& mrRowSegs;