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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 12 18:56:47 UTC 2020


 basctl/source/basicide/bastype3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 88d54208f14a1a3941df0a9bc3097ccff2a43368
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Feb 12 19:15:13 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 12 19:56:13 2020 +0100

    Fix typo
    
    Change-Id: I2b0fe68cf5346a6788bbd63242eadf872d58a87e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88556
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx
index 19ca594a213b..d54d635db981 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -128,7 +128,7 @@ IMPL_LINK(SbTreeListBox, RequestingChildrenHdl, const weld::TreeIter&, rEntry, b
 void SbTreeListBox::ScanAllEntries()
 {
     // instead of always freezing, freeze on the first add/remove, which keeps gtk
-    // from relayouting the tree if its not necessary
+    // from relayouting the tree if it's not necessary
     m_bFreezeOnFirstAddRemove = true;
 
     ScanEntry( ScriptDocument::getApplicationScriptDocument(), LIBRARY_LOCATION_USER );


More information about the Libreoffice-commits mailing list