Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi,

This is my first patch. I've removed a few unnecessary comments in a couple of 
.../calc/chart2 directories.

This was mostly to try the patching and submission process. I'm happy to follow 
your lead in terms of where to focus my efforts.
In any case, I'll have to stick to mostly "janitorial" tasks to start with.

Thanks & regards,
Alfonso


      
From 61b477cd0d2291fa5745bddc8c97f39f94b2ad95 Mon Sep 17 00:00:00 2001
From: Alfonso Eusebio <alfonso_eusebio@yahoo.co.uk>
Date: Sun, 16 Jan 2011 10:40:01 +0000
Subject: [PATCH] Removed bogus comments from calc-chart2

Removed bogus comments from calc/chart2/accesibility and .../chartapiwrapper
---
 .../accessibility/AccStatisticsObject.cxx          |   20 +--------
 .../accessibility/AccStatisticsObject.hxx          |    4 --
 .../controller/accessibility/AccessibleBase.cxx    |   29 +------------
 .../accessibility/AccessibleChartView.cxx          |    2 -
 .../accessibility/AccessibleTextHelper.cxx         |    6 ---
 .../controller/chartapiwrapper/AreaWrapper.cxx     |    1 -
 .../chartapiwrapper/ChartDataWrapper.cxx           |    7 +---
 .../chartapiwrapper/ChartDocumentWrapper.cxx       |   21 +++-------
 .../chartapiwrapper/DataSeriesPointWrapper.cxx     |    8 +---
 .../chartapiwrapper/DataSeriesPointWrapper.hxx     |    2 -
 .../controller/chartapiwrapper/DiagramWrapper.cxx  |   27 ------------
 .../controller/chartapiwrapper/DiagramWrapper.hxx  |    3 +-
 .../controller/chartapiwrapper/GridWrapper.cxx     |    1 -
 .../controller/chartapiwrapper/LegendWrapper.cxx   |    5 --
 .../chartapiwrapper/MinMaxLineWrapper.cxx          |    5 --
 .../controller/chartapiwrapper/TitleWrapper.cxx    |    5 --
 .../chartapiwrapper/UpDownBarWrapper.cxx           |    6 ---
 .../chartapiwrapper/WallFloorWrapper.cxx           |    3 -
 .../chartapiwrapper/WrappedAddInProperty.cxx       |   11 +----
 .../chartapiwrapper/WrappedAddInProperty.hxx       |    5 +-
 .../WrappedAutomaticPositionProperties.cxx         |    4 +-
 .../WrappedAxisAndGridExistenceProperties.cxx      |    4 --
 .../WrappedAxisAndGridExistenceProperties.hxx      |    4 --
 .../WrappedCharacterHeightProperty.cxx             |    6 ---
 .../WrappedDataCaptionProperties.cxx               |   11 +----
 .../WrappedDataCaptionProperties.hxx               |    2 -
 .../chartapiwrapper/WrappedGapwidthProperty.cxx    |    6 ---
 .../WrappedNumberFormatProperty.cxx                |    2 -
 .../chartapiwrapper/WrappedScaleTextProperties.cxx |    3 -
 .../chartapiwrapper/WrappedSceneProperty.cxx       |    2 -
 .../chartapiwrapper/WrappedSceneProperty.hxx       |    6 ---
 .../chartapiwrapper/WrappedSplineProperties.cxx    |   13 ------
 .../chartapiwrapper/WrappedSplineProperties.hxx    |    2 -
 .../chartapiwrapper/WrappedStatisticProperties.cxx |   44 +++-----------------
 .../chartapiwrapper/WrappedStockProperties.cxx     |   15 -------
 .../chartapiwrapper/WrappedStockProperties.hxx     |    2 -
 .../chartapiwrapper/WrappedSymbolProperties.cxx    |   20 ---------
 .../chartapiwrapper/WrappedSymbolProperties.hxx    |    2 -
 .../WrappedTextRotationProperty.cxx                |    2 -
 .../WrappedTextRotationProperty.hxx                |    2 -
 40 files changed, 25 insertions(+), 298 deletions(-)

diff --git a/chart2/source/controller/accessibility/AccStatisticsObject.cxx 
b/chart2/source/controller/accessibility/AccStatisticsObject.cxx
index 1285ef6..040cf7b 100644
--- a/chart2/source/controller/accessibility/AccStatisticsObject.cxx
+++ b/chart2/source/controller/accessibility/AccStatisticsObject.cxx
@@ -40,27 +40,9 @@ namespace chart
 
 AccStatisticsObject::AccStatisticsObject( const AccessibleElementInfo& rAccInfo )
         : AccessibleChartElement( rAccInfo, false/*NoChildren*/, true/*AlwaysTransparent*/ )
-        //, m_eType( eType )
-        //, m_nSeriesIndex( nSeriesIndex )
-{
-//    ChartModel * pModel = GetChartModel();
-//    OSL_ASSERT( pModel );
 
-    // /-- solar
+{
     SolarMutexGuard aSolarGuard;
-/*    switch( eType )
-    {
-        case MEAN_VAL_LINE:
-            SetItemSet( pModel->GetAverageAttr( m_nSeriesIndex ));
-            break;
-        case ERROR_BARS:
-            SetItemSet( pModel->GetErrorAttr( m_nSeriesIndex ));
-            break;
-        case REGRESSION:
-            SetItemSet( pModel->GetRegressAttr( m_nSeriesIndex ));
-            break;
-    }*/
-    // \-- solar
 }
 
 AccStatisticsObject::~AccStatisticsObject()
diff --git a/chart2/source/controller/accessibility/AccStatisticsObject.hxx 
b/chart2/source/controller/accessibility/AccStatisticsObject.hxx
index d20ee80..39ab30a 100644
--- a/chart2/source/controller/accessibility/AccStatisticsObject.hxx
+++ b/chart2/source/controller/accessibility/AccStatisticsObject.hxx
@@ -56,10 +56,6 @@ public:
 
     // ________ XServiceInfo ________
     virtual ::rtl::OUString SAL_CALL getImplementationName() throw 
(::com::sun::star::uno::RuntimeException);
-
-private:
-    //const StatisticsObjectType    m_eType;
-    //const sal_uInt16              m_nSeriesIndex;
 };
 
 }  // accessibility
diff --git a/chart2/source/controller/accessibility/AccessibleBase.cxx 
b/chart2/source/controller/accessibility/AccessibleBase.cxx
index 1bc5425..5e929be 100644
--- a/chart2/source/controller/accessibility/AccessibleBase.cxx
+++ b/chart2/source/controller/accessibility/AccessibleBase.cxx
@@ -200,12 +200,11 @@ bool AccessibleBase::NotifyEvent( EventType eEventType, const 
AccessibleUniqueId
     else if( m_bMayHaveChildren )
     {
         bool bStop = false;
-        // /--
+
         ClearableMutexGuard aGuard( GetMutex() );
         // make local copy for notification
         ChildListVectorType aLocalChildList( m_aChildList );
         aGuard.clear();
-        // \--
 
         ChildListVectorType::iterator aEndIter = aLocalChildList.end();
         for( ChildListVectorType::iterator aIter = aLocalChildList.begin() ;
@@ -245,7 +244,6 @@ bool AccessibleBase::UpdateChildren()
 {
     bool bMustUpdateChildren = false;
     {
-        // /--
         MutexGuard aGuard( GetMutex() );
         if( ! m_bMayHaveChildren ||
             m_bIsDisposed )
@@ -253,7 +251,6 @@ bool AccessibleBase::UpdateChildren()
 
         bMustUpdateChildren = ( m_bMayHaveChildren &&
                                 ! m_bChildrenInitialized );
-        // \--
     }
 
     // update unguarded
@@ -319,7 +316,6 @@ void AccessibleBase::AddChild( AccessibleBase * pChild  )
     OSL_ENSURE( pChild != NULL, "Invalid Child" );
     if( pChild )
     {
-        // /--
         ClearableMutexGuard aGuard( GetMutex() );
 
         Reference< XAccessible > xChild( pChild );
@@ -334,10 +330,8 @@ void AccessibleBase::AddChild( AccessibleBase * pChild  )
             aNew <<= xChild;
 
             aGuard.clear();
-            // \-- (1st)
             BroadcastAccEvent( AccessibleEventId::CHILD, aNew, aEmpty );
         }
-        // \-- (2nd)
     }
 }
 
@@ -346,7 +340,6 @@ void AccessibleBase::AddChild( AccessibleBase * pChild  )
  */
 void AccessibleBase::RemoveChildByOId( const ObjectIdentifier& rOId )
 {
-    // /--
     ClearableMutexGuard aGuard( GetMutex() );
 
     ChildOIDMap::iterator aIt( m_aChildOIDMap.find( rOId ));
@@ -370,7 +363,6 @@ void AccessibleBase::RemoveChildByOId( const ObjectIdentifier& rOId )
 
         // call listeners unguarded
         aGuard.clear();
-        // \-- (1st)
 
         // inform listeners of removed child
         if( bInitialized )
@@ -393,11 +385,9 @@ awt::Point AccessibleBase::GetUpperLeftOnScreen() const
     awt::Point aResult;
     if( m_aAccInfo.m_pParent )
     {
-        // /--
         ClearableMutexGuard aGuard( GetMutex() );
         AccessibleBase * pParent = m_aAccInfo.m_pParent;
         aGuard.clear();
-        // \--
 
         if( pParent )
         {
@@ -416,7 +406,6 @@ void AccessibleBase::BroadcastAccEvent(
     const Any & rOld,
     bool bSendGlobally ) const
 {
-    // /--
     ClearableMutexGuard aGuard( GetMutex() );
 
     if ( !m_nEventNotifierId && !bSendGlobally )
@@ -434,7 +423,6 @@ void AccessibleBase::BroadcastAccEvent(
         ::comphelper::AccessibleEventNotifier::addEvent( m_nEventNotifierId, aEvent );
 
     aGuard.clear();
-    // \--
 
     // send event to global message queue
     if( bSendGlobally )
@@ -445,7 +433,6 @@ void AccessibleBase::BroadcastAccEvent(
 
 void AccessibleBase::KillAllChildren()
 {
-    // /--
     ClearableMutexGuard aGuard( GetMutex() );
 
     // make local copy for notification
@@ -456,7 +443,6 @@ void AccessibleBase::KillAllChildren()
     m_aChildOIDMap.clear();
 
     aGuard.clear();
-    // \--
 
     // call dispose for all children
     // and notify listeners
@@ -507,7 +493,6 @@ AccessibleUniqueId AccessibleBase::GetId() const
 // ________ (XComponent::dispose) ________
 void SAL_CALL AccessibleBase::disposing()
 {
-    // /--
     ClearableMutexGuard aGuard( GetMutex() );
     OSL_ENSURE( ! m_bIsDisposed, "dispose() called twice" );
 
@@ -536,7 +521,6 @@ void SAL_CALL AccessibleBase::disposing()
 
     // call listeners unguarded
     aGuard.clear();
-    // \--
 
     if( m_bMayHaveChildren )
     {
@@ -557,7 +541,6 @@ Reference< XAccessibleContext > SAL_CALL AccessibleBase::getAccessibleContext()
 sal_Int32 SAL_CALL AccessibleBase::getAccessibleChildCount()
     throw (RuntimeException)
 {
-    // /--
     ClearableMutexGuard aGuard( GetMutex() );
     if( ! m_bMayHaveChildren ||
         m_bIsDisposed )
@@ -567,7 +550,6 @@ sal_Int32 SAL_CALL AccessibleBase::getAccessibleChildCount()
                                  ! m_bChildrenInitialized );
 
     aGuard.clear();
-    // \--
 
     // update unguarded
     if( bMustUpdateChildren )
@@ -588,13 +570,11 @@ Reference< XAccessible > SAL_CALL AccessibleBase::getAccessibleChild( 
sal_Int32
     CheckDisposeState();
     Reference< XAccessible > xResult;
 
-    // /--
     ResettableMutexGuard aGuard( GetMutex() );
     bool bMustUpdateChildren = ( m_bMayHaveChildren &&
                                  ! m_bChildrenInitialized );
 
     aGuard.clear();
-    // \--
 
     if( bMustUpdateChildren )
         UpdateChildren();
@@ -602,14 +582,13 @@ Reference< XAccessible > SAL_CALL AccessibleBase::getAccessibleChild( 
sal_Int32
     xResult.set( ImplGetAccessibleChildById( i ));
 
     return xResult;
-    // \--
 }
 
 Reference< XAccessible > AccessibleBase::ImplGetAccessibleChildById( sal_Int32 i ) const
     throw (lang::IndexOutOfBoundsException, RuntimeException)
 {
     Reference< XAccessible > xResult;
-    // /--
+
     MutexGuard aGuard( GetMutex());
     if( ! m_bMayHaveChildren ||
         i < 0 ||
@@ -727,11 +706,9 @@ Reference< XAccessible > SAL_CALL AccessibleBase::getAccessibleAtPoint( const 
aw
     if( ( aRect.X <= aPoint.X && aPoint.X <= (aRect.X + aRect.Width) ) &&
         ( aRect.Y <= aPoint.Y && aPoint.Y <= (aRect.Y + aRect.Height)))
     {
-        // /--
         ClearableMutexGuard aGuard( GetMutex() );
         ChildListVectorType aLocalChildList( m_aChildList );
         aGuard.clear();
-        // \--
 
         Reference< XAccessibleComponent > aComp;
         for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin();
@@ -768,7 +745,6 @@ awt::Rectangle SAL_CALL AccessibleBase::getBounds()
             Rectangle aRect( aLogicRect.X, aLogicRect.Y,
                              aLogicRect.X + aLogicRect.Width,
                              aLogicRect.Y + aLogicRect.Height );
-            // /-- solar
             SolarMutexGuard aSolarGuard;
             aRect = pWindow->LogicToPixel( aRect );
 
@@ -785,7 +761,6 @@ awt::Rectangle SAL_CALL AccessibleBase::getBounds()
 
             return awt::Rectangle( aRect.getX() - aOffset.X, aRect.getY() - aOffset.Y,
                                    aRect.getWidth(), aRect.getHeight());
-            // \-- solar
         }
     }
 
diff --git a/chart2/source/controller/accessibility/AccessibleChartView.cxx 
b/chart2/source/controller/accessibility/AccessibleChartView.cxx
index 1b3280f..062309d 100644
--- a/chart2/source/controller/accessibility/AccessibleChartView.cxx
+++ b/chart2/source/controller/accessibility/AccessibleChartView.cxx
@@ -98,12 +98,10 @@ awt::Rectangle AccessibleChartView::GetWindowPosSize() const
     Window* pWindow( VCLUnoHelper::GetWindow( GetInfo().m_xWindow ));
     if( pWindow )
     {
-        // /-- solar
         SolarMutexGuard aSolarGuard;
         Point aVCLPoint( pWindow->OutputToAbsoluteScreenPixel( Point( 0, 0 ) ));
         aBBox.X = aVCLPoint.getX();
         aBBox.Y = aVCLPoint.getY();
-        // \-- solar
     }
 
     return aBBox;
diff --git a/chart2/source/controller/accessibility/AccessibleTextHelper.cxx 
b/chart2/source/controller/accessibility/AccessibleTextHelper.cxx
index 8f15795..c1b8523 100644
--- a/chart2/source/controller/accessibility/AccessibleTextHelper.cxx
+++ b/chart2/source/controller/accessibility/AccessibleTextHelper.cxx
@@ -86,7 +86,6 @@ void SAL_CALL AccessibleTextHelper::initialize( const Sequence< uno::Any >& aArg
     if( !xEventSource.is() || aCID.getLength() == 0 )
         return;
 
-    // /-- solar
     SolarMutexGuard aSolarGuard;
 
     if( m_pTextHelper )
@@ -111,7 +110,6 @@ void SAL_CALL AccessibleTextHelper::initialize( const Sequence< uno::Any >& aArg
     }
 
     OSL_ENSURE( m_pTextHelper, "Couldn't create text helper" );
-    // \-- solar
 }
 
 // ____ XAccessibleContext ____
@@ -120,10 +118,8 @@ void SAL_CALL AccessibleTextHelper::initialize( const Sequence< uno::Any >& 
aArg
 {
     if( m_pTextHelper )
     {
-        // /-- solar
         SolarMutexGuard aSolarGuard;
         return m_pTextHelper->GetChildCount();
-        // \-- solar
     }
     return 0;
 }
@@ -134,10 +130,8 @@ Reference< XAccessible > SAL_CALL AccessibleTextHelper::getAccessibleChild( 
::sa
 {
     if( m_pTextHelper )
     {
-        // /-- solar
         SolarMutexGuard aSolarGuard;
         return m_pTextHelper->GetChild( i );
-        // \-- solar
     }
     return Reference< XAccessible >();
 }
diff --git a/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx
index cb92ec6..98c63b4 100644
--- a/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx
@@ -62,7 +62,6 @@ const Sequence< Property > & lcl_GetPropertySequence()
 {
     static Sequence< Property > aPropSeq;
 
-    // /--
     MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
     if( 0 == aPropSeq.getLength() )
     {
diff --git a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
index 07a3d14..9884985 100644
--- a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
@@ -463,12 +463,7 @@ void SAL_CALL ChartDataWrapper::disposing( const lang::EventObject& /* Source 
*/
 {
 }
 
-//  ::com::sun::star::chart::ChartDataChangeEvent aEvent;
-//  aEvent.Type = chart::ChartDataChangeType_ALL;
-//  aEvent.StartColumn = 0;
-//  aEvent.EndColumn = 0;
-//  aEvent.StartRow = 0;
-//  aEvent.EndRow = 0;
+
 void ChartDataWrapper::fireChartDataChangeEvent(
     ::com::sun::star::chart::ChartDataChangeEvent& aEvent )
 {
diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
index d7d24fc..8514924 100644
--- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
@@ -280,8 +280,7 @@ namespace chart
 namespace wrapper
 {
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
+
 
 //PROP_DOCUMENT_LABELS_IN_FIRST_ROW
 class WrappedDataSourceLabelsInFirstRowProperty : public WrappedProperty
@@ -382,8 +381,7 @@ Any WrappedDataSourceLabelsInFirstRowProperty::getPropertyDefault( const Referen
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
+
 
 //PROP_DOCUMENT_LABELS_IN_FIRST_COLUMN
 class WrappedDataSourceLabelsInFirstColumnProperty : public WrappedProperty
@@ -484,8 +482,7 @@ Any WrappedDataSourceLabelsInFirstColumnProperty::getPropertyDefault( const Refe
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
+
 
 //PROP_DOCUMENT_HAS_LEGEND
 class WrappedHasLegendProperty : public WrappedProperty
@@ -572,8 +569,7 @@ Any WrappedHasLegendProperty::getPropertyDefault( const Reference< beans::XPrope
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
+
 
 //PROP_DOCUMENT_HAS_MAIN_TITLE
 class WrappedHasMainTitleProperty : public WrappedProperty
@@ -649,8 +645,7 @@ Any WrappedHasMainTitleProperty::getPropertyDefault( const Reference< beans::XPr
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
+
 
 //PROP_DOCUMENT_HAS_SUB_TITLE
 class WrappedHasSubTitleProperty : public WrappedProperty
@@ -727,8 +722,7 @@ Any WrappedHasSubTitleProperty::getPropertyDefault( const Reference< beans::XPro
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
+
 ChartDocumentWrapper::ChartDocumentWrapper(
     const Reference< uno::XComponentContext > & xContext ) :
         m_spChart2ModelContact( new Chart2ModelContact( xContext ) ),
@@ -1313,13 +1307,10 @@ uno::Reference< uno::XInterface > SAL_CALL 
ChartDocumentWrapper::createInstance(
                 break;
 
             case SERVICE_NAME_NAMESPACE_MAP:
-//                 xResult = svx::NamespaceMap_createInstance( aWhichIds, &m_pModel->GetPool() );
                 break;
             case SERVICE_NAME_EXPORT_GRAPHIC_RESOLVER:
-//                 xResult = static_cast< ::cppu::OWeakObject * >( new SvXMLGraphicHelper( 
GRAPHICHELPER_MODE_WRITE ));
                 break;
             case SERVICE_NAME_IMPORT_GRAPHIC_RESOLVER:
-//                 xResult = static_cast< ::cppu::OWeakObject * >( new SvXMLGraphicHelper( 
GRAPHICHELPER_MODE_READ ));
                 break;
         }
 
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
index 1b46b17..01eac8b 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
@@ -214,8 +214,7 @@ const uno::Sequence< Property > & lcl_GetPropertySequence( DataSeriesPointWrappe
 }
 
 
//----------------------------------------------------------------------------------------------------------------------
-//----------------------------------------------------------------------------------------------------------------------
-//----------------------------------------------------------------------------------------------------------------------
+
 
 //PROP_SERIES_ATTACHED_AXIS
 class WrappedAttachedAxisProperty : public ::chart::WrappedProperty
@@ -451,12 +450,9 @@ void WrappedLineStyleProperty::setPropertyToDefault( const Reference< 
beans::XPr
         WrappedSeriesAreaOrLineProperty::setPropertyToDefault( xInnerPropertyState );
 }
 
-//----------------------------------------------------------------------------------------------------------------------
-//----------------------------------------------------------------------------------------------------------------------
-//----------------------------------------------------------------------------------------------------------------------
-
 } // anonymous namespace
 
+
 // --------------------------------------------------------------------------------
 
 namespace chart
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx 
b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
index 2f77594..bccff44 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
@@ -136,8 +136,6 @@ private:
         sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
         throw (::com::sun::star::uno::Exception);
 
-    // ----------------------------------------
-
     ::boost::shared_ptr< Chart2ModelContact >   m_spChart2ModelContact;
     ::cppu::OInterfaceContainerHelper           m_aEventListenerContainer;
 
diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
index 3e285fa..3d1626b 100644
--- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
@@ -439,7 +439,6 @@ const uno::Sequence< Property > & lcl_GetPropertySequence()
 {
     static uno::Sequence< Property > aPropSeq;
 
-    // /--
     MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
     if( 0 == aPropSeq.getLength() )
     {
@@ -1160,7 +1159,6 @@ void SAL_CALL DiagramWrapper::dispose()
 {
     m_aEventListenerContainer.disposeAndClear( lang::EventObject( static_cast< 
::cppu::OWeakObject* >( this )));
 
-    // /--
     MutexGuard aGuard( GetMutex());
     
     DisposeHelper::DisposeAndClear( m_xXAxisTitle );
@@ -1186,7 +1184,6 @@ void SAL_CALL DiagramWrapper::dispose()
     DisposeHelper::DisposeAndClear( m_xDownBarWrapper );
 
     clearWrappedPropertySet();
-    // \--
 }
 
 void SAL_CALL DiagramWrapper::addEventListener(
@@ -1204,8 +1201,6 @@ void SAL_CALL DiagramWrapper::removeEventListener(
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 //PROP_DIAGRAM_DATAROW_SOURCE
 class WrappedDataRowSourceProperty : public WrappedProperty
@@ -1308,9 +1303,6 @@ Any WrappedDataRowSourceProperty::getPropertyDefault( const Reference< 
beans::XP
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-
 
 //PROP_DIAGRAM_STACKED
 //PROP_DIAGRAM_DEEP
@@ -1427,8 +1419,6 @@ Any WrappedStackingProperty::getPropertyDefault( const Reference< 
beans::XProper
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 //PROP_DIAGRAM_THREE_D
 class WrappedDim3DProperty : public WrappedProperty
@@ -1502,8 +1492,6 @@ Any WrappedDim3DProperty::getPropertyDefault( const Reference< 
beans::XPropertyS
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 //PROP_DIAGRAM_VERTICAL
 class WrappedVerticalProperty : public WrappedProperty
@@ -1582,8 +1570,6 @@ Any WrappedVerticalProperty::getPropertyDefault( const Reference< 
beans::XProper
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 //PROP_DIAGRAM_NUMBER_OF_LINES
 class WrappedNumberOfLinesProperty : public WrappedProperty
@@ -1741,8 +1727,6 @@ Any WrappedNumberOfLinesProperty::getPropertyDefault( const Reference< 
beans::XP
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 //PROP_DIAGRAM_ATTRIBUTED_DATA_POINTS
 class WrappedAttributedDataPointsProperty : public WrappedProperty
@@ -1862,8 +1846,6 @@ Any WrappedAttributedDataPointsProperty::getPropertyDefault( const Reference< 
be
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 //PROP_DIAGRAM_SOLIDTYPE
 class WrappedSolidTypeProperty : public WrappedProperty
@@ -1940,8 +1922,6 @@ Any WrappedSolidTypeProperty::getPropertyDefault( const Reference< 
beans::XPrope
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 class WrappedAutomaticSizeProperty : public WrappedProperty
 {
@@ -2015,8 +1995,6 @@ Any WrappedAutomaticSizeProperty::getPropertyDefault( const Reference< 
beans::XP
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 //PROP_DIAGRAM_INCLUDE_HIDDEN_CELLS
 class WrappedIncludeHiddenCellsProperty : public WrappedProperty
@@ -2053,8 +2031,6 @@ void WrappedIncludeHiddenCellsProperty::setPropertyValue( const Any& 
rOuterValue
 }
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 // ____ XDiagramProvider ____
 Reference< chart2::XDiagram > SAL_CALL DiagramWrapper::getDiagram()
@@ -2129,9 +2105,6 @@ uno::Sequence< OUString > DiagramWrapper::getSupportedServiceNames_Static()
     aServices[ 5 ] = C2U( "com.sun.star.chart.ChartAxisZSupplier" );
     aServices[ 6 ] = C2U( "com.sun.star.chart.ChartTwoAxisXSupplier" );
     aServices[ 7 ] = C2U( "com.sun.star.chart.ChartTwoAxisYSupplier" );
-//     aServices[ x ] = C2U( "com.sun.star.beans.PropertySet" );
-//     aServices[ x ] = C2U( "com.sun.star.drawing.FillProperties" );
-//     aServices[ x ] = C2U( "com.sun.star.drawing.LineProperties" );
 
     return aServices;
 }
diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx 
b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
index e9386bd..5bfacc5 100644
--- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
@@ -73,8 +73,7 @@ class DiagramWrapper : public ::cppu::ImplInheritanceHelper12<
                      , ::com::sun::star::chart::X3DDisplay
                      , ::com::sun::star::chart::X3DDefaultSetter
                      , ::com::sun::star::lang::XServiceInfo
-                        , ::com::sun::star::lang::XComponent
-//                      , ::com::sun::star::lang::XEventListener
+                     , ::com::sun::star::lang::XComponent
                      , ::com::sun::star::chart::XDiagramPositioning
                      , ::com::sun::star::chart2::XDiagramProvider
                      , ::com::sun::star::chart::XSecondAxisTitleSupplier
diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx
index 649a996..7c6805f 100644
--- a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx
@@ -64,7 +64,6 @@ const Sequence< Property > & lcl_GetPropertySequence()
 {
     static Sequence< Property > aPropSeq;
 
-    // /--
     MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
     if( 0 == aPropSeq.getLength() )
     {
diff --git a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx
index 1ca0c4e..ea32f25 100644
--- a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx
@@ -63,7 +63,6 @@ using ::com::sun::star::uno::Reference;
 using ::com::sun::star::uno::Sequence;
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 namespace chart
 {
@@ -222,9 +221,6 @@ Any WrappedLegendAlignmentProperty::convertOuterToInnerValue( const Any& rOuterV
 }
 }
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 namespace
 {
@@ -278,7 +274,6 @@ const Sequence< Property > & lcl_GetPropertySequence()
 } // anonymous namespace
 
 // --------------------------------------------------------------------------------
-// --------------------------------------------------------------------------------
 
 namespace chart
 {
diff --git a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx
index 1690ea3..0820c87 100644
--- a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx
@@ -61,7 +61,6 @@ const Sequence< Property > & lcl_GetPropertySequence()
 {
     static Sequence< Property > aPropSeq;
 
-    // /--
     MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
     if( 0 == aPropSeq.getLength() )
     {
@@ -134,14 +133,12 @@ void SAL_CALL MinMaxLineWrapper::removeEventListener(
 {
     if(!m_pPropertyArrayHelper.get())
     {
-        // /--
         ::osl::MutexGuard aGuard( GetMutex() );
         if(!m_pPropertyArrayHelper.get())
         {
             sal_Bool bSorted = sal_True;
             m_pPropertyArrayHelper = ::boost::shared_ptr< ::cppu::OPropertyArrayHelper >( new 
::cppu::OPropertyArrayHelper( lcl_GetPropertySequence(), bSorted ) );
         }
-        // \--
     }
     return *m_pPropertyArrayHelper.get();
 }
@@ -152,11 +149,9 @@ uno::Reference< beans::XPropertySetInfo > SAL_CALL 
MinMaxLineWrapper::getPropert
 {
     if( !m_xInfo.is() )
     {
-        // /--
         ::osl::MutexGuard aGuard( GetMutex() );
         if( !m_xInfo.is() )
             m_xInfo = ::cppu::OPropertySetHelper::createPropertySetInfo( getInfoHelper() );
-        // \--
     }
     return m_xInfo;
 }
diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
index 23cef15..4f6e5e1 100644
--- a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
@@ -122,7 +122,6 @@ Any WrappedTitleStringProperty::getPropertyDefault( const Reference< beans::XPro
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 class WrappedStackedTextProperty : public WrappedProperty
 {
@@ -141,10 +140,6 @@ WrappedStackedTextProperty::~WrappedStackedTextProperty()
 
 }// end namespace chart
 
-
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 
 namespace
diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
index ed81fb9..4cdabe4 100644
--- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
@@ -61,7 +61,6 @@ const Sequence< Property > & lcl_GetPropertySequence()
 {
     static Sequence< Property > aPropSeq;
 
-    // /--
     MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
     if( 0 == aPropSeq.getLength() )
     {
@@ -137,14 +136,12 @@ void SAL_CALL UpDownBarWrapper::removeEventListener(
 {
     if(!m_pPropertyArrayHelper.get())
     {
-        // /--
         ::osl::MutexGuard aGuard( GetMutex() );
         if(!m_pPropertyArrayHelper.get())
         {
             sal_Bool bSorted = sal_True;
             m_pPropertyArrayHelper = ::boost::shared_ptr< ::cppu::OPropertyArrayHelper >( new 
::cppu::OPropertyArrayHelper( lcl_GetPropertySequence(), bSorted ) );
         }
-        // \--
     }
     return *m_pPropertyArrayHelper.get();
 }
@@ -155,11 +152,9 @@ uno::Reference< beans::XPropertySetInfo > SAL_CALL 
UpDownBarWrapper::getProperty
 {
     if( !m_xInfo.is() )
     {
-        // /--
         ::osl::MutexGuard aGuard( GetMutex() );
         if( !m_xInfo.is() )
             m_xInfo = ::cppu::OPropertySetHelper::createPropertySetInfo( getInfoHelper() );
-        // \--
     }
     return m_xInfo;
 }
@@ -322,7 +317,6 @@ uno::Any SAL_CALL UpDownBarWrapper::getPropertyDefault( const ::rtl::OUString& r
 {
     static tPropertyValueMap aStaticDefaults;
 
-    // /--
     ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
     if( 0 == aStaticDefaults.size() )
     {
diff --git a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx
index 2a69e0c..a31f971 100644
--- a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx
@@ -64,7 +64,6 @@ const Sequence< Property > & lcl_GetPropertySequence()
 {
     static Sequence< Property > aPropSeq;
 
-    // /--
     MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
     if( 0 == aPropSeq.getLength() )
     {
@@ -114,10 +113,8 @@ void SAL_CALL WallFloorWrapper::dispose()
     Reference< uno::XInterface > xSource( static_cast< ::cppu::OWeakObject* >( this ) );
     m_aEventListenerContainer.disposeAndClear( lang::EventObject( xSource ) );
 
-    // /--
     MutexGuard aGuard( GetMutex());
     clearWrappedPropertySet();
-    // \--
 }
 
 void SAL_CALL WallFloorWrapper::addEventListener(
diff --git a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx
index 8000f53..3a89ebc 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx
@@ -70,8 +70,6 @@ Any WrappedAddInProperty::getPropertyValue( const Reference< beans::XPropertySet
 }
 
 //.............................................................................
-//.............................................................................
-//.............................................................................
 
 WrappedBaseDiagramProperty::WrappedBaseDiagramProperty( ChartDocumentWrapper& 
rChartDocumentWrapper )
     : ::chart::WrappedProperty( C2U( "BaseDiagram" ), OUString() )
@@ -99,8 +97,6 @@ Any WrappedBaseDiagramProperty::getPropertyValue( const Reference< beans::XPrope
 }
 
 //.............................................................................
-//.............................................................................
-//.............................................................................
 
 WrappedAdditionalShapesProperty::WrappedAdditionalShapesProperty( ChartDocumentWrapper& 
rChartDocumentWrapper )
     : ::chart::WrappedProperty( C2U( "AdditionalShapes" ), OUString() )
@@ -124,8 +120,6 @@ Any WrappedAdditionalShapesProperty::getPropertyValue( const Reference< beans::X
 }
 
 //.............................................................................
-//.............................................................................
-//.............................................................................
 
 WrappedRefreshAddInAllowedProperty::WrappedRefreshAddInAllowedProperty( ChartDocumentWrapper& 
rChartDocumentWrapper )
     : ::chart::WrappedProperty( C2U( "RefreshAddInAllowed" ), OUString() )
@@ -152,10 +146,9 @@ Any WrappedRefreshAddInAllowedProperty::getPropertyValue( const Reference< 
beans
     return uno::makeAny( m_rChartDocumentWrapper.getUpdateAddIn() );
 }
 
-}
+} //namespace wrapper
 
-//.............................................................................
 } //namespace chart
-//.............................................................................
+
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx 
b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx
index c11d06f..b35f660 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx
@@ -102,11 +102,10 @@ private:
     ChartDocumentWrapper& m_rChartDocumentWrapper;
 };
 
-}
+} //namespace wrapper
 
-//.............................................................................
 } //namespace chart
-//.............................................................................
+
 
 // CHART_WRAPPED_ADDIN_PROPERTY_HXX
 #endif
diff --git a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx
index 4b8681b..6a159db 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx
@@ -130,8 +130,7 @@ void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList )
 }//anonymous namespace
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
+
 //static
 void WrappedAutomaticPositionProperties::addProperties( ::std::vector< Property > & rOutProperties 
)
 {
@@ -144,7 +143,6 @@ void WrappedAutomaticPositionProperties::addProperties( ::std::vector< Property
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 //static
 void WrappedAutomaticPositionProperties::addWrappedProperties( std::vector< WrappedProperty* >& 
rList )
diff --git a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
index 83289bf..f3398c0 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
@@ -216,8 +216,6 @@ Any WrappedAxisAndGridExistenceProperty::getPropertyDefault( const Reference< be
 }
 
 
//---------------------------------------------------------------------------------------------------------------
-//---------------------------------------------------------------------------------------------------------------
-//---------------------------------------------------------------------------------------------------------------
 
 class WrappedAxisTitleExistenceProperty : public WrappedProperty
 {
@@ -335,8 +333,6 @@ Any WrappedAxisTitleExistenceProperty::getPropertyDefault( const Reference< bean
 }
 
 
//---------------------------------------------------------------------------------------------------------------
-//---------------------------------------------------------------------------------------------------------------
-//---------------------------------------------------------------------------------------------------------------
 
 class WrappedAxisLabelExistenceProperty : public WrappedProperty
 {
diff --git a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx 
b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx
index dd61775..f7104d9 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx
@@ -48,8 +48,6 @@ public:
 };
 
 
//---------------------------------------------------------------------------------------------------------------
-//---------------------------------------------------------------------------------------------------------------
-//---------------------------------------------------------------------------------------------------------------
 
 class WrappedAxisTitleExistenceProperties
 {
@@ -59,8 +57,6 @@ public:
 };
 
 
//---------------------------------------------------------------------------------------------------------------
-//---------------------------------------------------------------------------------------------------------------
-//---------------------------------------------------------------------------------------------------------------
 
 class WrappedAxisLabelExistenceProperties
 {
diff --git a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx
index 591b6e4..eeb167e 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx
@@ -43,10 +43,6 @@ using ::com::sun::star::uno::Any;
 using ::rtl::OUString;
 
 //.............................................................................
-//.............................................................................
-
-//.............................................................................
-//.............................................................................
 
 namespace chart
 {
@@ -137,8 +133,6 @@ Any WrappedCharacterHeightProperty_Base::convertOuterToInnerValue( const Any& rO
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedCharacterHeightProperty::WrappedCharacterHeightProperty( ReferenceSizePropertyProvider* 
pRefSizePropProvider )
         : WrappedCharacterHeightProperty_Base( C2U( "CharHeight" ), pRefSizePropProvider )
diff --git a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx
index 1edf7e5..d4cf7f2 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx
@@ -51,8 +51,6 @@ namespace wrapper
 {
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 class WrappedDataCaptionProperty : public WrappedSeriesOrDiagramProperty< sal_Int32 >
 {
@@ -118,8 +116,7 @@ void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList
 }//anonymous namespace
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
+
 //static
 void WrappedDataCaptionProperties::addProperties( ::std::vector< Property > & rOutProperties )
 {
@@ -132,7 +129,6 @@ void WrappedDataCaptionProperties::addProperties( ::std::vector< Property > & rO
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 //static
 void WrappedDataCaptionProperties::addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& 
rList
@@ -142,7 +138,6 @@ void WrappedDataCaptionProperties::addWrappedPropertiesForSeries( std::vector< W
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 //static
 void WrappedDataCaptionProperties::addWrappedPropertiesForDiagram( std::vector< WrappedProperty* 
& rList
@@ -152,8 +147,6 @@ void WrappedDataCaptionProperties::addWrappedPropertiesForDiagram( std::vector<
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedDataCaptionProperty::WrappedDataCaptionProperty(
       ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact
@@ -186,8 +179,6 @@ void WrappedDataCaptionProperty::setValueToSeries( const Reference< beans::XProp
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 } //namespace wrapper
 } //namespace chart
diff --git a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx 
b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx
index 8dfc0b7..273118e 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx
@@ -41,8 +41,6 @@ namespace wrapper
 {
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 class WrappedDataCaptionProperties
 {
diff --git a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx
index 551c1e8..274f881 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx
@@ -50,8 +50,6 @@ const sal_Int32 DEFAULT_GAPWIDTH = 100;
 const sal_Int32 DEFAULT_OVERLAP = 0;
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedBarPositionProperty_Base::WrappedBarPositionProperty_Base(
                   const ::rtl::OUString& rOuterName
@@ -172,8 +170,6 @@ Any WrappedBarPositionProperty_Base::getPropertyValue( const Reference< beans::X
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedGapwidthProperty::WrappedGapwidthProperty(
         ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
@@ -185,8 +181,6 @@ WrappedGapwidthProperty::~WrappedGapwidthProperty()
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedBarOverlapProperty::WrappedBarOverlapProperty(
         ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
diff --git a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
index 0d027e4..7aac28c 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
@@ -117,8 +117,6 @@ Any WrappedNumberFormatProperty::getPropertyDefault( const Reference< beans::XPr
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedLinkNumberFormatProperty::WrappedLinkNumberFormatProperty( WrappedNumberFormatProperty* 
pWrappedNumberFormatProperty )
         : WrappedProperty( C2U("LinkNumberFormatToSource"), C2U("") )
diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx
index 0d8338f..0897dc0 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx
@@ -140,8 +140,6 @@ enum
 }//anonymous namespace
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //static
 void WrappedScaleTextProperties::addProperties( ::std::vector< Property > & rOutProperties )
 {
@@ -154,7 +152,6 @@ void WrappedScaleTextProperties::addProperties( ::std::vector< Property > & rOut
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 //static
 void WrappedScaleTextProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx
index db09e53..c2269df 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx
@@ -55,8 +55,6 @@ void WrappedSceneProperty::addWrappedProperties( std::vector< WrappedProperty* >
 }
 
 
//----------------------------------------------------------------------------------------------------------------------
-//----------------------------------------------------------------------------------------------------------------------
-//----------------------------------------------------------------------------------------------------------------------
 
 WrappedD3DTransformMatrixProperty::WrappedD3DTransformMatrixProperty(
             ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx 
b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
index a9be23b..3280f45 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
@@ -41,9 +41,6 @@ namespace wrapper
 {
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-
 class WrappedSceneProperty
 {
 public:
@@ -52,9 +49,6 @@ public:
 };
 
 
//----------------------------------------------------------------------------------------------------------------------
-//----------------------------------------------------------------------------------------------------------------------
-//----------------------------------------------------------------------------------------------------------------------
-
 class WrappedD3DTransformMatrixProperty : public WrappedProperty
 {
 public:
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
index a3e5624..b016927 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
@@ -50,9 +50,6 @@ namespace wrapper
 {
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 //PROPERTYTYPE is the type of the outer property
 
 template< typename PROPERTYTYPE >
@@ -196,8 +193,6 @@ enum
 }//anonymous namespace
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //static
 void WrappedSplineProperties::addProperties( ::std::vector< Property > & rOutProperties )
 {
@@ -225,8 +220,6 @@ void WrappedSplineProperties::addProperties( ::std::vector< Property > & rOutPro
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 //static
 void WrappedSplineProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList
                                     , ::boost::shared_ptr< Chart2ModelContact > 
spChart2ModelContact )
@@ -237,9 +230,6 @@ void WrappedSplineProperties::addWrappedProperties( std::vector< WrappedProperty
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 
 WrappedSplineTypeProperty::WrappedSplineTypeProperty( ::boost::shared_ptr< Chart2ModelContact > 
spChart2ModelContact )
     : WrappedSplineProperty<sal_Int32>( C2U("SplineType"), C2U("CurveStyle"), 
uno::makeAny(sal_Int32(0)), spChart2ModelContact )
@@ -279,9 +269,6 @@ Any WrappedSplineTypeProperty::convertOuterToInnerValue( const Any& rOuterValue
     
     return uno::makeAny(aInnerValue);
 }
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 } //namespace wrapper
 } //namespace chart
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx 
b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx
index bf540f4..914be2c 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx
@@ -41,8 +41,6 @@ namespace wrapper
 {
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 class WrappedSplineProperties
 {
diff --git a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
index b7df21f..3cc28c2 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
@@ -70,7 +70,6 @@ Any lcl_getRegressionDefault()
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 ::com::sun::star::chart::ChartRegressionCurveType lcl_getRegressionCurveType( 
RegressionCurveHelper::tRegressionType eRegressionType )
 {
@@ -97,7 +96,6 @@ Any lcl_getRegressionDefault()
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 RegressionCurveHelper::tRegressionType lcl_getRegressionType( 
::com::sun::star::chart::ChartRegressionCurveType eRegressionCurveType )
 {
@@ -181,8 +179,6 @@ void lcl_ConvertRangeToXML(
 }//anonymous namespace
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 template< typename PROPERTYTYPE >
 class WrappedStatisticProperty : public WrappedSeriesOrDiagramProperty< PROPERTYTYPE >
@@ -219,8 +215,6 @@ protected:
 };
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_CONST_ERROR_LOW
 class WrappedConstantErrorLowProperty : public WrappedStatisticProperty< double >
 {
@@ -261,6 +255,7 @@ double WrappedConstantErrorLowProperty::getValueFromSeries( const Reference< bea
     }
     return aRet;
 }
+
 void WrappedConstantErrorLowProperty::setValueToSeries( const Reference< beans::XPropertySet >& 
xSeriesPropertySet, double aNewValue ) const
 {
     uno::Reference< beans::XPropertySet > xErrorBarProperties( 
getOrCreateErrorBarProperties(xSeriesPropertySet) );
@@ -273,8 +268,7 @@ void WrappedConstantErrorLowProperty::setValueToSeries( const Reference< beans::
         }
     }
 }
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
+
 //-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_CONST_ERROR_HIGH
 class WrappedConstantErrorHighProperty : public WrappedStatisticProperty< double >
@@ -316,6 +310,7 @@ double WrappedConstantErrorHighProperty::getValueFromSeries( const Reference< be
     }
     return aRet;
 }
+
 void WrappedConstantErrorHighProperty::setValueToSeries( const Reference< beans::XPropertySet >& 
xSeriesPropertySet, double aNewValue ) const
 {
     uno::Reference< beans::XPropertySet > xErrorBarProperties( 
getOrCreateErrorBarProperties(xSeriesPropertySet) );
@@ -328,8 +323,7 @@ void WrappedConstantErrorHighProperty::setValueToSeries( const Reference< beans:
         }
     }
 }
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
+
 //-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_MEAN_VALUE
 class WrappedMeanValueProperty : public WrappedStatisticProperty< sal_Bool >
@@ -361,6 +355,7 @@ sal_Bool WrappedMeanValueProperty::getValueFromSeries( const Reference< beans::X
         bRet = RegressionCurveHelper::hasMeanValueLine( xRegCnt );
     return bRet;
 }
+
 void WrappedMeanValueProperty::setValueToSeries( const Reference< beans::XPropertySet >& 
xSeriesPropertySet, sal_Bool aNewValue ) const
 {
     uno::Reference< chart2::XRegressionCurveContainer > xRegCnt( xSeriesPropertySet, 
uno::UNO_QUERY );
@@ -372,8 +367,7 @@ void WrappedMeanValueProperty::setValueToSeries( const Reference< beans::XProper
             RegressionCurveHelper::removeMeanValueLine( xRegCnt );
     }
 }
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
+
 //-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_ERROR_CATEGORY
 // deprecated, replaced by ErrorBarStyle
@@ -475,8 +469,6 @@ void WrappedErrorCategoryProperty::setValueToSeries( const Reference< beans::XPr
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_PERCENT_ERROR
 class WrappedPercentageErrorProperty : public WrappedStatisticProperty< double >
 {
@@ -532,8 +524,6 @@ void WrappedPercentageErrorProperty::setValueToSeries( const Reference< beans::X
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_ERROR_MARGIN
 class WrappedErrorMarginProperty : public WrappedStatisticProperty< double >
 {
@@ -589,8 +579,6 @@ void WrappedErrorMarginProperty::setValueToSeries( const Reference< beans::XProp
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_ERROR_INDICATOR
 class WrappedErrorIndicatorProperty : public WrappedStatisticProperty< 
::com::sun::star::chart::ChartErrorIndicatorType >
 {
@@ -665,8 +653,6 @@ void WrappedErrorIndicatorProperty::setValueToSeries( const Reference< beans::XP
 
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_ERROR_BAR_STYLE
 // this is the new constant group that replaces the deprecated enum ChartErrorCategory
 class WrappedErrorBarStyleProperty : public WrappedStatisticProperty< sal_Int32 >
@@ -715,8 +701,6 @@ void WrappedErrorBarStyleProperty::setValueToSeries( const Reference< beans::XPr
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_ERROR_RANGE_POSITIVE
 class WrappedErrorBarRangePositiveProperty : public WrappedStatisticProperty< OUString >
 {
@@ -784,8 +768,6 @@ void WrappedErrorBarRangePositiveProperty::setValueToSeries( const Reference< be
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_ERROR_RANGE_NEGATIVE
 class WrappedErrorBarRangeNegativeProperty : public WrappedStatisticProperty< OUString >
 {
@@ -853,8 +835,6 @@ void WrappedErrorBarRangeNegativeProperty::setValueToSeries( const Reference< be
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_REGRESSION_CURVES
 class WrappedRegressionCurvesProperty : public WrappedStatisticProperty< 
::com::sun::star::chart::ChartRegressionCurveType >
 {
@@ -903,8 +883,6 @@ void WrappedRegressionCurvesProperty::setValueToSeries( const Reference< beans::
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //PROP_CHART_STATISTIC_REGRESSION_PROPERTIES
 //PROP_CHART_STATISTIC_ERROR_PROPERTIES
 //PROP_CHART_STATISTIC_MEAN_VALUE_PROPERTIES
@@ -980,8 +958,6 @@ void WrappedStatisticPropertySetProperty::setValueToSeries(
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 namespace
 {
@@ -1127,8 +1103,6 @@ void WrappedStatisticProperties::addProperties( ::std::vector< Property > & 
rOut
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 //static
 void WrappedStatisticProperties::addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& 
rList
                                     , ::boost::shared_ptr< Chart2ModelContact > 
spChart2ModelContact )
@@ -1137,8 +1111,6 @@ void WrappedStatisticProperties::addWrappedPropertiesForSeries( std::vector< 
Wra
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 //static
 void WrappedStatisticProperties::addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& 
rList
                                     , ::boost::shared_ptr< Chart2ModelContact > 
spChart2ModelContact )
@@ -1146,10 +1118,6 @@ void WrappedStatisticProperties::addWrappedPropertiesForDiagram( 
std::vector< Wr
     lcl_addWrappedProperties( rList, spChart2ModelContact, DIAGRAM  );
 }
 
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 } //namespace wrapper
 } //namespace chart
 //.............................................................................
diff --git a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx
index d678c48..3ac9329 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx
@@ -51,9 +51,6 @@ namespace chart
 namespace wrapper
 {
 
-
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 
 class WrappedStockProperty : public WrappedProperty
@@ -136,8 +133,6 @@ void WrappedStockProperty::setPropertyValue( const ::com::sun::star::uno::Any& r
 }
 
 //-------------------------------------------------------------------------------------
-//-------------------------------------------------------------------------------------
-//-------------------------------------------------------------------------------------
 
 class WrappedVolumeProperty : public WrappedStockProperty
 {
@@ -211,8 +206,6 @@ uno::Reference< chart2::XChartTypeTemplate > WrappedVolumeProperty::getNewTempla
 }
 
 //-------------------------------------------------------------------------------------
-//-------------------------------------------------------------------------------------
-
 
 class WrappedUpDownProperty : public WrappedStockProperty
 {
@@ -290,8 +283,6 @@ enum
 }//anonymous namespace
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //static
 void WrappedStockProperties::addProperties( ::std::vector< Property > & rOutProperties )
 {
@@ -312,8 +303,6 @@ void WrappedStockProperties::addProperties( ::std::vector< Property > & rOutProp
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 //static
 void WrappedStockProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList
                                     , ::boost::shared_ptr< Chart2ModelContact > 
spChart2ModelContact )
@@ -322,10 +311,6 @@ void WrappedStockProperties::addWrappedProperties( std::vector< 
WrappedProperty*
     rList.push_back( new WrappedUpDownProperty( spChart2ModelContact ) );
 }
 
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 } //namespace wrapper
 } //namespace chart
 //.............................................................................
diff --git a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx 
b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx
index be6c848..d119d1c 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx
@@ -41,8 +41,6 @@ namespace wrapper
 {
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 class WrappedStockProperties
 {
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx
index f814691..9fb9ea5 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx
@@ -69,8 +69,6 @@ namespace wrapper
 
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 class WrappedSymbolTypeProperty : public WrappedSeriesOrDiagramProperty< sal_Int32 >
 {
@@ -200,8 +198,6 @@ void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList
 }//anonymous namespace
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 //static
 void WrappedSymbolProperties::addProperties( ::std::vector< Property > & rOutProperties )
 {
@@ -235,8 +231,6 @@ void WrappedSymbolProperties::addProperties( ::std::vector< Property > & rOutPro
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 //static
 void WrappedSymbolProperties::addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList
                                     , ::boost::shared_ptr< Chart2ModelContact > 
spChart2ModelContact )
@@ -245,8 +239,6 @@ void WrappedSymbolProperties::addWrappedPropertiesForSeries( std::vector< Wrappe
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 //static
 void WrappedSymbolProperties::addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& 
rList
                                     , ::boost::shared_ptr< Chart2ModelContact > 
spChart2ModelContact )
@@ -255,8 +247,6 @@ void WrappedSymbolProperties::addWrappedPropertiesForDiagram( std::vector< Wrapp
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedSymbolTypeProperty::WrappedSymbolTypeProperty(
     ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
@@ -345,8 +335,6 @@ beans::PropertyState WrappedSymbolTypeProperty::getPropertyState( const Referenc
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedSymbolBitmapURLProperty::WrappedSymbolBitmapURLProperty(
     ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
@@ -420,8 +408,6 @@ void WrappedSymbolBitmapURLProperty::setValueToSeries(
 
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 namespace
 {
@@ -546,8 +532,6 @@ beans::PropertyState WrappedSymbolSizeProperty::getPropertyState( const Referenc
 }
 
 //-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
 
 WrappedSymbolAndLinesProperty::WrappedSymbolAndLinesProperty(
     ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
@@ -585,10 +569,6 @@ beans::PropertyState WrappedSymbolAndLinesProperty::getPropertyState( const 
Refe
     return beans::PropertyState_DEFAULT_VALUE;
 }
 
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-
 } //namespace wrapper
 } //namespace chart
 //.............................................................................
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx 
b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
index 7999619..8e5146d 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
@@ -41,8 +41,6 @@ namespace wrapper
 {
 
 
//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
-//-----------------------------------------------------------------------------------------------------------------
 
 class WrappedSymbolProperties
 {
diff --git a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx 
b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
index 7a65a64..19b0063 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
@@ -41,7 +41,6 @@ using ::rtl::OUString;
 //.............................................................................
 namespace chart
 {
-//.............................................................................
 
 WrappedTextRotationProperty::WrappedTextRotationProperty( bool bDirectState )
     : ::chart::WrappedProperty( C2U( "TextRotation" ), C2U( "TextRotation" ) )
@@ -83,7 +82,6 @@ Any WrappedTextRotationProperty::convertOuterToInnerValue( const Any& rOuterValu
     return aRet;
 }
 
-//.............................................................................
 } //namespace chart
 //.............................................................................
 
diff --git a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx 
b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx
index bc6ec18..8c1fb15 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx
@@ -33,7 +33,6 @@
 //.............................................................................
 namespace chart
 {
-//.............................................................................
 
 class WrappedTextRotationProperty : public WrappedProperty
 {
@@ -51,7 +50,6 @@ protected:
     bool m_bDirectState;
 };
 
-//.............................................................................
 } //namespace chart
 //.............................................................................
 
-- 
1.7.1


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.