Kaydet (Commit) 236be16a authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

Move comment to its rightful place

Change-Id: I72803b26a79804cdc1b590a7fb4bc99ff831963e
üst b7f2fc66
...@@ -72,13 +72,13 @@ namespace dbaui ...@@ -72,13 +72,13 @@ namespace dbaui
sal_Bool SetConnLine( sal_uInt16 nIndex, const String& rSourceFieldName, const String& rDestFieldName ); sal_Bool SetConnLine( sal_uInt16 nIndex, const String& rSourceFieldName, const String& rDestFieldName );
sal_Bool AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& 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 ); void ResetConnLines( sal_Bool bUseDefaults = sal_True );
/** moves the empty lines to the back /** 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(); void normalizeLines();
const OConnectionLineDataVec* GetConnLineDataList() const { return &m_vConnLineData; } const OConnectionLineDataVec* GetConnLineDataList() const { return &m_vConnLineData; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment