summaryrefslogtreecommitdiffstats
path: root/connectivity/com/sun/star
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2018-11-27 11:40:49 +0100
committerBartosz Kosiorek <gang65@poczta.onet.pl>2018-11-29 14:08:26 +0100
commit9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc (patch)
treea2afd07ced2da313c5cdc6183bb1ea7e832d9a7e /connectivity/com/sun/star
parentRevert "Simplify code" (diff)
downloadcore-9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc.tar.gz
core-9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc.zip
Rename Mac OS X to official name macOS in comments and documentation
Change-Id: I651b7f202fa52ff5f5357a11aa72c43eb7dc7f95 Reviewed-on: https://gerrit.libreoffice.org/64102 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'connectivity/com/sun/star')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java
index 59541556b185..e8ea8d44eea2 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java
@@ -33,10 +33,10 @@ final class NativeLibraries {
}
private static void loadLibrary(String libname) {
- // At least on Mac OS X Tiger, System.loadLibrary("hsqldb2") does not
+ // At least on macOS Tiger, System.loadLibrary("hsqldb2") does not
// find the hsqldb2 library one directory above sdbc_hsqldb.jar, even
// though ".." is on the jar's Class-Path; however, the alternative
- // code (needing Java 1.5, which is given for Mac OS X Tiger) works
+ // code (needing Java 1.5, which is given for macOS Tiger) works
// there:
try {
System.loadLibrary(libname);