summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2020-08-15 22:55:55 +0100
committerMichael Meeks <michael.meeks@collabora.com>2020-08-17 15:58:02 +0200
commit4a31ceba3bf80d9e050cde3266d49e83df372a8a (patch)
tree6cec35abb6fa4fd7b6cdd28112fa541623cf8604 /sd
parent3bc2154ebf043da3cb2b29e30dac9fff5508a82a (diff)
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@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviewse.cxx2
1 files changed, 0 insertions, 2 deletions
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());