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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 9 20:02:12 UTC 2019


 extensions/source/propctrlr/commoncontrol.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 78b2218e0e6b1b3af3611679637942c300e239ad
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 9 17:14:18 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Dec 9 21:01:09 2019 +0100

    Fix typo
    
    Change-Id: Ibd41ddd94763a3b79065dca38c74901e84b3fc66
    Reviewed-on: https://gerrit.libreoffice.org/84779
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/extensions/source/propctrlr/commoncontrol.hxx b/extensions/source/propctrlr/commoncontrol.hxx
index 2f304dce576e..5550435ff963 100644
--- a/extensions/source/propctrlr/commoncontrol.hxx
+++ b/extensions/source/propctrlr/commoncontrol.hxx
@@ -198,7 +198,7 @@ namespace pcr
     {
         if (bReadOnly)
         {
-            // disable widget by default, entries will overide to enable the widget but set it non-editable
+            // disable widget by default, entries will override to enable the widget but set it non-editable
             m_xControlWindow->set_sensitive(false);
         }
     }


More information about the Libreoffice-commits mailing list