diff options
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(); |