diff options
author | Oliver Specht <os@openoffice.org> | 2001-07-12 09:02:15 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-07-12 09:02:15 +0000 |
commit | 432c07c540ad7fc6bbb8d875f600a43e6c4718f2 (patch) | |
tree | 7773f466042e30b7f90464649dc9789b784dd2d0 | |
parent | af0aa4bbac0af270147b8ce3906d49aca72d5ac0 (diff) |
#89595# don't disable font name box
-rw-r--r-- | svx/source/dialog/chardlg.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/dialog/chardlg.cxx b/svx/source/dialog/chardlg.cxx index 2d683b9ae60a..db6218dab091 100644 --- a/svx/source/dialog/chardlg.cxx +++ b/svx/source/dialog/chardlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: chardlg.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: os $ $Date: 2001-07-10 11:22:24 $ + * last change: $Author: os $ $Date: 2001-07-12 10:02:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -624,8 +624,6 @@ void SvxCharNamePage::ResetWestOrEast_Impl( const SfxItemSet& rSet, BOOL bWest ) else { pNameBox->SetText( String() ); - pNameBox->Disable( ); - pNameLabel->Disable( ); } FillStyleBox_Impl( pNameBox ); |