summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Hunter <hunteke@earlham.edu>2010-11-08 20:43:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-08 20:43:33 +0000
commit8a534d798a91d3bc687a0975dbcd764aa8d5b823 (patch)
treecf1635ad832a04e355cc343d7e59c106b0b6678b
parent3956a5b01300e8260f1b53ae1d77db157065784f (diff)
Remove unnecessary comment lines
-rw-r--r--accessibility/source/helper/characterattributeshelper.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/accessibility/source/helper/characterattributeshelper.cxx b/accessibility/source/helper/characterattributeshelper.cxx
index 4f1372ab2f31..27ba50ea85ad 100644
--- a/accessibility/source/helper/characterattributeshelper.cxx
+++ b/accessibility/source/helper/characterattributeshelper.cxx
@@ -34,10 +34,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
-// -----------------------------------------------------------------------------
-// CharacterAttributesHelper
-// -----------------------------------------------------------------------------
-
CharacterAttributesHelper::CharacterAttributesHelper( const Font& rFont, sal_Int32 nBackColor, sal_Int32 nColor )
{
m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharBackColor" )), makeAny( (sal_Int32) nBackColor ) ) );
@@ -54,14 +50,12 @@ CharacterAttributesHelper::CharacterAttributesHelper( const Font& rFont, sal_Int
m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharWeight" )), makeAny( (float) rFont.GetWeight() ) ) );
}
-// -----------------------------------------------------------------------------
CharacterAttributesHelper::~CharacterAttributesHelper()
{
m_aAttributeMap.clear();
}
-// -----------------------------------------------------------------------------
Sequence< PropertyValue > CharacterAttributesHelper::GetCharacterAttributes()
{
@@ -79,7 +73,6 @@ Sequence< PropertyValue > CharacterAttributesHelper::GetCharacterAttributes()
return aValues;
}
-// -----------------------------------------------------------------------------
Sequence< PropertyValue > CharacterAttributesHelper::GetCharacterAttributes( const Sequence< ::rtl::OUString >& aRequestedAttributes )
{
@@ -117,6 +110,5 @@ Sequence< PropertyValue > CharacterAttributesHelper::GetCharacterAttributes( con
return aValues;
}
-// -----------------------------------------------------------------------------
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file