From c47988fcef166966b6d8b1b706399f2032e9465a Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Sun, 12 Aug 2012 18:41:59 +0200 Subject: Reformatted existing comments This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: If7739768ee0f90c6beb71cb56843fbbc98947873 --- dbaccess/source/ui/inc/TableConnectionData.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dbaccess/source/ui/inc/TableConnectionData.hxx') 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 -- cgit