summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/crnrdlg.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-23 09:52:56 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-23 09:52:56 +0000
commit2245ebfc7375f65628d022d4c5eb6138f4f8f722 (patch)
tree23e22ab809d8e275ddbfbcf3e77dbaf0fa0c5020 /sc/source/ui/miscdlgs/crnrdlg.cxx
parentd3b7c5566e696c7f1580eb543789f3a09dbe071b (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/miscdlgs/crnrdlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/crnrdlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/miscdlgs/crnrdlg.cxx b/sc/source/ui/miscdlgs/crnrdlg.cxx
index 3315004f07cc..65072a6557fe 100644
--- a/sc/source/ui/miscdlgs/crnrdlg.cxx
+++ b/sc/source/ui/miscdlgs/crnrdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: crnrdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2001-03-14 14:46:47 $
+ * last change: $Author: dr $ $Date: 2001-05-23 10:50:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,9 +127,9 @@ ScColRowNameRangesDlg::ScColRowNameRangesDlg( SfxBindings* pB,
: ScAnyRefDlg ( pB, pCW, pParent, RID_SCDLG_COLROWNAMERANGES ),
//
+ aFlAssign ( this, ScResId( FL_ASSIGN ) ),
aLbRange ( this, ScResId( LB_RANGE ) ),
- aGbAssign ( this, ScResId( GB_ASSIGN ) ),
aEdAssign ( this, ScResId( ED_AREA ) ),
aRbAssign ( this, ScResId( RB_AREA ), &aEdAssign ),
aBtnColHead ( this, ScResId( BTN_COLHEAD ) ),
@@ -235,6 +235,7 @@ void ScColRowNameRangesDlg::Init()
aEdAssign2.SetText( EMPTY_STRING );
}
+ aLbRange.SetBorderStyle( WINDOW_BORDER_MONO );
aBtnColHead.Enable();
aBtnRowHead.Enable();
aEdAssign.Enable();
@@ -1015,7 +1016,6 @@ IMPL_LINK( ScColRowNameRangesDlg, Range1SelectHdl, void *, EMPTYARG )
aEdAssign.GrabFocus();
}
- aGbAssign.Enable();
aEdAssign.Enable();
aRbAssign.Enable();