summaryrefslogtreecommitdiffstats
path: root/sc/inc/dbdata.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-02-15 12:50:40 +0100
committerEike Rathke <erack@redhat.com>2018-02-15 12:51:41 +0100
commit74d30155c5067271fb98bacbcb895c215e61678d (patch)
treebb8a69a38fd38821b385f140868a1506745b973d /sc/inc/dbdata.hxx
parentMake this work also outside LibreOffice code (for test programs) (diff)
downloadcore-74d30155c5067271fb98bacbcb895c215e61678d.tar.gz
core-74d30155c5067271fb98bacbcb895c215e61678d.zip
Resolves: tdf#115046 don't restore a sheet-local DBData from temporary
And don't clear AutoFilter button flags in the new temporary range. Change-Id: I273de1e04632ac99c267523b2843665d257fd361
Diffstat (limited to 'sc/inc/dbdata.hxx')
-rw-r--r--sc/inc/dbdata.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx
index 2fea51e1a74b..061ef5187cfa 100644
--- a/sc/inc/dbdata.hxx
+++ b/sc/inc/dbdata.hxx
@@ -122,6 +122,7 @@ public:
const OUString& GetName() const { return aName; }
const OUString& GetUpperName() const { return aUpper; }
+ SCTAB GetTab() const { return nTable; }
void GetArea(SCTAB& rTab, SCCOL& rCol1, SCROW& rRow1, SCCOL& rCol2, SCROW& rRow2) const;
SC_DLLPUBLIC void GetArea(ScRange& rRange) const;
void SetArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);