[Libreoffice-commits] .: 2 commits - accessibility/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Nov 8 12:43:50 PST 2010


 accessibility/source/helper/characterattributeshelper.cxx |   12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

New commits:
commit 63444dad0741c92d758889a07c347eee06edeb21
Author: Kevin Hunter <hunteke at earlham.edu>
Date:   Mon Nov 8 20:43:33 2010 +0000

    Remove unnecessary comment lines

diff --git a/accessibility/source/helper/characterattributeshelper.cxx b/accessibility/source/helper/characterattributeshelper.cxx
index 4f1372a..27ba50e 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
commit 4e77f5272cdbd392af3d1d38cd51ebc6ce3a2758
Author: Kevin Hunter <hunteke at earlham.edu>
Date:   Mon Nov 8 00:02:09 2010 -0500

    EOL whitespace removal
    
    To not clutter other patches.

diff --git a/accessibility/source/helper/characterattributeshelper.cxx b/accessibility/source/helper/characterattributeshelper.cxx
index 027c450..4f1372a 100644
--- a/accessibility/source/helper/characterattributeshelper.cxx
+++ b/accessibility/source/helper/characterattributeshelper.cxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite


More information about the Libreoffice-commits mailing list