diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2020-08-04 12:58:49 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2020-09-02 09:10:10 +0200 |
commit | 4824218c896ae2dfec8a5ca21a116dcc8f44ceee (patch) | |
tree | cab7a5c14fc63a0ac7f239afdb4cd0df3d47e5d1 /desktop | |
parent | 9a6ea2f9cf03c540c20738374200bae5435ca2ad (diff) |
lok: send state updates for shape editing commands
Change-Id: I0fcb8ef76df89723ee74aa96a003e0d49d558872
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100081
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101520
Tested-by: Jenkins
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index f3ba0d498b98..f28718093836 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2821,6 +2821,12 @@ static void doc_iniUnoCommands () OUString(".uno:AlignMiddle"), OUString(".uno:AlignDown"), OUString(".uno:TraceChangeMode"), + OUString(".uno:Combine"), + OUString(".uno:Merge"), + OUString(".uno:Dismantle"), + OUString(".uno:Substract"), + OUString(".uno:DistributeSelection"), + OUString(".uno:Intersect"), OUString(".uno:BorderInner"), OUString(".uno:BorderOuter"), OUString(".uno:FreezePanes"), |