diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-10-23 13:58:48 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-10-23 13:58:48 +0000 |
commit | 19c25b6dd2df97cc19cd5648c173bbff5fd6819e (patch) | |
tree | a8e56267eb12f9126aaf4524f2a13a4ac124f469 /sc/source/ui/dbgui | |
parent | 6616b6cfc06c21e6e9f3f2d85af1c5decabe1451 (diff) |
#79578# set WB_NOLABEL for Source/Operations FixText
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/dbnamdlg.cxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/dbnamdlg.cxx b/sc/source/ui/dbgui/dbnamdlg.cxx index b8223a0ed7bf..53bedf921ec9 100644 --- a/sc/source/ui/dbgui/dbnamdlg.cxx +++ b/sc/source/ui/dbgui/dbnamdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dbnamdlg.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:54 $ + * last change: $Author: nn $ $Date: 2000-10-23 14:58:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -229,6 +229,10 @@ ScDbNameDlg::ScDbNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, aLocalDbCol ( *(pDoc->GetDBCollection()) ), bRefInputMode ( FALSE ) { + // WB_NOLABEL can't be set in resource... + aFTSource.SetStyle( aFTSource.GetStyle() | WB_NOLABEL ); + aFTOperations.SetStyle( aFTOperations.GetStyle() | WB_NOLABEL ); + // damit die Strings in der Resource bei den FixedTexten bleiben koennen: aStrSource = aFTSource.GetText(); aStrOperations = aFTOperations.GetText(); @@ -781,6 +785,9 @@ IMPL_LINK( ScDbNameDlg, AssModifyHdl, void *, EMPTYARG ) /*---------------------------------------------------------------------------- $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 16:44:54 hr + initial import + Revision 1.54 2000/09/17 14:08:56 willem.vandorp OpenOffice header added. |