From 02bbed0e23121b93fd574a557f54739a25f88394 Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Thu, 23 Jul 2020 00:11:20 +0530 Subject: LOK: send state of ShowResolvedAnnotations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icd8756719bc75bbd780cbf25d21f7834a1d7fc8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99252 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tamás Zolnai Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99256 Tested-by: Tamás Zolnai --- desktop/source/lib/init.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 02dcab22ec7c..bac4d4da4cbd 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2770,7 +2770,8 @@ static void doc_iniUnoCommands () OUString(".uno:AcceptTrackedChange"), OUString(".uno:RejectTrackedChange"), OUString(".uno:FreezePanesColumn"), - OUString(".uno:FreezePanesRow") + OUString(".uno:FreezePanesRow"), + OUString(".uno:ShowResolvedAnnotations") }; util::URL aCommandURL; -- cgit