summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-30 14:41:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-30 19:26:41 +0100
commit107e5981b45f8ee042f6fbf5e1aa84aa557f8989 (patch)
tree42ab56c795d84901c6fd66fe479160e8ff309d64 /forms/source/richtext
parentno point in these dtors being virtual (diff)
downloadcore-107e5981b45f8ee042f6fbf5e1aa84aa557f8989.tar.gz
core-107e5981b45f8ee042f6fbf5e1aa84aa557f8989.zip
default dtors are fine here
Change-Id: I503f954a2729aa2737d783ed8c72f62d8a68da4c
Diffstat (limited to 'forms/source/richtext')
-rw-r--r--forms/source/richtext/rtattributes.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/forms/source/richtext/rtattributes.hxx b/forms/source/richtext/rtattributes.hxx
index 5e61f55dbffa..a47c5e22abd3 100644
--- a/forms/source/richtext/rtattributes.hxx
+++ b/forms/source/richtext/rtattributes.hxx
@@ -51,7 +51,6 @@ namespace frm
inline AttributeState( );
inline explicit AttributeState( AttributeCheckState _eCheckState );
inline AttributeState( const AttributeState& _rSource );
- inline ~AttributeState( );
inline AttributeState& operator=( const AttributeState& _rSource );
@@ -80,11 +79,6 @@ namespace frm
operator=( _rSource );
}
- inline AttributeState::~AttributeState( )
- {
-// delete(pItemHandle);
- }
-
inline AttributeState& AttributeState::operator=( const AttributeState& _rSource )
{
if ( &_rSource == this )