diff options
author | Eike Rathke <erack@redhat.com> | 2018-02-15 12:50:40 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-02-15 12:51:41 +0100 |
commit | 74d30155c5067271fb98bacbcb895c215e61678d (patch) | |
tree | bb8a69a38fd38821b385f140868a1506745b973d /sc/inc/dbdata.hxx | |
parent | 09cb65bb92318bf8edb467fcd7720f072306f379 (diff) |
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.hxx | 1 |
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); |