summaryrefslogtreecommitdiff
path: root/forms/source/richtext/rtattributehandler.cxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-24 17:17:30 -0400
committerCaolán McNamara <caolanm@redhat.com>2014-05-25 14:35:17 -0500
commit04f31d13c5813f6ce1e3076c4e987ffb8fafb9b3 (patch)
tree80da561a4cf0f35eee8aeaa3cdb2166789b76364 /forms/source/richtext/rtattributehandler.cxx
parent885b11cc5d6fb17ca3d0b47f20bd13f0775b1640 (diff)
Remove ASCII art, useless comments and whitespace from forms module
Change-Id: Ib6157a493092a137a6b0bf5b96d0e760d307f9da Reviewed-on: https://gerrit.libreoffice.org/9472 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/richtext/rtattributehandler.cxx')
-rw-r--r--forms/source/richtext/rtattributehandler.cxx32
1 files changed, 0 insertions, 32 deletions
diff --git a/forms/source/richtext/rtattributehandler.cxx b/forms/source/richtext/rtattributehandler.cxx
index 486a5bb3fbef..7a335567eb4b 100644
--- a/forms/source/richtext/rtattributehandler.cxx
+++ b/forms/source/richtext/rtattributehandler.cxx
@@ -59,10 +59,6 @@ namespace frm
{
}
-
- //= AttributeHandler
-
-
AttributeHandler::AttributeHandler( AttributeId _nAttributeId, WhichId _nWhichId )
:m_nAttribute( _nAttributeId )
,m_nWhich ( _nWhichId )
@@ -199,10 +195,6 @@ namespace frm
return pReturn;
}
-
- //= ParaAlignmentHandler
-
-
ParaAlignmentHandler::ParaAlignmentHandler( AttributeId _nAttributeId )
:AttributeHandler( _nAttributeId, EE_PARA_JUST )
,m_eAdjust( SVX_ADJUST_CENTER )
@@ -235,10 +227,6 @@ namespace frm
_rNewAttribs.Put( SvxAdjustItem( m_eAdjust, getWhich() ) );
}
-
- //= LineSpacingHandler
-
-
LineSpacingHandler::LineSpacingHandler( AttributeId _nAttributeId )
:AttributeHandler( _nAttributeId, EE_PARA_SBL )
,m_nLineSpace( 100 )
@@ -278,10 +266,6 @@ namespace frm
_rNewAttribs.Put( aLineSpacing );
}
-
- //= EscapementHandler
-
-
EscapementHandler::EscapementHandler( AttributeId _nAttributeId )
:AttributeHandler( _nAttributeId, EE_CHAR_ESCAPEMENT )
,m_eEscapement( SVX_ESCAPEMENT_OFF )
@@ -315,10 +299,6 @@ namespace frm
_rNewAttribs.Put( SvxEscapementItem( bIsChecked ? SVX_ESCAPEMENT_OFF : m_eEscapement, getWhich() ) );
}
-
- //= SlotHandler
-
-
SlotHandler::SlotHandler( AttributeId _nAttributeId, WhichId _nWhichId )
:AttributeHandler( _nAttributeId, _nWhichId )
,m_bScriptDependent( false )
@@ -358,10 +338,6 @@ namespace frm
OSL_FAIL( "SlotHandler::executeAttribute: need attributes to do something!" );
}
-
- //= FontSizeHandler
-
-
FontSizeHandler::FontSizeHandler( AttributeId _nAttributeId, WhichId _nWhichId )
:AttributeHandler( _nAttributeId, _nWhichId )
{
@@ -429,10 +405,6 @@ namespace frm
}
}
-
- //= ParagraphDirectionHandler
-
-
ParagraphDirectionHandler::ParagraphDirectionHandler( AttributeId _nAttributeId )
:AttributeHandler( _nAttributeId, EE_PARA_WRITINGDIR )
,m_eParagraphDirection( FRMDIR_HORI_LEFT_TOP )
@@ -477,10 +449,6 @@ namespace frm
_rNewAttribs.Put( SvxAdjustItem( m_eDefaultAdjustment, EE_PARA_JUST ) );
}
-
- //= BooleanHandler
-
-
BooleanHandler::BooleanHandler( AttributeId _nAttributeId, WhichId _nWhichId )
:AttributeHandler( _nAttributeId, _nWhichId )
{