summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-12 11:46:17 +0200
committerTor Lillqvist <tml@collabora.com>2019-03-12 11:48:43 +0200
commit8aa579830b20072af8d6e149d6b279362fe98b91 (patch)
tree7c3334fe00ef3da3c0765af3ff1b4c547fd321a7 /comphelper
parenttdf#121092: save db:suppress-version-columns to ODB (diff)
downloadcore-8aa579830b20072af8d6e149d6b279362fe98b91.tar.gz
core-8aa579830b20072af8d6e149d6b279362fe98b91.zip
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.cxx2
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)