From c98affa44e3f61279ae9fe052dbcfbda0c58838e Mon Sep 17 00:00:00 2001 From: Shivam Kumar Singh Date: Sat, 6 Jun 2020 18:57:13 +0530 Subject: Changed the source code location for Inspector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Inspector has been instead of defining in svx now defined such that the main implementation is in sw folder whereas there is a common interface in svx. This change has been done as a progressive step towards cleaner code. Change-Id: I49af862f87b4315385c2e275b1079394c326b119 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95657 Tested-by: Jenkins Reviewed-by: Mike Kaganski Reviewed-by: Tomaž Vajngerl --- officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'officecfg/registry') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index fae993013b49..5e31fd73689d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -411,7 +411,7 @@ - private:resource/toolpanel/SvxPanelFactory/InspectorTextPanel + private:resource/toolpanel/SwPanelFactory/WriterInspectorTextPanel 120 -- cgit