diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-12 20:15:10 +0000 |
---|---|---|
committer | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-12 20:21:46 +0000 |
commit | 06514ed3d609f63cca40f41aec2a8d9ffd0b1509 (patch) | |
tree | 7ac376c2e09178e16668d22e20b16ab789b3810f /svx/source | |
parent | 8e0a6bc72f7b07bc63522fbcd9d770c4f3a0e3bd (diff) |
Remove unused Beschreibung (Description) comments
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/hdft.cxx | 12 | ||||
-rw-r--r-- | svx/source/dialog/hyprdlg.hxx | 4 | ||||
-rw-r--r-- | svx/source/dialog/hyprlink.cxx | 48 | ||||
-rw-r--r-- | svx/source/dialog/optgrid.cxx | 12 | ||||
-rw-r--r-- | svx/source/items/hlnkitem.cxx | 33 |
5 files changed, 0 insertions, 109 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx index 73027e192d6e..f843ae7e5c84 100644 --- a/svx/source/dialog/hdft.cxx +++ b/svx/source/dialog/hdft.cxx @@ -90,10 +90,6 @@ static USHORT pRanges[] = 0 }; -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - // gibt den Bereich der Which-Werte zurueck @@ -711,10 +707,6 @@ void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet ) } } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvxHFPage::ActivatePage( const SfxItemSet& rSet ) { const SfxPoolItem* pItem = GetItem( rSet, SID_ATTR_LRSPACE ); @@ -866,10 +858,6 @@ void SvxHFPage::ActivatePage( const SfxItemSet& rSet ) RangeHdl( 0 ); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - int SvxHFPage::DeactivatePage( SfxItemSet* _pSet ) { if ( _pSet ) diff --git a/svx/source/dialog/hyprdlg.hxx b/svx/source/dialog/hyprdlg.hxx index 17c1f43e6192..d22160125003 100644 --- a/svx/source/dialog/hyprdlg.hxx +++ b/svx/source/dialog/hyprdlg.hxx @@ -39,10 +39,6 @@ class SvxHyperlinkDlg; class SfxViewFrame; -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - class HyperCombo : public ComboBox { SvxHyperlinkDlg *pDlg; diff --git a/svx/source/dialog/hyprlink.cxx b/svx/source/dialog/hyprlink.cxx index 72c27f667f8d..0fef3933d21d 100644 --- a/svx/source/dialog/hyprlink.cxx +++ b/svx/source/dialog/hyprlink.cxx @@ -198,10 +198,6 @@ SvxHyperlinkDlg::SvxHyperlinkDlg( SfxBindings *_pBindings, Window* pParent) : HideItem( BTN_INET_SEARCH ); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SvxHyperlinkDlg::~SvxHyperlinkDlg() { SfxImageManager::GetImageManager( 0 )->ReleaseToolBox(this); @@ -242,10 +238,6 @@ void SvxHyperlinkDlg::Resize() } } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvxHyperlinkDlg::Resizing(Size& rSize) { if (rSize.Height() > nMaxHeight) @@ -334,10 +326,6 @@ void SvxHyperlinkDlg::StateChanged( USHORT nSID, SfxItemState eState, } } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - IMPL_LINK( SvxHyperlinkDlg, TBClickHdl, ToolBox *, pBox ) { switch (pBox->GetCurItemId()) @@ -359,10 +347,6 @@ IMPL_LINK( SvxHyperlinkDlg, TBClickHdl, ToolBox *, pBox ) return TRUE; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - IMPL_LINK( SvxHyperlinkDlg, TBSelectHdl, ToolBox *, pBox ) { switch (pBox->GetCurItemId()) @@ -455,10 +439,6 @@ IMPL_LINK( SvxHyperlinkDlg, DropdownClick, ToolBox *, pBox ) return TRUE; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvxHyperlinkDlg::TargetMenu(const String& rSelEntry, BOOL bExecute) { if (pTargetMenu && !bExecute) @@ -520,10 +500,6 @@ void SvxHyperlinkDlg::TargetMenu(const String& rSelEntry, BOOL bExecute) } } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - IMPL_LINK( SvxHyperlinkDlg, LinkPopupSelectHdl, Menu *, pMenu ) { switch (pMenu->GetCurItemId()) @@ -539,10 +515,6 @@ IMPL_LINK( SvxHyperlinkDlg, LinkPopupSelectHdl, Menu *, pMenu ) return TRUE; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - IMPL_LINK( SvxHyperlinkDlg, SearchPopupSelectHdl, Menu *, pMenu ) { const SvxSearchEngineData& rData = aSearchConfig.GetData(pMenu->GetCurItemId() - 1); @@ -619,10 +591,6 @@ IMPL_LINK( SvxHyperlinkDlg, SearchPopupSelectHdl, Menu *, pMenu ) return TRUE; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - IMPL_LINK( SvxHyperlinkDlg, BookmarkFoundHdl, String *, pUrl ) { if (pUrl && pUrl->Len()) @@ -787,10 +755,6 @@ IMPL_LINK( SvxHyperlinkDlg, ComboSelectHdl, ComboBox *, pCombo ) return TRUE; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - IMPL_LINK( SvxHyperlinkDlg, ComboModifyHdl, ComboBox *, pCombo ) { BOOL bEnable = TRUE; @@ -905,10 +869,6 @@ long HyperCombo::PreNotify( NotifyEvent& rNEvt ) return nHandled; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - long HyperCombo::CalcResizeWidth( long nW ) { long nNewWidth = Max(nMaxWidth - nW * GetRatio() / 100L, nMinWidth); @@ -922,10 +882,6 @@ long HyperCombo::CalcResizeWidth( long nW ) return 0; // Kein Resize notwendig } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void HyperCombo::DoResize( long nNewWidth ) { SetSizePixel(Size(nNewWidth, GetSizePixel().Height())); @@ -983,10 +939,6 @@ SvxHyperlinkDlgWrapper::SvxHyperlinkDlgWrapper( Window* _pParent, USHORT nId, eChildAlignment = SFX_ALIGN_TOP; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SfxChildWinInfo SvxHyperlinkDlgWrapper::GetInfo() const { SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); diff --git a/svx/source/dialog/optgrid.cxx b/svx/source/dialog/optgrid.cxx index ddd57cc3cf4b..c50286db6ee1 100644 --- a/svx/source/dialog/optgrid.cxx +++ b/svx/source/dialog/optgrid.cxx @@ -108,19 +108,11 @@ SvxGridItem::SvxGridItem( const SvxGridItem& rItem ) }; -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SfxPoolItem* SvxGridItem::Clone( SfxItemPool* ) const { return new SvxGridItem( *this ); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - int SvxGridItem::operator==( const SfxPoolItem& rAttr ) const { DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unterschiedliche Typen" ); @@ -139,10 +131,6 @@ int SvxGridItem::operator==( const SfxPoolItem& rAttr ) const nFldSnapY == rItem.nFldSnapY ); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SfxItemPresentation SvxGridItem::GetPresentation ( SfxItemPresentation ePres, diff --git a/svx/source/items/hlnkitem.cxx b/svx/source/items/hlnkitem.cxx index de0f95d447ce..8b9252c66c37 100644 --- a/svx/source/items/hlnkitem.cxx +++ b/svx/source/items/hlnkitem.cxx @@ -45,10 +45,6 @@ TYPEINIT1_FACTORY(SvxHyperlinkItem, SfxPoolItem, new SvxHyperlinkItem(0)); // class SvxHyperlinkItem ------------------------------------------------ -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - #define HYPERLINKFF_MARKER 0x599401FE SvStream& SvxHyperlinkItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const @@ -130,10 +126,6 @@ SvStream& SvxHyperlinkItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ return rStrm; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SfxPoolItem* SvxHyperlinkItem::Create( SvStream &rStrm, sal_uInt16 /*nItemVersion*/ ) const { SvxHyperlinkItem* pNew = new SvxHyperlinkItem( Which() ); @@ -208,10 +200,6 @@ SfxPoolItem* SvxHyperlinkItem::Create( SvStream &rStrm, sal_uInt16 /*nItemVer return pNew; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SvxHyperlinkItem::SvxHyperlinkItem( const SvxHyperlinkItem& rHyperlinkItem ): SfxPoolItem(rHyperlinkItem) { @@ -229,10 +217,6 @@ SvxHyperlinkItem::SvxHyperlinkItem( const SvxHyperlinkItem& rHyperlinkItem ): }; -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SvxHyperlinkItem::SvxHyperlinkItem( sal_uInt16 _nWhich, String& rName, String& rURL, String& rTarget, String& rIntName, SvxLinkInsertMode eTyp, sal_uInt16 nEvents, SvxMacroTableDtor *pMacroTbl ): @@ -250,19 +234,11 @@ SvxHyperlinkItem::SvxHyperlinkItem( sal_uInt16 _nWhich, String& rName, String& r pMacroTable=NULL; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SfxPoolItem* SvxHyperlinkItem::Clone( SfxItemPool* ) const { return new SvxHyperlinkItem( *this ); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - int SvxHyperlinkItem::operator==( const SfxPoolItem& rAttr ) const { DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unterschiedliche Typen" ); @@ -305,11 +281,6 @@ int SvxHyperlinkItem::operator==( const SfxPoolItem& rAttr ) const return sal_True; } - -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvxHyperlinkItem::SetMacro( sal_uInt16 nEvent, const SvxMacro& rMacro ) { if( nEvent < EVENT_SFX_START ) @@ -341,10 +312,6 @@ void SvxHyperlinkItem::SetMacro( sal_uInt16 nEvent, const SvxMacro& rMacro ) pMacroTable->Insert( nEvent, new SvxMacro( rMacro ) ); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvxHyperlinkItem::SetMacroTable( const SvxMacroTableDtor& rTbl ) { if ( pMacroTable ) |