summaryrefslogtreecommitdiff
path: root/vcl/source/edit/txtattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/txtattr.cxx')
-rw-r--r--vcl/source/edit/txtattr.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/edit/txtattr.cxx b/vcl/source/edit/txtattr.cxx
index a9fe2df06957..c7d0c592a44d 100644
--- a/vcl/source/edit/txtattr.cxx
+++ b/vcl/source/edit/txtattr.cxx
@@ -17,13 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <vcl/txtattr.hxx>
#include <vcl/font.hxx>
-
-
-
TextAttrib::~TextAttrib()
{
}
@@ -33,7 +29,6 @@ bool TextAttrib::operator==( const TextAttrib& rAttr ) const
return mnWhich == rAttr.mnWhich;
}
-
TextAttribFontColor::TextAttribFontColor( const Color& rColor )
: TextAttrib( TEXTATTR_FONTCOLOR ), maColor( rColor )
{
@@ -94,7 +89,6 @@ bool TextAttribFontWeight::operator==( const TextAttrib& rAttr ) const
( meWeight == ((const TextAttribFontWeight&)rAttr).meWeight ) );
}
-
TextAttribHyperLink::TextAttribHyperLink( const TextAttribHyperLink& rAttr )
: TextAttrib( rAttr ), maURL( rAttr.maURL ), maDescription( rAttr.maDescription )
{