diff options
author | Henry Castro <hcastro@collabora.com> | 2019-02-06 17:38:35 -0400 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2019-02-07 10:57:31 +0100 |
commit | 467324f1071c65f6189e7ea567088918b51d2228 (patch) | |
tree | dbfdb76f675044b95d0767f8e2ee60244ddcb83e /desktop/source | |
parent | 6287a4f0d18df7f195d1f14b7c24536317463a23 (diff) |
lok: intercept the UNO command ".uno:EditRegion"
Change-Id: I3a1072e6ededbd0322c4b1dcd0ef4b16ace219d1
Reviewed-on: https://gerrit.libreoffice.org/67478
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
(cherry picked from commit 32555d9b5c9ef37276984eaa9d9b84007fd02038)
Reviewed-on: https://gerrit.libreoffice.org/67482
Tested-by: Jenkins
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index a2845e0cc3e8..6135ebdea78a 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1992,7 +1992,8 @@ static void doc_iniUnoCommands () OUString(".uno:InsertPageHeader"), OUString(".uno:InsertPageFooter"), OUString(".uno:OnlineAutoFormat"), - OUString(".uno:InsertSymbol") + OUString(".uno:InsertSymbol"), + OUString(".uno:EditRegion") }; util::URL aCommandURL; |