desktop/source/lib/init.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 21aa33dff0fe32bdba5ab67f10c7af0fb64b9c88
Author:     Mert Tumer <[email protected]>
AuthorDate: Sun Nov 15 13:16:53 2020 +0300
Commit:     Mert Tumer <[email protected]>
CommitDate: Sun Nov 15 15:52:18 2020 +0100

    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 <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105898
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 0d80378f7c31..a36b4aef2052 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -5353,7 +5353,6 @@ unsigned char* 
doc_renderFontOrientation(SAL_UNUSED_PARAMETER LibreOfficeKitDocu
                 DrawTextFlags const nStyle =
                         DrawTextFlags::Center
                         | DrawTextFlags::VCenter
-                        | DrawTextFlags::Bottom
                         | DrawTextFlags::MultiLine
                         | DrawTextFlags::WordBreak;// | 
DrawTextFlags::WordBreakHyphenation ;
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to