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

New commits:
commit 746576f9124b9ed5a376a2d69063d3579588cec5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Sep 25 13:22:55 2020 +0200
Commit:     Julien Nabet <serval2...@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 <serval2...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to