diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2016-12-16 19:35:02 +0530 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2016-12-16 15:07:31 +0000 |
commit | c5ceb0134dddb79207d3b8ddb7a36ee1ca294329 (patch) | |
tree | ab6271d90f09421ab2175372bdc7a3f5cc954c2a /desktop/source | |
parent | 3ab307e568156b0fdafe1ee592870ef8c0e44750 (diff) |
lok: Fix state feedback for ToggleMergeCells
Now it broadcasts "disabled" to disable the command and
true/false to tell the status of the command which automatically
means "enabled"
Change-Id: I3314da77fb2b84d97f64b9832d65791b84fcd7df
Reviewed-on: https://gerrit.libreoffice.org/32086
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index ea947b8cd5b8..26c18dfe34cb 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1316,7 +1316,6 @@ static void doc_iniUnoCommands () OUString(".uno:EntireRow"), OUString(".uno:EntireColumn"), OUString(".uno:EntireCell"), - OUString(".uno:MergeCells"), OUString(".uno:AssignLayout"), OUString(".uno:StatusDocPos"), OUString(".uno:RowColSelCount"), |