summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/paramdialog.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-07 14:09:39 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-07 14:09:39 +0000
commit8bfcde53f70dc48e53c50ad507a22b2b7f0a554e (patch)
tree688a4361a8eef4524e249a3f812f39f6b3cd9be9 /dbaccess/source/ui/dlg/paramdialog.cxx
parent#87905# don't DnD bookmarks (diff)
downloadcore-8bfcde53f70dc48e53c50ad507a22b2b7f0a554e.tar.gz
core-8bfcde53f70dc48e53c50ad507a22b2b7f0a554e.zip
#87912# redesigned the dialog
Diffstat (limited to 'dbaccess/source/ui/dlg/paramdialog.cxx')
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.cxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx
index 50f04cfbe1d2..3698e7ce7769 100644
--- a/dbaccess/source/ui/dlg/paramdialog.cxx
+++ b/dbaccess/source/ui/dlg/paramdialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: paramdialog.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-03-13 08:23:17 $
+ * last change: $Author: fs $ $Date: 2001-06-07 15:09:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,12 +125,11 @@ namespace dbaui
//------------------------------------------------------------------------------
#define INIT_MEMBERS() \
:ModalDialog( pParent, ModuleRes(DLG_PARAMETERS)) \
- ,m_aNamesFrame (this, ResId(GB_PARAMS)) \
+ ,m_aNamesFrame (this, ResId(FL_PARAMS)) \
,m_aAllParams (this, ResId(LB_ALLPARAMS)) \
- ,m_aValueFrame (this, ResId(GB_DATA)) \
+ ,m_aValueFrame (this, ResId(FT_VALUE)) \
,m_aParam (this, ResId(ET_PARAM)) \
,m_aTravelNext (this, ResId(BT_TRAVELNEXT)) \
- ,m_aDelimiter (this, ResId(FT_DELIM)) \
,m_aOKBtn (this, ResId(BT_OK)) \
,m_aCancelBtn (this, ResId(BT_CANCEL)) \
,m_nCurrentlySelected(LISTBOX_ENTRY_NOTFOUND) \
@@ -549,6 +548,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.4 2001/03/13 08:23:17 oj
+ * #84710# use stream operators instead of cast
+ *
* Revision 1.3 2001/02/14 14:34:01 oj
* tabledesign changes
*