From 1f6aa8f2a8352cc5cc3ef8981afa278a9759c379 Mon Sep 17 00:00:00 2001 From: Kayo Hamid Date: Tue, 30 Nov 2010 16:44:46 +0100 Subject: clean code at writer --- sw/source/ui/shells/drwtxtex.cxx | 4 ---- 1 file changed, 4 deletions(-) (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 6b831509558b..6796f6539524 100644 --- a/sw/source/ui/shells/drwtxtex.cxx +++ b/sw/source/ui/shells/drwtxtex.cxx @@ -411,10 +411,6 @@ void SwDrawTextShell::Execute( SfxRequest &rReq ) aDlgAttr.Put(aEditAttr); - // Die Werte sind erst einmal uebernommen worden, um den Dialog anzuzeigen. - // Muss natuerlich noch geaendert werden - // aDlgAttr.Put( SvxParaDlgLimitsItem( 567 * 50, 5670) ); - aDlgAttr.Put( SvxHyphenZoneItem( sal_False, RES_PARATR_HYPHENZONE) ); aDlgAttr.Put( SvxFmtBreakItem( SVX_BREAK_NONE, RES_BREAK ) ); aDlgAttr.Put( SvxFmtSplitItem( sal_True, RES_PARATR_SPLIT ) ); -- cgit