summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")