diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-12 18:41:59 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-12 18:41:59 +0200 |
commit | c47988fcef166966b6d8b1b706399f2032e9465a (patch) | |
tree | 0c43ac522b0359499d2b1c2a637cceebf6fd11ab /dbaccess | |
parent | 8c5b085e8eb6ff1bacb486c388d7e42d91252869 (diff) |
Reformatted existing comments
This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
Change-Id: If7739768ee0f90c6beb71cb56843fbbc98947873
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/FieldDescControl.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 3 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/TableConnectionData.hxx | 12 |
3 files changed, 9 insertions, 8 deletions
diff --git a/dbaccess/source/ui/inc/FieldDescControl.hxx b/dbaccess/source/ui/inc/FieldDescControl.hxx index 5ec0730d4ef7..8a56b0fab145 100644 --- a/dbaccess/source/ui/inc/FieldDescControl.hxx +++ b/dbaccess/source/ui/inc/FieldDescControl.hxx @@ -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* ); diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index b9024135c66d..e6732da60f59 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -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 { diff --git a/dbaccess/source/ui/inc/TableConnectionData.hxx b/dbaccess/source/ui/inc/TableConnectionData.hxx index eaab16eb8a39..c7c56eaa9ccc 100644 --- a/dbaccess/source/ui/inc/TableConnectionData.hxx +++ b/dbaccess/source/ui/inc/TableConnectionData.hxx @@ -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 |