[Libreoffice-commits] core.git: Branch 'distro/nisz/libreoffice-7-0' - sc/source

Gabor Kelemen (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 23 13:54:59 UTC 2021


 sc/source/core/data/table3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 043d1edcfe80777b21e1966b66d426096803aa42
Author:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Fri Apr 23 15:46:49 2021 +0200
Commit:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
CommitDate: Fri Apr 23 15:54:23 2021 +0200

    Fix missing local change from 1f270b7e1c01396450c9fb518e324e2cf29e65ed
    
    Change-Id: I4523982aee5834ce0cbf9c677379a9676cb15e36
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114549
    Tested-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
    Reviewed-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>

diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 0388467330c6..72c1b4bbd8eb 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -3097,7 +3097,7 @@ void lcl_PrepareQuery( const ScDocument* pDoc, ScTable* pTab, ScQueryParam& rPar
 
 void ScTable::PrepareQuery( ScQueryParam& rQueryParam )
 {
-    lcl_PrepareQuery(&rDocument, this, rQueryParam);
+    lcl_PrepareQuery(pDocument, this, rQueryParam);
 }
 
 SCSIZE ScTable::Query(const ScQueryParam& rParamOrg, bool bKeepSub)


More information about the Libreoffice-commits mailing list