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-16 23:12:37 +0200 |
commit | d9a0e2fe5bf95bf0bfba424a3625d7f952884932 (patch) | |
tree | 1dba56bf45032850d5143420ff5d01b66295494e | |
parent | 0f626e17710d7d9da9fc1b4c0592a6907dd0cb96 (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>
-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 146f65889a1a..daf2eb90b8bc 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3646,10 +3646,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") |