[Libreoffice-commits] .: editeng/inc editeng/source idl/source sfx2/inc sfx2/source svx/source

J Graeme Lingard jgraeme at kemper.freedesktop.org
Fri Nov 12 12:27:14 PST 2010


 editeng/inc/editeng/nhypitem.hxx |    6 ----
 editeng/inc/editeng/nlbkitem.hxx |    7 -----
 editeng/source/misc/swafopt.cxx  |    4 ---
 idl/source/objects/basobj.cxx    |    5 ----
 sfx2/inc/sfx2/tbxctrl.hxx        |    4 ---
 sfx2/source/dialog/tabdlg.cxx    |   10 --------
 sfx2/source/doc/objcont.cxx      |    4 ---
 svx/source/dialog/hdft.cxx       |   12 ---------
 svx/source/dialog/hyprdlg.hxx    |    4 ---
 svx/source/dialog/hyprlink.cxx   |   48 ---------------------------------------
 svx/source/dialog/optgrid.cxx    |   12 ---------
 svx/source/items/hlnkitem.cxx    |   33 --------------------------
 12 files changed, 149 deletions(-)

New commits:
commit 1001283b656bac6605641745484a7d9d081856e5
Author: J. Graeme Lingard <jgraeme+git at gmail.com>
Date:   Fri Nov 12 20:15:10 2010 +0000

    Remove unused Beschreibung (Description) comments

diff --git a/editeng/inc/editeng/nhypitem.hxx b/editeng/inc/editeng/nhypitem.hxx
index 2ffcffc..e515ee4 100644
--- a/editeng/inc/editeng/nhypitem.hxx
+++ b/editeng/inc/editeng/nhypitem.hxx
@@ -34,12 +34,6 @@
 #include <editeng/editengdllapi.h>
 
 // class SvxNoHyphenItem -------------------------------------------------
-
-/*	[Beschreibung]
-
-    PB: ???
-*/
-
 class EDITENG_DLLPUBLIC SvxNoHyphenItem : public SfxBoolItem
 {
 public:
diff --git a/editeng/inc/editeng/nlbkitem.hxx b/editeng/inc/editeng/nlbkitem.hxx
index f498cf5..4527097 100644
--- a/editeng/inc/editeng/nlbkitem.hxx
+++ b/editeng/inc/editeng/nlbkitem.hxx
@@ -35,13 +35,6 @@
 #include "editeng/editengdllapi.h"
 
 // class SvxNoLinebreakItem ----------------------------------------------
-
-
-/*	[Beschreibung]
-
-    PB: ???
-*/
-
 class EDITENG_DLLPUBLIC SvxNoLinebreakItem : public SfxBoolItem
 {
 public:
diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx
index 6c1a60a..b798ace 100644
--- a/editeng/source/misc/swafopt.cxx
+++ b/editeng/source/misc/swafopt.cxx
@@ -33,10 +33,6 @@
 
 #include <editeng/swafopt.hxx>
 
-/*------------------------------------------------------------------------
- Beschreibung:
-------------------------------------------------------------------------*/
-
 SvxSwAutoFmtFlags::SvxSwAutoFmtFlags()
     : aBulletFont( String::CreateFromAscii(
                         RTL_CONSTASCII_STRINGPARAM( "StarSymbol" )),
diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx
index df28e21..474ca86 100644
--- a/idl/source/objects/basobj.cxx
+++ b/idl/source/objects/basobj.cxx
@@ -233,11 +233,6 @@ void SvMetaName::Save( SvPersistStream & rStm )
     if( nMask & 0x10 ) rStm << aDescription;
 }
 
-/*************************************************************************
-|*
-|*
-|*    Beschreibung
-*************************************************************************/
 BOOL SvMetaName::SetName( const ByteString & rName, SvIdlDataBase * )
 {
     aName = rName;
diff --git a/sfx2/inc/sfx2/tbxctrl.hxx b/sfx2/inc/sfx2/tbxctrl.hxx
index 50fb474..67182b7 100644
--- a/sfx2/inc/sfx2/tbxctrl.hxx
+++ b/sfx2/inc/sfx2/tbxctrl.hxx
@@ -326,10 +326,6 @@ public:
 };
 
 class SfxDragToolBoxControl_Impl : public SfxToolBoxControl
-/*  [Beschreibung]
-
-*/
-
 {
 public:
                             SFX_DECL_TOOLBOX_CONTROL();
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 74eb0b9..13775e3 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -369,11 +369,6 @@ void SfxTabPage::FillUserData()
 // -----------------------------------------------------------------------
 
 BOOL SfxTabPage::IsReadOnly() const
-
-/*  [Description]
-
-*/
-
 {
     return FALSE;
 }
@@ -1054,11 +1049,6 @@ SfxTabPage* SfxTabDialog::GetTabPage( USHORT nPageId ) const
 // -----------------------------------------------------------------------
 
 BOOL SfxTabDialog::IsInOK() const
-
-/*  [Beschreibung]
-
-*/
-
 {
     return pImpl->bInOK;
 }
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx
index 2381fd1..97cbc54 100644
--- a/sfx2/source/doc/objcont.cxx
+++ b/sfx2/source/doc/objcont.cxx
@@ -719,10 +719,6 @@ BOOL SfxObjectShell::Print
     USHORT          /*nIdx3*/,
     const String*   pObjectName
 )
-
-/*  [Beschreibung]
-*/
-
 {
     switch(nIdx1)
     {
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index 561e606..be81e08 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 732d5b3..d0db4fc 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 aed58c0..ed1389a 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 f619bd5..61824bb 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 7b48c66..414c0fd 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 )


More information about the Libreoffice-commits mailing list