From 72679d20caba566b5e0f74751cfe70de91c33a82 Mon Sep 17 00:00:00 2001 From: Dieter Loeschky Date: Wed, 18 Apr 2001 12:45:55 +0000 Subject: [PATCH] #86132# SID_ATTR_TABSTOP enabled --- sd/source/ui/view/drviews3.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx index 6005bdce7c64..146d7cff955d 100644 --- a/sd/source/ui/view/drviews3.cxx +++ b/sd/source/ui/view/drviews3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drviews3.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: aw $ $Date: 2001-02-16 10:26:45 $ + * last change: $Author: dl $ $Date: 2001-04-18 13:45:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -634,7 +634,7 @@ void __EXPORT SdDrawViewShell::ExecRuler(SfxRequest& rReq) } */ -/* case SID_ATTR_TABSTOP: + case SID_ATTR_TABSTOP: { if( pDrView->IsTextEdit() ) { @@ -648,7 +648,7 @@ void __EXPORT SdDrawViewShell::ExecRuler(SfxRequest& rReq) } break; } -*/ + case SID_ATTR_PARA_LRSPACE: { if( pDrView->IsTextEdit() )