sc/source/ui/app/inputwin.cxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 4f2daa1cc683a3e3abbca6e15aa168add414eeff
Author:     andreas kainz <kain...@gmail.com>
AuthorDate: Wed Sep 23 08:05:54 2020 +0200
Commit:     Andreas Kainz <kain...@gmail.com>
CommitDate: Wed Sep 23 10:19:50 2020 +0200

    tdf#102967 remove line at the top of calc header
    
    Change-Id: I9c2cb9d2a87addb42f531a58f29cda351175a39e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103224
    Tested-by: Jenkins
    Reviewed-by: Andreas Kainz <kain...@gmail.com>

diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index d746b464ab78..5255e17e3c31 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -441,11 +441,11 @@ void ScInputWindow::Paint(vcl::RenderContext& 
rRenderContext, const tools::Recta
     if (!comphelper::LibreOfficeKit::isActive())
     {
         // draw a line at the bottom to distinguish that from the grid
-        const StyleSettings& rStyleSettings = 
rRenderContext.GetSettings().GetStyleSettings();
-        rRenderContext.SetLineColor(rStyleSettings.GetShadowColor());
-        Size aSize = GetSizePixel();
-        rRenderContext.DrawLine(Point(0, aSize.Height() - 1),
-                                Point(aSize.Width() - 1, aSize.Height() - 1));
+        // const StyleSettings& rStyleSettings = 
rRenderContext.GetSettings().GetStyleSettings();
+        // rRenderContext.SetLineColor(rStyleSettings.GetShadowColor());
+        // Size aSize = GetSizePixel();
+        // rRenderContext.DrawLine(Point(0, aSize.Height() - 1),
+        //                        Point(aSize.Width() - 1, aSize.Height() - 
1));
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to