Reformatted existing comments
This is a follow-up patch of 401a454c2d
.
Change-Id: If7739768ee0f90c6beb71cb56843fbbc98947873
This commit is contained in:
parent
8c5b085e8e
commit
c47988fcef
3 changed files with 9 additions and 8 deletions
|
@ -120,7 +120,7 @@ namespace dbaui
|
|||
DECL_LINK( FormatClickHdl, Button * );
|
||||
DECL_LINK( ChangeHdl, ListBox * );
|
||||
|
||||
// used by ActivatePropertyField
|
||||
// used by ActivatePropertyField
|
||||
DECL_LINK( OnControlFocusLost, Control* );
|
||||
DECL_LINK( OnControlFocusGot, Control* );
|
||||
|
||||
|
|
|
@ -45,7 +45,8 @@ namespace dbaui
|
|||
class OTableWindowData;
|
||||
class OJoinDesignViewAccess;
|
||||
|
||||
// this class conatins only the scrollbars to avoid that the tablewindows clip the scrollbars
|
||||
// this class conatins only the scrollbars to avoid that
|
||||
// the tablewindows clip the scrollbars
|
||||
class OJoinTableView;
|
||||
class OScrollWindowHelper : public Window
|
||||
{
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
|
||||
namespace dbaui
|
||||
{
|
||||
//==================================================================
|
||||
// ConnData ---------->* ConnLineData
|
||||
// ^1 ^1
|
||||
// | |
|
||||
// Conn ---------->* ConnLine
|
||||
//==================================================================
|
||||
//===========================================//
|
||||
// ConnData ---------->* ConnLineData //
|
||||
// ^1 ^1 //
|
||||
// | | //
|
||||
// Conn ---------->* ConnLine //
|
||||
//===========================================//
|
||||
|
||||
/** Contains all connection data which exists between two windows */
|
||||
class OTableConnectionData
|
||||
|
|
Loading…
Reference in a new issue