diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 15:17:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 15:17:00 +0000 |
commit | 2101090b3fea26637c77abf0442381b8f32fdb44 (patch) | |
tree | 2e5756b241fcf00027fc5260cbc429e897d56fe3 /dbaccess/source/ui/relationdesign/RTableConnection.cxx | |
parent | 08ae8c3d7c4c4f943c6b404938c5ba4cf497f498 (diff) |
INTEGRATION: CWS insight01 (1.2.112); FILE MERGED
2004/07/09 14:05:17 oj 1.2.112.1: resource changes
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RTableConnection.cxx')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RTableConnection.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
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; } |