summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2013-04-30 11:55:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-28 17:24:23 +0100
commit183db520892b887eda8ecfe1cc2af1bc3dd5d2d7 (patch)
treeb417107ebc206be61de62f74f4387aea9a996fa3
parentb828a6f494cc90e1a135e7442589679993eb2a5c (diff)
<SwDrawTextShell> - remove self-destructing call to <SwView::AttrChangedNotify(..)>
- remove superfluous slot invalidation (cherry picked from commit 2ff25b11b2c9e187f3ed26daeba3b5619289ecc1)
-rw-r--r--sw/source/ui/shells/drwtxtex.cxx1
-rw-r--r--sw/source/ui/shells/drwtxtsh.cxx1
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;