[Libreoffice-commits] core.git: sd/source

Michael Meeks (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 17 13:58:44 UTC 2020


 sd/source/ui/view/drviewse.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4a31ceba3bf80d9e050cde3266d49e83df372a8a
Author:     Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Sat Aug 15 22:55:55 2020 +0100
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Mon Aug 17 15:58:02 2020 +0200

    Remove redundant Invalidate()
    
    Probable merge error in CWS impressfunctions dc5479dcc39.
    
    Change-Id: Ifa8dc9dbeeecf2dd6da44909060b72a20a7042a0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100783
    Tested-by: Jenkins
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index bb305423ce08..ad18b8b5ffea 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -158,8 +158,6 @@ void DrawViewShell::FuPermanent(SfxRequest& rReq)
 
             Invalidate();
 
-            Invalidate();
-
             // evtl. feed characters to activated textedit
             if(SID_ATTR_CHAR == nSId && GetView() && GetView()->IsTextEdit())
                 ImpAddPrintableCharactersToTextEdit(rReq, GetView());


More information about the Libreoffice-commits mailing list