summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/layout.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-12 16:48:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-13 07:38:03 +0100
commit1adb1a320a7e9832a41545bde13fd59d27ce7954 (patch)
tree1a36f83ce9ab9fee7f904d8ce210a2ee96f5ab76 /basctl/source/basicide/layout.cxx
parent5ea3a708c7d6a8088e438e021a07e5a6508daa74 (diff)
loplugin:changetoolsgen in avmedia..basic
Change-Id: I4e355ae27b9fad1cc6e8f8f408dbd9e93d7256d7 Reviewed-on: https://gerrit.libreoffice.org/49603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl/source/basicide/layout.cxx')
-rw-r--r--basctl/source/basicide/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/layout.cxx b/basctl/source/basicide/layout.cxx
index b0e46e800e50..ae19f7695d4d 100644
--- a/basctl/source/basicide/layout.cxx
+++ b/basctl/source/basicide/layout.cxx
@@ -44,7 +44,7 @@ Layout::Layout (vcl::Window* pParent) :
vcl::Font aFont = GetFont();
Size aSz = aFont.GetFontSize();
- aSz.Height() *= 1.5;
+ aSz.setHeight( aSz.Height() * 1.5 );
aFont.SetFontSize(aSz);
aFont.SetWeight(WEIGHT_BOLD);
aFont.SetColor(GetSettings().GetStyleSettings().GetWindowTextColor());