diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-05-23 16:01:30 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-05-23 16:01:30 +0000 |
commit | 418cff4b02b76a5a8d8dd710074fb9f9ee3fd572 (patch) | |
tree | 97b6a5d0d2949ab5301315dfd4bf9a19d0cdac4f /sc/source/ui/miscdlgs/tabopdlg.cxx | |
parent | f7107ac885f3e4ce5bed61ec9e63c3795c7a9196 (diff) |
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/miscdlgs/tabopdlg.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/tabopdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/tabopdlg.cxx b/sc/source/ui/miscdlgs/tabopdlg.cxx index c9aa8fe0c1a2..059a0bc57280 100644 --- a/sc/source/ui/miscdlgs/tabopdlg.cxx +++ b/sc/source/ui/miscdlgs/tabopdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabopdlg.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-09-22 18:42:21 $ + * last change: $Author: dr $ $Date: 2001-05-23 17:00:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,7 +102,7 @@ ScTabOpDlg::ScTabOpDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, aFtColCell ( this, ScResId( FT_COLCELL ) ), aEdColCell ( this, ScResId( ED_COLCELL ) ), aRBColCell ( this, ScResId( RB_COLCELL ), &aEdColCell ), - aGbVariables ( this, ScResId( GB_VARIABLES ) ), + aFlVariables ( this, ScResId( FL_VARIABLES ) ), aBtnOk ( this, ScResId( BTN_OK ) ), aBtnCancel ( this, ScResId( BTN_CANCEL ) ), aBtnHelp ( this, ScResId( BTN_HELP ) ), |