[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 8 13:02:57 UTC 2020
sw/source/uibase/inc/conttree.hxx | 1 -
sw/source/uibase/utlui/content.cxx | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5c3b41e31e22157edab67b00efc66ec3ddafc1f7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 7 15:11:39 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jan 8 14:02:23 2020 +0100
Fix typos
Change-Id: I2f498d16882e2aa6e75d6fc0a1073f094869a2b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/77765
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/uibase/inc/conttree.hxx b/sw/source/uibase/inc/conttree.hxx
index 9ea8f9f9ffc9..0c65e0acc407 100644
--- a/sw/source/uibase/inc/conttree.hxx
+++ b/sw/source/uibase/inc/conttree.hxx
@@ -216,7 +216,6 @@ public:
void ExecCommand(const OUString& rCmd, bool bModifier);
void ShowTree();
- /** folded together will not be glidled */
void HideTree();
bool IsConstantView() const { return State::CONSTANT == m_eState; }
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index eaaf40f8963a..5b69e66a50fa 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -2734,6 +2734,7 @@ void SwContentTree::Paint( vcl::RenderContext& rRenderContext,
void SwContentTree::HideTree()
{
+ // folded together will not be idled
m_aUpdTimer.Stop();
SvTreeListBox::Hide();
}
More information about the Libreoffice-commits
mailing list