[Libreoffice-commits] core.git: sc/source

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 21 11:24:36 UTC 2021


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

New commits:
commit d7ea2afea6ee70b675ed648857b7a3f2044827b9
Author:     Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
AuthorDate: Wed Apr 21 11:04:01 2021 +0200
Commit:     Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
CommitDate: Wed Apr 21 13:23:42 2021 +0200

    Fix indentation
    
    Change-Id: Ie7190aa94fc62e8e53c06b5edc8b6ecaf43a5531
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114384
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>

diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index e1df9cae6332..93cd3f9dd5b2 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -2418,7 +2418,7 @@ public:
         return std::pair<bool,bool>(bOk, bTestEqual);
     }
 
-   std::pair<bool,bool> compareByString(
+    std::pair<bool,bool> compareByString(
         const ScRefCellValue& rCell, SCROW nRow, const ScQueryEntry& rEntry, const ScQueryEntry::Item& rItem,
         const ScInterpreterContext* pContext)
     {


More information about the Libreoffice-commits mailing list