summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationControl.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-08 07:56:33 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-08 07:56:33 +0000
commit5b4072059e9471fe70f3d178a4f74e4e7ad21f57 (patch)
treecd2af7cccba41982b843328d6475bedd5755b8d2 /dbaccess/source/ui/inc/RelationControl.hxx
parent6c9496c43f3fac9c49781ca4e6997dfb6e3f50a4 (diff)
#97314# accessible corrections
Diffstat (limited to 'dbaccess/source/ui/inc/RelationControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationControl.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/RelationControl.hxx b/dbaccess/source/ui/inc/RelationControl.hxx
index ae04e5259a85..2597337a0625 100644
--- a/dbaccess/source/ui/inc/RelationControl.hxx
+++ b/dbaccess/source/ui/inc/RelationControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationControl.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2002-02-06 07:13:01 $
+ * last change: $Author: oj $ $Date: 2002-02-08 08:56:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,8 @@ namespace dbaui
void fillListBoxes();
/** fillAndDisable fill the listboxes only with one entry and then disable them
- @param _pConnectionData contains the data which should be filled into the listboxes
+ @param _pConnectionData
+ contains the data which should be filled into the listboxes
*/
void fillAndDisable(OTableConnectionData* _pConnectionData);
@@ -115,7 +116,8 @@ namespace dbaui
void NotifyCellChange();
/** Init is a call through to the control inside this one
- @param _pConnData the connection data which is used to init the control
+ @param _pConnData
+ the connection data which is used to init the control
*/
void Init(OTableConnectionData* _pConnData);