summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-07 15:11:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-01-08 14:02:23 +0100
commit5c3b41e31e22157edab67b00efc66ec3ddafc1f7 (patch)
tree1054db8ae59b21b2e7007dd92c6ec8d8da4e2bd2 /sw
parentf69fa576c579a88853a563aed1b947319b6ffcf1 (diff)
Fix typos
Change-Id: I2f498d16882e2aa6e75d6fc0a1073f094869a2b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/77765 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/inc/conttree.hxx1
-rw-r--r--sw/source/uibase/utlui/content.cxx1
2 files changed, 1 insertions, 1 deletions
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();
}