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

Oliver-Rainer Wittmann orw at apache.org
Tue May 28 10:37:09 PDT 2013


 sw/source/ui/shells/drwtxtex.cxx |    1 -
 sw/source/ui/shells/drwtxtsh.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 183db520892b887eda8ecfe1cc2af1bc3dd5d2d7
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Apr 30 11:55:34 2013 +0000

    <SwDrawTextShell> - remove self-destructing call to <SwView::AttrChangedNotify(..)>
    
    - remove superfluous slot invalidation
    (cherry picked from commit 2ff25b11b2c9e187f3ed26daeba3b5619289ecc1)

diff --git a/sw/source/ui/shells/drwtxtex.cxx b/sw/source/ui/shells/drwtxtex.cxx
index 7ad1409..548629d 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 e2cc181..505d787 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;


More information about the Libreoffice-commits mailing list