[Libreoffice-commits] .: dbaccess/source

Lubos Lunak llunak at kemper.freedesktop.org
Thu Mar 24 10:22:41 PDT 2011


 dbaccess/source/ui/inc/ConnectionLine.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 234edaa620d045ee3fb3cc9f8bbf86deb0ee5748
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Wed Mar 23 11:01:53 2011 +0100

    remove virtual from operator=
    
    pointless, nothing overrides it

diff --git a/dbaccess/source/ui/inc/ConnectionLine.hxx b/dbaccess/source/ui/inc/ConnectionLine.hxx
index 4d75f3f..96ad36c 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();


More information about the Libreoffice-commits mailing list