Reformatted existing comments

This is a follow-up patch of 401a454c2d.

Change-Id: If7739768ee0f90c6beb71cb56843fbbc98947873
This commit is contained in:
Philipp Riemer 2012-08-12 18:41:59 +02:00
parent 8c5b085e8e
commit c47988fcef
3 changed files with 9 additions and 8 deletions

View file

@ -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* );

View file

@ -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
{

View file

@ -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