From 8aa579830b20072af8d6e149d6b279362fe98b91 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 12 Mar 2019 11:46:17 +0200 Subject: Write HiDPI consistently without a hyphen Hopefully makes it easier to find locations in the code related to HiDPI issues. Change-Id: I2b4e5ff6d66c0ca5792250c3fd0d42eeb59eb3ef --- comphelper/source/misc/lok.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') 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) -- cgit