[Libreoffice-commits] core.git: core/basic

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 29 06:03:03 UTC 2019


 core/basic/qa/basic_coverage/test_StarDesktop.vb |   17 -----------------
 1 file changed, 17 deletions(-)

New commits:
commit 0444fbe7515501a7997516e05329e2b2fda00dd3
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Fri Nov 29 07:58:23 2019 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Fri Nov 29 07:02:14 2019 +0100

    Revert "StarDesktop libO Basic UNO object"
    
    This reverts commit 5b10c314517b78b70fc4eda6b20630ed3944d4e0.
    
    Change-Id: Iea8af818f697b5f9dac9e6b49752f9f7288edd8e
    Reviewed-on: https://gerrit.libreoffice.org/84031
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
    Tested-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/core/basic/qa/basic_coverage/test_StarDesktop.vb b/core/basic/qa/basic_coverage/test_StarDesktop.vb
deleted file mode 100644
index 7c1bf0968591..000000000000
--- a/core/basic/qa/basic_coverage/test_StarDesktop.vb
+++ /dev/null
@@ -1,17 +0,0 @@
-'
-' This file is part of the LibreOffice project.
-'
-' This Source Code Form is subject to the terms of the Mozilla Public
-' License, v. 2.0. If a copy of the MPL was not distributed with this
-' file, You can obtain one at http://mozilla.org/MPL/2.0/.
-'
-
-Function doUnitTest as Integer
-  Const SERVICE = "com.sun.star.frame.Desktop"
-  ' STARDESKTOP
-  If Not StarDesktop.supportsService(SERVICE) Then
-    doUnitTest = 0
-  Else
-    doUnitTest = 1 ' Ok
-  End If
-End Function


More information about the Libreoffice-commits mailing list