diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-01 12:58:17 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-01 14:21:35 +0200 |
commit | 6bb3a9dde89a11553cc7d9dde13e1390b591a7d5 (patch) | |
tree | f16e2e304d184f8e5a5efab976e2b8b008c2f55f /sfx2/source | |
parent | e5982d9148d84874237470102e804c52432aa502 (diff) |
Fix typos
Change-Id: Ib48f6c8e0424e6843d2b3a7b3558d1d8714a80ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119792
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/inc/StyleList.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/StyleList.hxx b/sfx2/source/inc/StyleList.hxx index 65bb21cf9e82..7ab7fafcac02 100644 --- a/sfx2/source/inc/StyleList.hxx +++ b/sfx2/source/inc/StyleList.hxx @@ -81,11 +81,11 @@ public: // This function is used to set a hierarchical view. void SetHierarchical(); - // This function handles the controls while setting a filter except heirarchical + // This function handles the controls while setting a filter except hierarchical void SetFilterControlsHandle(); // Return whether treeview is visible // It is used in StyleList's UpdateStyles_Hdl - // It is used to defaultly set the heirarchical view + // It is used to defaultly set the hierarchical view bool IsTreeView() { return m_xTreeBox->get_visible(); } // Dialog and StyleList have their own copies of m_nActFilter |