vcl/source/app/salvtables.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 365ac1c068578fdc5a84d54cefe0c7fd0324aa71
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jun 5 20:16:55 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jun 6 09:28:23 2022 +0200

    Fix typo
    
    Change-Id: I313b07bb1a3c387abddcad85c997075bd584ae6f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135440
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index df7d70636ea8..0110e7e53075 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -2699,7 +2699,7 @@ public:
 
     virtual void set_show_tabs(bool /*bShow*/) override
     {
-        // if someone needs this they will have to to implement it in 
VerticalTabControl
+        // if someone needs this they will have to implement it in 
VerticalTabControl
         assert(false && "not implemented");
     }
 

Reply via email to