diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-04-16 23:01:54 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-04-17 20:18:27 +0200 |
commit | c7003bed305651adb12b713eb0ad61b9c54ea52a (patch) | |
tree | cb19af0f18e32dc85c22d7529f93eebcafbeacd1 /desktop | |
parent | a1a565d36bfabcaee0b6e7ce33147a82415e298f (diff) |
Move uno:Text param from core to online - core part
Change-Id: Idf51a688a868c2d140fcf5eb54e1bfdefc3690b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92394
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
(cherry picked from commit d9a0e2fe5bf95bf0bfba424a3625d7f952884932)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92304
Tested-by: Jenkins
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index b8228bfe8639..11fa55b9c23d 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3647,10 +3647,6 @@ static void doc_postUnoCommand(LibreOfficeKitDocument* pThis, const char* pComma ExecuteOrientationChange(); return; } - else if (gImpl && aCommand == ".uno:Text") - { - aCommand = ".uno:Text?CreateDirectly:bool=true"; - } // handle potential interaction if (gImpl && aCommand == ".uno:Save") |