summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-12-06 17:32:53 +0530
committerJan Holesovsky <kendy@collabora.com>2017-12-13 20:21:43 +0100
commitd895dc24654b6dd356dbdf16c8b3e3bd4878e33d (patch)
tree134d7100979895f9fa325695097110b011213359 /desktop
parentb327117d8cf693c26ed98dd0d6baf3f9250583bb (diff)
lokdialog: State change events for dialogs uno commands
Change-Id: I92f60e717cd2a0695c8b86b103076d26c0c22cef (cherry picked from commit 98da350c7c9bcb96937f1397a34c2c68ede44011) Reviewed-on: https://gerrit.libreoffice.org/45941 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 17a731837656..d6f8d8646f8f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1760,7 +1760,13 @@ static void doc_iniUnoCommands ()
OUString(".uno:NextTrackedChange"),
OUString(".uno:PreviousTrackedChange"),
OUString(".uno:AcceptAllTrackedChanges"),
- OUString(".uno:RejectAllTrackedChanges")
+ OUString(".uno:RejectAllTrackedChanges"),
+ OUString(".uno:TableDialog"),
+ OUString(".uno:FormatCellDialog"),
+ OUString(".uno:FontDialog"),
+ OUString(".uno:ParagraphDialog"),
+ OUString(".uno:OutlineBullet"),
+ OUString(".uno:InsertIndexesEntry")
};
util::URL aCommandURL;