summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tabtempl.cxx
diff options
context:
space:
mode:
authorDieter Loeschky <dl@openoffice.org>2001-08-23 13:27:17 +0000
committerDieter Loeschky <dl@openoffice.org>2001-08-23 13:27:17 +0000
commit261dbf1b5d5b3f77492a79e8efebaf6e7797eeee (patch)
treef0bfd0df4fd542e986309e13a5b9b1ac87839114 /sd/source/ui/dlg/tabtempl.cxx
parent84458a9a0823e066ac3a48129f33d98fc36e4499 (diff)
#91319# Removing tabulator limitations
Diffstat (limited to 'sd/source/ui/dlg/tabtempl.cxx')
-rw-r--r--sd/source/ui/dlg/tabtempl.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx
index 79a69e9b87b5..312872290bc5 100644
--- a/sd/source/ui/dlg/tabtempl.cxx
+++ b/sd/source/ui/dlg/tabtempl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabtempl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dl $ $Date: 2001-05-16 08:09:06 $
+ * last change: $Author: dl $ $Date: 2001-08-23 14:27:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -272,11 +272,6 @@ void SdTabTemplateDlg::PageCreated( USHORT nId, SfxTabPage &rPage )
( (SvxConnectionPage&) rPage ).Construct();
}
break;
-
- case RID_SVXPAGE_TABULATOR:
- ( (SvxTabulatorTabPage&) rPage ).
- DisableControls( TABTYPE_ALL &~TABTYPE_LEFT |
- TABFILL_ALL &~TABFILL_NONE );
}
}