diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-06-12 14:31:01 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-06-12 16:30:36 +0200 |
commit | a17f27e77bef2262ffa9b4e769c71e1c4d4fa6c2 (patch) | |
tree | bf09d2af166dd78dbde1c9297fa338c154ba71d7 /static | |
parent | d05f1ec2e20eb86ceb99e9ff5d4efb9ff9356dbb (diff) |
Remove leftover work-in-progress line
Change-Id: I0faf224ea51df733cba2edc5e52b1a71c0e96140
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168731
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'static')
-rw-r--r-- | static/emscripten/uno.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/emscripten/uno.js b/static/emscripten/uno.js index 4f3b2e69849d..fb2c7d591645 100644 --- a/static/emscripten/uno.js +++ b/static/emscripten/uno.js @@ -74,7 +74,6 @@ Module.unoObject = function(interfaces, obj) { td.delete(); }) tdmAny.delete(); - obj._types['com.sun.star.uno.XInterface'] = 'com.sun.star.lang.XTypeProvider'; obj.acquire(); return obj; }; |