diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-03-23 11:01:53 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-03-23 11:01:53 +0100 |
commit | 08245a19a5d84b6f67ec2b73f446bb95eaf00a2c (patch) | |
tree | c17a9c106ac5dd6e14c79081da8457cc59ace798 /dbaccess | |
parent | cfeb82a6d89e28cfa545b7a5cbe7ad03f22bc678 (diff) |
remove virtual from operator=
pointless, nothing overrides it
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/ConnectionLine.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/ConnectionLine.hxx b/dbaccess/source/ui/inc/ConnectionLine.hxx index ff4640a3b3e2..9dfce6c0dfff 100644 --- a/dbaccess/source/ui/inc/ConnectionLine.hxx +++ b/dbaccess/source/ui/inc/ConnectionLine.hxx @@ -64,7 +64,7 @@ namespace dbaui OConnectionLine( const OConnectionLine& rLine ); virtual ~OConnectionLine(); - virtual OConnectionLine& operator=( const OConnectionLine& rLine ); + OConnectionLine& operator=( const OConnectionLine& rLine ); Rectangle GetBoundingRect(); sal_Bool RecalcLine(); |