summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dsselect.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-18 05:50:39 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-18 05:50:39 +0000
commita2d3824389167d76afecbe188970076cde8c1ca6 (patch)
treef29a9eb1fdae8149d83529b58ac09e475e4cf106 /dbaccess/source/ui/dlg/dsselect.hxx
parent09c9752f34d947531fe02d88560bd2a8f54e3f19 (diff)
#93260# reload odbc datasources
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 d0f70e39fd1e..d658e4ef52c3 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-06-20 13:44:02 $
+ * last change: $Author: oj $ $Date: 2001-10-18 06:50:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,6 +114,7 @@ public:
protected:
DECL_LINK( ListDblClickHdl, ListBox * );
DECL_LINK( ManageClickHdl, PushButton * );
+ void fillListBox(const StringBag& _rDatasources);
};
//.........................................................................
@@ -125,6 +126,9 @@ protected:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2 2001/06/20 13:44:02 fs
+ * #88447# +Select
+ *
* Revision 1.1 2000/10/24 12:13:53 fs
* initial checkin - dialog for selecting system datasources
*