summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-12 15:42:42 +0000
committerJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-12 15:42:42 +0000
commitb36d193bb3d5b33918a08b23ac13623c752b9ab1 (patch)
tree46f7b81286853c035ff3c79888d6fa8d5ce94424
parent4553ff82f60ac1d59030f249c33675760354f76b (diff)
Remove empty Beschreibung (Description) comments
-rw-r--r--cui/source/options/optpath.cxx5
-rw-r--r--cui/source/tabpages/backgrnd.cxx86
-rw-r--r--cui/source/tabpages/grfpage.cxx23
-rw-r--r--cui/source/tabpages/numpages.cxx4
4 files changed, 0 insertions, 118 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 8cc0f2c20000..56c05f9062d5 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 4165efb1e969..489a64b5411a 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 0500207c2049..85bc19f67daf 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 339abf62895c..97d81ea2828e 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())