diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-12 11:46:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-12 11:48:43 +0200 |
commit | 8aa579830b20072af8d6e149d6b279362fe98b91 (patch) | |
tree | 7c3334fe00ef3da3c0765af3ff1b4c547fd321a7 /desktop | |
parent | fde00c42b169d80c9fe850d4876a0d0e5d6744a6 (diff) |
Write HiDPI consistently without a hyphen
Hopefully makes it easier to find locations in the code related to
HiDPI issues.
Change-Id: I2b4e5ff6d66c0ca5792250c3fd0d42eeb59eb3ef
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 | ||||
-rw-r--r-- | desktop/unx/source/splashx.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 0ec7bdf3bad7..78c3d27474ed 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2332,7 +2332,7 @@ static void doc_paintTile(LibreOfficeKitDocument* pThis, #if defined(UNX) && !defined(MACOSX) && !defined(ENABLE_HEADLESS) - // Painting of zoomed or hi-dpi spreadsheets is special, we actually draw everything at 100%, + // Painting of zoomed or HiDPI spreadsheets is special, we actually draw everything at 100%, // and only set cairo's (or CoreGraphic's, in the iOS case) scale factor accordingly, so that // everything is painted bigger or smaller. This is different to what Calc's internal scaling // would do - because that one is trying to fit the lines between cells to integer multiples of diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index e03fc094abcb..9136876aa9df 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -554,7 +554,7 @@ static sal_Bool isHiDPI(struct splash* splash) double nDPI; /* - * GNOME currently enables hi-dpi support when the screen resolution is at least 192 dpi + * GNOME currently enables HiDPI support when the screen resolution is at least 192 dpi * and the screen height (in device pixels) is at least 1200. */ |