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/source/ui/inc/TableConnectionData.hxx | |
parent | 8c5b085e8eb6ff1bacb486c388d7e42d91252869 (diff) |
Reformatted existing comments
This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
Change-Id: If7739768ee0f90c6beb71cb56843fbbc98947873
Diffstat (limited to 'dbaccess/source/ui/inc/TableConnectionData.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/TableConnectionData.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
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 |