summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga991@gmail.com>2021-02-17 15:20:34 +0100
committerLászló Németh <nemeth@numbertext.org>2021-03-01 16:39:10 +0100
commitf37f159f2e0c7abe45ac7a3eec447f1234ad1662 (patch)
tree5fae50ec3efa6e25783cff95cce12257e102c0a4 /sc/inc/document.hxx
parent493a916a3113e877835c9bc7c93faef0d29f9a33 (diff)
tdf#140462 sc ODF import: fix empty autofilter columns
(followed a date type autofilter column) by setting QueryType to ByDate at ODF import. Change-Id: Ie78cb15885dfb1e40c9e8ac993ff79b19fe17993 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111070 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index ae66e0a0fb8e..111956304334 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -2063,6 +2063,7 @@ public:
void Reorder( const sc::ReorderParam& rParam );
+ void PrepareQuery( SCTAB nTab, ScQueryParam& rQueryParam );
SCSIZE Query( SCTAB nTab, const ScQueryParam& rQueryParam, bool bKeepSub );
SC_DLLPUBLIC bool CreateQueryParam( const ScRange& rRange, ScQueryParam& rQueryParam );
void GetUpperCellString(SCCOL nCol, SCROW nRow, SCTAB nTab, OUString& rStr);