From 183db520892b887eda8ecfe1cc2af1bc3dd5d2d7 Mon Sep 17 00:00:00 2001 From: Oliver-Rainer Wittmann Date: Tue, 30 Apr 2013 11:55:34 +0000 Subject: - remove self-destructing call to - remove superfluous slot invalidation (cherry picked from commit 2ff25b11b2c9e187f3ed26daeba3b5619289ecc1) --- sw/source/ui/shells/drwtxtex.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/ui/shells/drwtxtex.cxx') 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; -- cgit