summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMert Tumer <mert.tumer@collabora.com>2020-11-15 13:16:53 +0300
committerMert Tumer <mert.tumer@collabora.com>2020-11-15 17:36:49 +0100
commit49b800000617171a348437e62948e128b6b2b8bf (patch)
treed49d2db7eb2edab0fc1f870085ec2923d4590ed7 /desktop
parentecb4e19a3b133fd939b90deacd1f1b413738d27c (diff)
Remove Bottom DrawTextFlag on renderFont for Watermark
Alignment should be done for watermark in online side this breaks the positioning. Change-Id: I202f671269aaacd266f6443a5e336d987f680a72 Signed-off-by: Mert Tumer <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105853 Tested-by: Jenkins
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index b31d68dc5391..8f82d577f3cc 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -5322,7 +5322,6 @@ unsigned char* doc_renderFontOrientation(SAL_UNUSED_PARAMETER LibreOfficeKitDocu
DrawTextFlags const nStyle =
DrawTextFlags::Center
| DrawTextFlags::VCenter
- | DrawTextFlags::Bottom
| DrawTextFlags::MultiLine
| DrawTextFlags::WordBreak;// | DrawTextFlags::WordBreakHyphenation ;