summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-12-12 09:06:01 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2012-12-12 16:37:19 +0100
commit236be16a385832258f38fbd19bd1b32ddc538fd4 (patch)
treef25e0882db9e75315140c793e079f9d6766baa52 /dbaccess
parentb7f2fc6696eba3d16e07a2c4881b6ed000bc9795 (diff)
Move comment to its rightful place
Change-Id: I72803b26a79804cdc1b590a7fb4bc99ff831963e
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TableConnectionData.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/TableConnectionData.hxx b/dbaccess/source/ui/inc/TableConnectionData.hxx
index 728978da8b79..e3e45db9310b 100644
--- a/dbaccess/source/ui/inc/TableConnectionData.hxx
+++ b/dbaccess/source/ui/inc/TableConnectionData.hxx
@@ -72,13 +72,13 @@ namespace dbaui
sal_Bool SetConnLine( sal_uInt16 nIndex, const String& rSourceFieldName, const String& rDestFieldName );
sal_Bool AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldName );
+ /** Deletes list of ConnLines; if bUseDefaults == true
+ MAX_CONN_COUNT new dummy lines will be inserted.
+ */
void ResetConnLines( sal_Bool bUseDefaults = sal_True );
/** moves the empty lines to the back
-
- Deletes list of ConnLines; if bUseDefaults == true
- MAX_CONN_COUNT new dummy lines will be inserted.
- */
+ */
void normalizeLines();
const OConnectionLineDataVec* GetConnLineDataList() const { return &m_vConnLineData; }