diff options
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RTableConnection.hxx')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RTableConnection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/relationdesign/RTableConnection.hxx b/dbaccess/source/ui/relationdesign/RTableConnection.hxx index 4684b7c26417..d6621b729bb9 100644 --- a/dbaccess/source/ui/relationdesign/RTableConnection.hxx +++ b/dbaccess/source/ui/relationdesign/RTableConnection.hxx @@ -30,7 +30,7 @@ namespace dbaui public: ORelationTableConnection( ORelationTableView* pContainer, const TTableConnectionData::value_type& pTabConnData ); ORelationTableConnection( const ORelationTableConnection& rConn ); - // wichtiger Kommentar zum CopyConstructor siehe OTableConnection(const OTableConnection&) + // important comment to the CopyConstructor see OTableConnection(const OTableConnection&) ORelationTableConnection& operator=( const ORelationTableConnection& rConn ); |