From 2101090b3fea26637c77abf0442381b8f32fdb44 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 2 Aug 2004 15:17:00 +0000 Subject: INTEGRATION: CWS insight01 (1.2.112); FILE MERGED 2004/07/09 14:05:17 oj 1.2.112.1: resource changes --- dbaccess/source/ui/relationdesign/RTableConnection.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'dbaccess/source/ui/relationdesign/RTableConnection.cxx') diff --git a/dbaccess/source/ui/relationdesign/RTableConnection.cxx b/dbaccess/source/ui/relationdesign/RTableConnection.cxx index a74c571ec0c4..88fec142daf4 100644 --- a/dbaccess/source/ui/relationdesign/RTableConnection.cxx +++ b/dbaccess/source/ui/relationdesign/RTableConnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: RTableConnection.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: oj $ $Date: 2002-02-06 08:24:05 $ + * last change: $Author: hr $ $Date: 2004-08-02 16:17:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -169,18 +169,18 @@ void ORelationTableConnection::Draw( const Rectangle& rRect ) switch( ((ORelationTableConnectionData*)GetData())->GetCardinality() ) { case CARDINAL_ONE_MANY: - aSourceText = '1'; - aDestText = 'n'; + aSourceText ='1'; + aDestText ='n'; break; case CARDINAL_MANY_ONE: - aSourceText = 'n'; - aDestText = '1'; + aSourceText ='n'; + aDestText ='1'; break; case CARDINAL_ONE_ONE: - aSourceText = '1'; - aDestText = '1'; + aSourceText ='1'; + aDestText ='1'; break; } -- cgit v1.2.3