diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2013-04-30 11:55:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-28 17:24:23 +0100 |
commit | 183db520892b887eda8ecfe1cc2af1bc3dd5d2d7 (patch) | |
tree | b417107ebc206be61de62f74f4387aea9a996fa3 /sw/source | |
parent | b828a6f494cc90e1a135e7442589679993eb2a5c (diff) |
<SwDrawTextShell> - remove self-destructing call to <SwView::AttrChangedNotify(..)>
- remove superfluous slot invalidation
(cherry picked from commit 2ff25b11b2c9e187f3ed26daeba3b5619289ecc1)
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/shells/drwtxtex.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/shells/drwtxtsh.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/shells/drwtxtex.cxx b/sw/source/ui/shells/drwtxtex.cxx index 7ad14095a74d..548629df61b7 100644 --- a/sw/source/ui/shells/drwtxtex.cxx +++ b/sw/source/ui/shells/drwtxtex.cxx @@ -666,7 +666,6 @@ ASK_ADJUST: } else rSet.InvalidateItem(nSlotId); - Invalidate(SID_ATTR_PARA_ULSPACE); nSlotId = 0; } break; diff --git a/sw/source/ui/shells/drwtxtsh.cxx b/sw/source/ui/shells/drwtxtsh.cxx index e2cc1819c754..505d7875da62 100644 --- a/sw/source/ui/shells/drwtxtsh.cxx +++ b/sw/source/ui/shells/drwtxtsh.cxx @@ -459,7 +459,6 @@ void SwDrawTextShell::ExecDraw(SfxRequest &rReq) SwView& rTempView = rSh.GetView(); rTempView.ExitDraw(); rSh.Edit(); - rTempView.AttrChangedNotify(&rSh); return; } break; |