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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 26 07:54:15 UTC 2020


 sc/inc/externalrefmgr.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 746576f9124b9ed5a376a2d69063d3579588cec5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 25 13:22:55 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 26 09:53:39 2020 +0200

    Fix typo in code
    
    It passed "make check" on Linux
    
    Change-Id: Ib55618ef7187f46143a0f4a514c608f8c499957e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103460
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 645b19558dc1..db81502b3ef6 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -89,7 +89,7 @@ public:
         OUString maUpperName;
         OUString maRealName;
 
-        explicit TableName(const OUString& rUppper, const OUString& rReal);
+        explicit TableName(const OUString& rUpper, const OUString& rReal);
     };
 
     struct CellFormat


More information about the Libreoffice-commits mailing list