[Libreoffice-commits] core.git: desktop/source
Muhammet Kara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 17 18:19:01 UTC 2020
desktop/source/lib/init.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit c7003bed305651adb12b713eb0ad61b9c54ea52a
Author: Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Thu Apr 16 23:01:54 2020 +0300
Commit: Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Fri Apr 17 20:18:27 2020 +0200
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 at gmail.com>
Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>
(cherry picked from commit d9a0e2fe5bf95bf0bfba424a3625d7f952884932)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92304
Tested-by: Jenkins
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")
More information about the Libreoffice-commits
mailing list