summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dsselect.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-20 12:44:02 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-20 12:44:02 +0000
commita10394f16fa4b1f548c81c53182081d4bfe49fd8 (patch)
tree7afd101644bbad51aa5a7744fe3e04ecbfe3f620 /dbaccess/source/ui/dlg/dsselect.hxx
parentf64937e62c4325d789acb955bbe66f0e4815a360 (diff)
#88447# +Select
Diffstat (limited to 'dbaccess/source/ui/dlg/dsselect.hxx')
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dsselect.hxx b/dbaccess/source/ui/dlg/dsselect.hxx
index 92b63f6b5942..d0f70e39fd1e 100644
--- a/dbaccess/source/ui/dlg/dsselect.hxx
+++ b/dbaccess/source/ui/dlg/dsselect.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dsselect.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2000-10-24 12:13:53 $
+ * last change: $Author: fs $ $Date: 2001-06-20 13:44:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,7 @@ public:
ODatasourceSelectDialog(Window* _pParent, const StringBag& _rDatasources, DATASOURCE_TYPE _eType);
inline String GetSelected() const { return m_aDatasource.GetSelectEntry();}
+ void Select( const String& _rEntry ) { m_aDatasource.SelectEntry(_rEntry); }
protected:
DECL_LINK( ListDblClickHdl, ListBox * );
@@ -124,6 +125,9 @@ protected:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2000/10/24 12:13:53 fs
+ * initial checkin - dialog for selecting system datasources
+ *
*
* Revision 1.0 24.10.00 09:21:20 fs
************************************************************************/