You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2022/03/10 20:27:19 UTC

[openoffice] branch trunk updated: Fixed my own typo

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ca7c0c6  Fixed my own typo
ca7c0c6 is described below

commit ca7c0c6e50b79f337b7c57da6635f687830d5d1a
Author: mseidel <ms...@apache.org>
AuthorDate: Thu Mar 10 21:26:55 2022 +0100

    Fixed my own typo
---
 main/vcl/source/window/splitwin.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/vcl/source/window/splitwin.cxx b/main/vcl/source/window/splitwin.cxx
index db14227..1131f0f 100644
--- a/main/vcl/source/window/splitwin.cxx
+++ b/main/vcl/source/window/splitwin.cxx
@@ -2098,7 +2098,7 @@ void SplitWindow::ImplDrawGrip( const Rectangle& rRect, sal_Bool bHorz, sal_Bool
             DrawPixel( Point(i+1, y), rStyleSettings.GetDarkShadowColor() );
 
             DrawPixel( Point(i, y+1), rStyleSettings.GetShadowColor() );
-            DrawPixel( Point(i+1, y+1), rStyleSettings.GeShadowColor() );
+            DrawPixel( Point(i+1, y+1), rStyleSettings.GetShadowColor() );
             i+=4;
         }
         ImplDrawFadeArrow( Point( i+3, y), bHorz, bLeft );