From 08245a19a5d84b6f67ec2b73f446bb95eaf00a2c Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 23 Mar 2011 11:01:53 +0100 Subject: remove virtual from operator= pointless, nothing overrides it --- dbaccess/source/ui/inc/ConnectionLine.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') 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(); -- cgit