Kaydet (Commit) 08245a19 authored tarafından Luboš Luňák's avatar Luboš Luňák

remove virtual from operator=

pointless, nothing overrides it
üst cfeb82a6
...@@ -64,7 +64,7 @@ namespace dbaui ...@@ -64,7 +64,7 @@ namespace dbaui
OConnectionLine( const OConnectionLine& rLine ); OConnectionLine( const OConnectionLine& rLine );
virtual ~OConnectionLine(); virtual ~OConnectionLine();
virtual OConnectionLine& operator=( const OConnectionLine& rLine ); OConnectionLine& operator=( const OConnectionLine& rLine );
Rectangle GetBoundingRect(); Rectangle GetBoundingRect();
sal_Bool RecalcLine(); sal_Bool RecalcLine();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment