summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-04-16 23:01:54 +0300
committerMichael Meeks <michael.meeks@collabora.com>2020-05-28 09:19:29 +0100
commit8e53cb9471f9b793c462bb0675548d262917d3b5 (patch)
tree64151d82a5113c256182808134334be60b5c5682 /desktop
parent0150fab727dd48f329d987ef2a1e64668830bca7 (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.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index fd37b16101b6..3de57d8cee3c 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3781,10 +3781,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")