[Libreoffice-commits] .: cui/source

J Graeme Lingard jgraeme at kemper.freedesktop.org
Fri Nov 12 07:43:55 PST 2010


 cui/source/options/optpath.cxx   |    5 --
 cui/source/tabpages/backgrnd.cxx |   86 ---------------------------------------
 cui/source/tabpages/grfpage.cxx  |   23 ----------
 cui/source/tabpages/numpages.cxx |    4 -
 4 files changed, 118 deletions(-)

New commits:
commit 82f8bfca539f59cf2178b790de8712a0388419dd
Author: J. Graeme Lingard <jgraeme+git at gmail.com>
Date:   Fri Nov 12 15:42:42 2010 +0000

    Remove empty Beschreibung (Description) comments

diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index b829daf..df491a3 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -406,11 +406,6 @@ void SvxPathTabPage::FillUserData()
 // -----------------------------------------------------------------------
 
 IMPL_LINK( SvxPathTabPage, PathSelect_Impl, svx::OptHeaderTabListBox *, EMPTYARG )
-
-/*	[Beschreibung]
-
-*/
-
 {
     USHORT nSelCount = 0;
     SvLBoxEntry* pEntry = pPathBox->FirstSelected();
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index 17aaf24..00155db 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -131,10 +131,6 @@ void lcl_SetTransparency(SvxBrushItem& rBrush, long nTransparency)
 }
 //-------------------------------------------------------------------------
 
-/*	[Beschreibung]
-
-*/
-
 USHORT GetItemId_Impl( ValueSet& rValueSet, const Color& rCol )
 {
     BOOL	bFound = FALSE;
@@ -194,10 +190,6 @@ BackgroundPreviewImpl::BackgroundPreviewImpl
     BOOL bIsBmpPreview
 ) :
 
-/*	[Beschreibung]
-
-*/
-
     Window( pParent, rResId ),
 
     bIsBmp	 ( bIsBmpPreview ),
@@ -213,11 +205,6 @@ BackgroundPreviewImpl::BackgroundPreviewImpl
 //-----------------------------------------------------------------------
 
 BackgroundPreviewImpl::~BackgroundPreviewImpl()
-
-/*	[Beschreibung]
-
-*/
-
 {
     delete pBitmap;
 }
@@ -239,10 +226,6 @@ void BackgroundPreviewImpl::NotifyChange( const Color& rColor )
 //-----------------------------------------------------------------------
 
 void BackgroundPreviewImpl::NotifyChange( const Bitmap* pNewBitmap )
-/*	[Beschreibung]
-
-*/
-
 {
     if ( bIsBmp && (pNewBitmap || pBitmap) )
     {
@@ -334,10 +317,6 @@ void BackgroundPreviewImpl::DataChanged( const DataChangedEvent& rDCEvt )
 SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent,
                                             const SfxItemSet& rCoreSet ) :
 
-/*	[Beschreibung]
-
-*/
-
     SvxTabPage( pParent, CUI_RES( RID_SVXPAGE_BACKGROUND ), rCoreSet ),
 
     aBorderWin			( this, CUI_RES(CT_BORDER) ),
@@ -404,11 +383,6 @@ SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent,
 //------------------------------------------------------------------------
 
 SvxBackgroundTabPage::~SvxBackgroundTabPage()
-
-/*	[Beschreibung]
-
-*/
-
 {
     delete pPreviewWin1;
     delete pPreviewWin2;
@@ -462,11 +436,6 @@ SfxTabPage* SvxBackgroundTabPage::Create( Window* pParent,
 //------------------------------------------------------------------------
 
 void SvxBackgroundTabPage::Reset( const SfxItemSet& rSet )
-
-/*	[Beschreibung]
-
-*/
-
 {
 // os: So ein Unsinn! Irgendwo laesst sich so ein Item immer finden,
 //		es muss aber im rSet vorhanden sein!
@@ -735,11 +704,6 @@ void SvxBackgroundTabPage::FillUserData()
 //------------------------------------------------------------------------
 
 BOOL SvxBackgroundTabPage::FillItemSet( SfxItemSet& rCoreSet )
-
-/*	[Beschreibung]
-
-*/
-
 {
     if ( pPageImpl->pLoadTimer && pPageImpl->pLoadTimer->IsActive() )
     {
@@ -1088,11 +1052,6 @@ int SvxBackgroundTabPage::DeactivatePage( SfxItemSet* _pSet )
 //-----------------------------------------------------------------------
 
 void SvxBackgroundTabPage::PointChanged( Window* , RECT_POINT  )
-
-/*	[Beschreibung]
-
-*/
-
 {
     // muss implementiert werden, damit Position-Control funktioniert
 }
@@ -1100,11 +1059,6 @@ void SvxBackgroundTabPage::PointChanged( Window* , RECT_POINT  )
 //-----------------------------------------------------------------------
 
 void SvxBackgroundTabPage::ShowSelector()
-
-/*	[Beschreibung]
-
-*/
-
 {
     if( bAllowShowSelector)
     {
@@ -1139,11 +1093,6 @@ void SvxBackgroundTabPage::ShowSelector()
 
 
 void SvxBackgroundTabPage::RaiseLoadError_Impl()
-
-/*	[Beschreibung]
-
-*/
-
 {
     SfxErrorContext aContext( ERRCTX_SVX_BACKGROUND,
                               String(),
@@ -1159,11 +1108,6 @@ void SvxBackgroundTabPage::RaiseLoadError_Impl()
 //------------------------------------------------------------------------
 
 BOOL SvxBackgroundTabPage::LoadLinkedGraphic_Impl()
-
-/*	[Beschreibung]
-
-*/
-
 {
     BOOL bResult = ( aBgdGraphicPath.Len() > 0 ) &&
                    ( GRFILTER_OK == GraphicFilter::LoadGraphic( aBgdGraphicPath,
@@ -1426,11 +1370,6 @@ IMPL_LINK( SvxBackgroundTabPage, BackgroundColorHdl_Impl, ValueSet*, EMPTYARG )
 //------------------------------------------------------------------------
 
 IMPL_LINK( SvxBackgroundTabPage, SelectHdl_Impl, ListBox*, EMPTYARG )
-
-/*	[Beschreibung]
-
-*/
-
 {
     if ( 0 == aLbSelect.GetSelectEntryPos() )
     {
@@ -1448,11 +1387,6 @@ IMPL_LINK( SvxBackgroundTabPage, SelectHdl_Impl, ListBox*, EMPTYARG )
 //------------------------------------------------------------------------
 
 IMPL_LINK( SvxBackgroundTabPage, FileClickHdl_Impl, CheckBox*, pBox )
-
-/*	[Beschreibung]
-
-*/
-
 {
     if ( &aBtnLink == pBox )
     {
@@ -1497,11 +1431,6 @@ IMPL_LINK( SvxBackgroundTabPage, FileClickHdl_Impl, CheckBox*, pBox )
 //------------------------------------------------------------------------
 
 IMPL_LINK( SvxBackgroundTabPage, RadioClickHdl_Impl, RadioButton*, pBtn )
-
-/*	[Beschreibung]
-
-*/
-
 {
     if ( pBtn == &aBtnPosition )
     {
@@ -1624,11 +1553,6 @@ IMPL_LINK( SvxBackgroundTabPage, LoadTimerHdl_Impl, Timer* , pTimer )
 //-----------------------------------------------------------------------
 
 void SvxBackgroundTabPage::ShowTblControl()
-
-/*	[Beschreibung]
-
-*/
-
 {
     aTblLBox			.SetSelectHdl( HDL(TblDestinationHdl_Impl) );
     aTblLBox			.SelectEntryPos(0);
@@ -1652,11 +1576,6 @@ void SvxBackgroundTabPage::ShowParaControl(BOOL bCharOnly)
 //-----------------------------------------------------------------------
 
 IMPL_LINK( SvxBackgroundTabPage, TblDestinationHdl_Impl, ListBox*, pBox )
-
-/*	[Beschreibung]
-
-*/
-
 {
     USHORT nSelPos = pBox->GetSelectEntryPos();
     if( pTableBck_Impl && pTableBck_Impl->nActPos != nSelPos)
@@ -1798,11 +1717,6 @@ IMPL_LINK( SvxBackgroundTabPage, ParaDestinationHdl_Impl, ListBox*, pBox )
 
 void SvxBackgroundTabPage::FillControls_Impl( const SvxBrushItem& rBgdAttr,
                                               const String& rUserData )
-
-/*	[Beschreibung]
-
-*/
-
 {
     SvxGraphicPosition	ePos = rBgdAttr.GetGraphicPos();
     const Color& rColor = rBgdAttr.GetColor();
diff --git a/cui/source/tabpages/grfpage.cxx b/cui/source/tabpages/grfpage.cxx
index 2471545..8067203 100644
--- a/cui/source/tabpages/grfpage.cxx
+++ b/cui/source/tabpages/grfpage.cxx
@@ -137,26 +137,15 @@ SvxGrfCropPage::SvxGrfCropPage ( Window *pParent, const SfxItemSet &rSet )
     aTimer.SetTimeout( 1500 );
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 SvxGrfCropPage::~SvxGrfCropPage()
 {
     aTimer.Stop();
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 SfxTabPage* SvxGrfCropPage::Create(Window *pParent, const SfxItemSet &rSet)
 {
     return new SvxGrfCropPage( pParent, rSet );
 }
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
 
 void SvxGrfCropPage::Reset( const SfxItemSet &rSet )
 {
@@ -247,10 +236,6 @@ void SvxGrfCropPage::Reset( const SfxItemSet &rSet )
     bReset = FALSE;
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 BOOL SvxGrfCropPage::FillItemSet(SfxItemSet &rSet)
 {
     const SfxItemPool& rPool = *rSet.GetPool();
@@ -316,10 +301,6 @@ BOOL SvxGrfCropPage::FillItemSet(SfxItemSet &rSet)
     return bModified;
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 void SvxGrfCropPage::ActivatePage(const SfxItemSet& rSet)
 {
 #ifdef DBG_UTIL
@@ -391,10 +372,6 @@ void SvxGrfCropPage::ActivatePage(const SfxItemSet& rSet)
     CalcZoom();
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 int SvxGrfCropPage::DeactivatePage(SfxItemSet *_pSet)
 {
     if ( _pSet )
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index dcf735b..fcd1b06 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -2256,10 +2256,6 @@ IMPL_LINK( SvxNumOptionsTabPage, SizeHdl_Impl, MetricField *, pField)
     return 0;
 }
 
-/*------------------------------------------------------------------------
- Beschreibung:
-------------------------------------------------------------------------*/
-
 IMPL_LINK( SvxNumOptionsTabPage, RatioHdl_Impl, CheckBox *, pBox )
 {
     if (pBox->IsChecked())


More information about the Libreoffice-commits mailing list