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 /comphelper | |
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 'comphelper')
-rw-r--r-- | comphelper/source/misc/lok.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/lok.cxx b/comphelper/source/misc/lok.cxx index e5f3573cb391..2b47c6aa36d0 100644 --- a/comphelper/source/misc/lok.cxx +++ b/comphelper/source/misc/lok.cxx @@ -38,7 +38,7 @@ static bool g_bLocalRendering(false); static LanguageTag g_aLanguageTag("en-US", true); -/// Scaling of the cairo or CoreGraphics canvas painting for hi-dpi or zooming in Calc. +/// Scaling of the cairo or CoreGraphics canvas painting for HiDPI or zooming in Calc. static double g_fDPIScale(1.0); void setActive(bool bActive) |