core/basic/qa/basic_coverage/test_StarDesktop.vb | 17 ----------------- 1 file changed, 17 deletions(-)
New commits: commit 0444fbe7515501a7997516e05329e2b2fda00dd3 Author: Mike Kaganski <[email protected]> AuthorDate: Fri Nov 29 07:58:23 2019 +0200 Commit: Mike Kaganski <[email protected]> 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 <[email protected]> Tested-by: Mike Kaganski <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
