summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-12 19:15:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-12 19:56:13 +0100
commit88d54208f14a1a3941df0a9bc3097ccff2a43368 (patch)
tree99b8fef2d6802383ca534b9967084fb91b37b253 /basctl
parent4a72d6f474b105cdaa7a570b1f199475cc64bb14 (diff)
Fix typo
Change-Id: I2b0fe68cf5346a6788bbd63242eadf872d58a87e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88556 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/bastype3.cxx2
1 files changed, 1 insertions, 1 deletions
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 );