diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-07 11:53:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-07 11:55:55 +0200 |
commit | 90aac3a3fd42ae6e3ac76ac4a0edb3a000cc0920 (patch) | |
tree | 293f06dbea11bd52c9e31079d8f44f9dcf8081ca /basic/qa | |
parent | dd2837ac654cbebac44dee7558232629bff6f49a (diff) |
Our GetSystemTicks can now again return negative 32-bit values on Windows
See 93bde3156284df4419c49447cbf455de9d74f00a .
Change-Id: Ib41c2d525faab2bedab10f91c3a4f62f94870e10
Diffstat (limited to 'basic/qa')
-rw-r--r-- | basic/qa/basic_coverage/test_getsystemticks_method.vb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/basic/qa/basic_coverage/test_getsystemticks_method.vb b/basic/qa/basic_coverage/test_getsystemticks_method.vb deleted file mode 100644 index 878b38bf2f77..000000000000 --- a/basic/qa/basic_coverage/test_getsystemticks_method.vb +++ /dev/null @@ -1,15 +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 - ' GETSYSTEMTICKS - If ( GetSystemTicks < 0 ) Then - doUnitTest = 0 - Else - doUnitTest = 1 - End If -End Function |