summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-04-23 05:25:34 +0500
committerMike Kaganski <mike.kaganski@collabora.com>2024-04-23 04:34:33 +0200
commit7f64148507a360825e9c28ddb7077996df9fa092 (patch)
tree138e50293583c91c609ec7024dd715544d1b5b1c
parentUpdate git submodules (diff)
downloadcore-7f64148507a360825e9c28ddb7077996df9fa092.tar.gz
core-7f64148507a360825e9c28ddb7077996df9fa092.zip
Fix a thinko in 8a97f1ba8d9ccb65b2c89106de20666311d90c30
Change-Id: I07bb67e9384470269d1fd3df087acee377cce729 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166490 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r--drawinglayer/source/primitive2d/textlayoutdevice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/textlayoutdevice.cxx b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
index bfa414d40f42..3daecb4bec62 100644
--- a/drawinglayer/source/primitive2d/textlayoutdevice.cxx
+++ b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
@@ -188,7 +188,7 @@ void TextLayouterDevice::setFontAttribute(const attribute::FontAttribute& rFontA
}
else
{
- mnFontScalingFixX = mnFontScalingFixY = 0;
+ mnFontScalingFixX = mnFontScalingFixY = 1.0;
}
}