From 6bb3a9dde89a11553cc7d9dde13e1390b591a7d5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 1 Aug 2021 12:58:17 +0200 Subject: Fix typos Change-Id: Ib48f6c8e0424e6843d2b3a7b3558d1d8714a80ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119792 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sfx2/source/inc/StyleList.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source') 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 -- cgit