This patch removes bogus comments found in the inc directory
including empty Beschreibung (translation: description) statements
Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
---
sw/source/ui/inc/DropDownFieldDialog.hxx | 1 -
sw/source/ui/inc/actctrl.hxx | 2 +-
sw/source/ui/inc/bmpwin.hxx | 1 -
sw/source/ui/inc/cfgdesc.hxx | 1 -
sw/source/ui/inc/cfgitems.hxx | 9 +++------
sw/source/ui/inc/changedb.hxx | 1 -
sw/source/ui/inc/colex.hxx | 12 +-----------
sw/source/ui/inc/colmgr.hxx | 11 ++++++++++-
sw/source/ui/inc/column.hxx | 7 -------
sw/source/ui/inc/condedit.hxx | 20 --------------------
sw/source/ui/inc/dialmgr.hxx | 2 +-
sw/source/ui/inc/docstdlg.hxx | 1 -
sw/source/ui/inc/envimg.hxx | 5 +----
sw/source/ui/inc/envlop.hxx | 5 -----
sw/source/ui/inc/fldedt.hxx | 5 -----
sw/source/ui/inc/fldmgr.hxx | 4 +---
sw/source/ui/inc/fldtdlg.hxx | 4 ----
sw/source/ui/inc/fldwrap.hxx | 3 +--
sw/source/ui/inc/formedt.hxx | 1 -
sw/source/ui/inc/frmdlg.hxx | 2 --
sw/source/ui/inc/frmpage.hxx | 7 -------
sw/source/ui/inc/glosbib.hxx | 5 +----
sw/source/ui/inc/idxmrk.hxx | 7 -------
sw/source/ui/inc/labimg.hxx | 4 +---
sw/source/ui/inc/linenum.hxx | 4 ----
sw/source/ui/inc/mailconfigpage.hxx | 6 ------
sw/source/ui/inc/mailmergechildwindow.hxx | 8 +-------
sw/source/ui/inc/mailmergehelper.hxx | 24 ++----------------------
sw/source/ui/inc/mailmrge.hxx | 9 ++-------
sw/source/ui/inc/mmconfigitem.hxx | 7 +++----
sw/source/ui/inc/navicfg.hxx | 3 +--
sw/source/ui/inc/navipi.hxx | 4 +---
sw/source/ui/inc/optcomp.hxx | 2 --
sw/source/ui/inc/optload.hxx | 16 ----------------
sw/source/ui/inc/optpage.hxx | 20 ++------------------
sw/source/ui/inc/outline.hxx | 8 ++------
sw/source/ui/inc/pgfnote.hxx | 1 -
sw/source/ui/inc/pggrid.hxx | 2 +-
sw/source/ui/inc/pview.hxx | 4 ----
sw/source/ui/inc/regionsw.hxx | 17 +----------------
sw/source/ui/inc/srcview.hxx | 26 --------------------------
sw/source/ui/inc/swlbox.hxx | 3 +--
sw/source/ui/inc/swrenamexnameddlg.hxx | 5 -----
sw/source/ui/inc/swuicnttab.hxx | 17 ++---------------
sw/source/ui/inc/swuiidxmrk.hxx | 15 ++-------------
sw/source/ui/inc/tmpdlg.hxx | 3 ---
sw/source/ui/inc/tmplctrl.hxx | 5 -----
sw/source/ui/inc/toxmgr.hxx | 6 +-----
sw/source/ui/inc/uiitems.hxx | 7 -------
sw/source/ui/inc/uinums.hxx | 6 ------
sw/source/ui/inc/uivwimp.hxx | 10 +---------
sw/source/ui/inc/unotools.hxx | 10 ++--------
sw/source/ui/inc/unotxvw.hxx | 10 +---------
sw/source/ui/inc/usrpref.hxx | 15 +--------------
sw/source/ui/inc/view.hxx | 6 ------
sw/source/ui/inc/viewlayoutctrl.hxx | 3 ---
sw/source/ui/inc/wview.hxx | 4 ----
57 files changed, 48 insertions(+), 358 deletions(-)
diff --git a/sw/source/ui/inc/DropDownFieldDialog.hxx b/sw/source/ui/inc/DropDownFieldDialog.hxx
index 37ee285..2560874 100644
--- a/sw/source/ui/inc/DropDownFieldDialog.hxx
+++ b/sw/source/ui/inc/DropDownFieldDialog.hxx
@@ -65,5 +65,4 @@ public:
};
} //namespace sw
-
#endif
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index bd97846..54bb3bd 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -33,7 +33,6 @@
/*--------------------------------------------------------------------
Beschreibung: numerische Eingabe
--------------------------------------------------------------------*/
-
class SW_DLLPUBLIC NumEditAction: public NumericField
{
Link aActionLink;
@@ -77,6 +76,7 @@ public:
NoSpaceEdit(pWin, rResId)
{SetForbiddenChars(String::CreateFromAscii(" .<>"));}
};
+
/* -----------------25.06.2003 15:55-----------------
call a link when KEY_RETURN is pressed
--------------------------------------------------*/
diff --git a/sw/source/ui/inc/bmpwin.hxx b/sw/source/ui/inc/bmpwin.hxx
index 83f3baf..962aca7 100644
--- a/sw/source/ui/inc/bmpwin.hxx
+++ b/sw/source/ui/inc/bmpwin.hxx
@@ -35,7 +35,6 @@
/*--------------------------------------------------------------------
Beschreibung: Extended Page fuer Grafiken
--------------------------------------------------------------------*/
-
class BmpWindow : public Window
{
private:
diff --git a/sw/source/ui/inc/cfgdesc.hxx b/sw/source/ui/inc/cfgdesc.hxx
index 8ea0b20..47d251d 100644
--- a/sw/source/ui/inc/cfgdesc.hxx
+++ b/sw/source/ui/inc/cfgdesc.hxx
@@ -65,5 +65,4 @@ inline String SwCfgDesc::GetFuncText() const { return aFuncText; }
inline String SwCfgDesc::GetMacro() const { return aFuncText; }
inline String SwCfgDesc::GetLib() const { return aLibName; }
-
#endif
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index 04d4386..c59a5ec 100644
--- a/sw/source/ui/inc/cfgitems.hxx
+++ b/sw/source/ui/inc/cfgitems.hxx
@@ -50,7 +50,6 @@ class SwDocEditDialog;
SfxPrinter* GetPrt( ViewShell* );
void SetPrt( SfxPrinter* );
-
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog - Dokumentanzeige
--------------------------------------------------------- */
@@ -87,6 +86,7 @@ public:
void operator=( const SwDocDisplayItem& );
void FillViewOptions( SwViewOption& rVOpt) const;
};
+
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog, Elementeseite
--------------------------------------------------------- */
@@ -127,10 +127,10 @@ public:
void FillViewOptions( SwViewOption& rVOpt) const;
};
+
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog - Drucker/Zusaetze
--------------------------------------------------------- */
-
class SW_DLLPUBLIC SwAddPrinterItem : public SfxPoolItem, public SwPrintData
{
friend class SwAddPrinterTabPage;
@@ -175,11 +175,9 @@ public:
};
-
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog, ShadowCursorSeite
--------------------------------------------------------- */
-
class SW_DLLPUBLIC SwShadowCursorItem : public SfxPoolItem
{
BYTE eMode;
@@ -205,6 +203,7 @@ public:
};
#ifdef DBG_UTIL
+
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog - Testeinstellungen
--------------------------------------------------------- */
@@ -238,5 +237,3 @@ public:
#endif
#endif
-
-
diff --git a/sw/source/ui/inc/changedb.hxx b/sw/source/ui/inc/changedb.hxx
index 90c34fa..57508e0 100644
--- a/sw/source/ui/inc/changedb.hxx
+++ b/sw/source/ui/inc/changedb.hxx
@@ -45,7 +45,6 @@ struct SwDBData;
/*--------------------------------------------------------------------
Beschreibung: Datenbank an Feldern austauschen
--------------------------------------------------------------------*/
-
class SwChangeDBDlg: public SvxStandardDialog
{
FixedLine aDBListFL;
diff --git a/sw/source/ui/inc/colex.hxx b/sw/source/ui/inc/colex.hxx
index 9d2e666..a0acbc9 100644
--- a/sw/source/ui/inc/colex.hxx
+++ b/sw/source/ui/inc/colex.hxx
@@ -36,9 +36,6 @@
class SwColMgr;
class SfxItemSet;
-/* -----------------------------08.02.2002 11:32------------------------------
-
- ---------------------------------------------------------------------------*/
class SW_DLLPUBLIC SwPageExample : public SvxPageWindow
{
public:
@@ -48,10 +45,9 @@ public:
void UpdateExample( const SfxItemSet& rSet );
};
-/* -----------------------------08.02.2002 11:34------------------------------
- ---------------------------------------------------------------------------*/
class SwTextGridItem;
+
class SW_DLLPUBLIC SwPageGridExample : public SwPageExample
{
SwTextGridItem* pGridItem;
@@ -68,9 +64,6 @@ public:
~SwPageGridExample();
void UpdateExample( const SfxItemSet& rSet );
};
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
class SW_DLLPUBLIC SwColExample : public SwPageExample
{
@@ -94,9 +87,6 @@ public:
}
};
-/*-----------------25.10.96 08.23-------------------
-
---------------------------------------------------*/
class SW_DLLPUBLIC SwColumnOnlyExample : public Window
{
private:
diff --git a/sw/source/ui/inc/colmgr.hxx b/sw/source/ui/inc/colmgr.hxx
index 7811742..a399945 100644
--- a/sw/source/ui/inc/colmgr.hxx
+++ b/sw/source/ui/inc/colmgr.hxx
@@ -81,48 +81,57 @@ private:
};
// INLINE METHODE --------------------------------------------------------
-
inline USHORT SwColMgr::GetCount() const
{
return aFmtCol.GetNumCols();
}
+
inline void SwColMgr::SetLineWidthAndColor(ULONG nLWidth, const Color& rCol)
{
aFmtCol.SetLineWidth(nLWidth);
aFmtCol.SetLineColor(rCol);
}
+
inline ULONG SwColMgr::GetLineWidth() const
{
return aFmtCol.GetLineWidth();
}
+
inline const Color& SwColMgr::GetLineColor() const
{
return aFmtCol.GetLineColor();
}
+
inline SwColLineAdj SwColMgr::GetAdjust() const
{
return aFmtCol.GetLineAdj();
}
+
inline void SwColMgr::SetAdjust(SwColLineAdj eAdj)
{
aFmtCol.SetLineAdj(eAdj);
}
+
inline BOOL SwColMgr::IsAutoWidth() const
{
return aFmtCol.IsOrtho();
}
+
inline void SwColMgr::SetAutoWidth(BOOL bOn, USHORT nGutterWidth)
{
aFmtCol.SetOrtho(bOn, nGutterWidth, nWidth);
}
+
inline void SwColMgr::NoCols()
{
aFmtCol.GetColumns().DeleteAndDestroy(0, aFmtCol.GetColumns().Count());
}
+
inline BOOL SwColMgr::HasLine() const
{
return GetAdjust() != COLADJ_NONE;
}
+
inline void SwColMgr::SetNoLine()
{
SetAdjust(COLADJ_NONE);
diff --git a/sw/source/ui/inc/column.hxx b/sw/source/ui/inc/column.hxx
index 838ef81..aafdba8 100644
--- a/sw/source/ui/inc/column.hxx
+++ b/sw/source/ui/inc/column.hxx
@@ -49,9 +49,6 @@ const int nMaxCols = 99;
class SwColMgr;
class SwWrtShell;
class SwColumnPage;
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
class SwColumnDlg : public SfxModalDialog
{
@@ -89,9 +86,6 @@ public:
SwWrtShell& GetWrtShell() { return rWrtShell; }
};
-/*-----------------07.03.97 08.26-------------------
-
---------------------------------------------------*/
class ColumnValueSet : public ValueSet
{
public:
@@ -210,4 +204,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/condedit.hxx b/sw/source/ui/inc/condedit.hxx
index 575667f..626b2d8 100644
--- a/sw/source/ui/inc/condedit.hxx
+++ b/sw/source/ui/inc/condedit.hxx
@@ -31,10 +31,6 @@
#include <svtools/transfer.hxx>
#include "swdllapi.h"
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
class SW_DLLPUBLIC ConditionEdit : public Edit, public DropTargetHelper
{
BOOL bBrackets, bEnableDrop;
@@ -52,19 +48,3 @@ public:
};
#endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sw/source/ui/inc/dialmgr.hxx b/sw/source/ui/inc/dialmgr.hxx
index a5e8bb8..806b8de 100644
--- a/sw/source/ui/inc/dialmgr.hxx
+++ b/sw/source/ui/inc/dialmgr.hxx
@@ -34,6 +34,7 @@
// forward ---------------------------------------------------------------
class ResMgr;
+
struct SwDialogsResMgr
{
static ResMgr* GetResMgr();
@@ -45,4 +46,3 @@ struct SwDialogsResMgr
#define SW_RESSSTR(i) String(ResId(i,SWDIALOG_MGR()))
#endif
-
diff --git a/sw/source/ui/inc/docstdlg.hxx b/sw/source/ui/inc/docstdlg.hxx
index 44fd105..d427c1c 100644
--- a/sw/source/ui/inc/docstdlg.hxx
+++ b/sw/source/ui/inc/docstdlg.hxx
@@ -37,7 +37,6 @@
/*--------------------------------------------------------------------
Beschreibung: DocInfo jetzt als Page
--------------------------------------------------------------------*/
-
class SwDocStatPage: public SfxTabPage
{
public:
diff --git a/sw/source/ui/inc/envimg.hxx b/sw/source/ui/inc/envimg.hxx
index ec280a0..29ec8b2 100644
--- a/sw/source/ui/inc/envimg.hxx
+++ b/sw/source/ui/inc/envimg.hxx
@@ -32,11 +32,9 @@
#include "swdllapi.h"
// MakeSender -----------------------------------------------------------------
-
SW_DLLPUBLIC String MakeSender();
// enum -----------------------------------------------------------------------
-
enum SwEnvAlign
{
ENV_HOR_LEFT = 0,
@@ -48,7 +46,6 @@ enum SwEnvAlign
};
// class SwEnvItem ------------------------------------------------------------
-
class SW_DLLPUBLIC SwEnvItem : public SfxPoolItem
{
public:
@@ -96,5 +93,5 @@ public:
virtual void Commit();
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
};
-#endif
+#endif
diff --git a/sw/source/ui/inc/envlop.hxx b/sw/source/ui/inc/envlop.hxx
index 491cfa3..95a2d41 100644
--- a/sw/source/ui/inc/envlop.hxx
+++ b/sw/source/ui/inc/envlop.hxx
@@ -49,7 +49,6 @@ class SwWrtShell;
class Printer;
// class SwEnvPreview ---------------------------------------------------------
-
class SwEnvPreview : public Window
{
void Paint(const Rectangle&);
@@ -64,7 +63,6 @@ protected:
};
// class SwEnvDlg -----------------------------------------------------------
-
class SwEnvDlg : public SfxTabDialog
{
friend class SwEnvPage;
@@ -89,7 +87,6 @@ public:
};
// class SwEnvPage ----------------------------------------------------------
-
class SwEnvPage : public SfxTabPage
{
FixedText aAddrText;
@@ -135,5 +132,3 @@ public:
};
#endif
-
-
diff --git a/sw/source/ui/inc/fldedt.hxx b/sw/source/ui/inc/fldedt.hxx
index 118cabd..8ad4b42 100644
--- a/sw/source/ui/inc/fldedt.hxx
+++ b/sw/source/ui/inc/fldedt.hxx
@@ -32,10 +32,6 @@
class SwView;
class SwWrtShell;
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
class SwFldEditDlg : public SfxSingleTabDialog
{
SwWrtShell* pSh;
@@ -62,5 +58,4 @@ public:
void InsertHdl();
};
-
#endif
diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx
index 5f92d30..c057363 100644
--- a/sw/source/ui/inc/fldmgr.hxx
+++ b/sw/source/ui/inc/fldmgr.hxx
@@ -52,10 +52,10 @@ class SbModule;
class SvxMacroItem;
class SvNumberFormatter;
class Window;
+
/*--------------------------------------------------------------------
Beschreibung: Die Gruppen von Feldern
--------------------------------------------------------------------*/
-
enum SwFldGroups
{
GRP_DOC,
@@ -229,6 +229,4 @@ inline const String& SwFldMgr::GetCurFldPar2() const
inline ULONG SwFldMgr::GetCurFldFmt() const
{ return nCurFmt; }
-
#endif
-
diff --git a/sw/source/ui/inc/fldtdlg.hxx b/sw/source/ui/inc/fldtdlg.hxx
index 456c951..282489e 100644
--- a/sw/source/ui/inc/fldtdlg.hxx
+++ b/sw/source/ui/inc/fldtdlg.hxx
@@ -33,10 +33,6 @@ class SfxTabPage;
class SwChildWinWrapper;
struct SfxChildWinInfo;
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
class SwFldDlg: public SfxTabDialog
{
SwChildWinWrapper* m_pChildWin;
diff --git a/sw/source/ui/inc/fldwrap.hxx b/sw/source/ui/inc/fldwrap.hxx
index aa57f7a..777dafc 100644
--- a/sw/source/ui/inc/fldwrap.hxx
+++ b/sw/source/ui/inc/fldwrap.hxx
@@ -42,6 +42,7 @@ public:
virtual BOOL ReInitDlg(SwDocShell *pDocSh);
void ShowPage(USHORT nPage = 0);
};
+
/* -----------------04.02.2003 14:14-----------------
* field dialog only showing database page to support
* mail merge
@@ -58,6 +59,4 @@ public:
virtual BOOL ReInitDlg(SwDocShell *pDocSh);
};
-
#endif
-
diff --git a/sw/source/ui/inc/formedt.hxx b/sw/source/ui/inc/formedt.hxx
index 1c8cb02..5af54cc 100644
--- a/sw/source/ui/inc/formedt.hxx
+++ b/sw/source/ui/inc/formedt.hxx
@@ -45,7 +45,6 @@ class SwForm;
/*--------------------------------------------------------------------
Beschreibung: Markierung fuer Verzeichniseintrag einfuegen
--------------------------------------------------------------------*/
-
class SwIdxFormDlg : public SvxStandardDialog
{
DECL_LINK( EntryHdl, Button * );
diff --git a/sw/source/ui/inc/frmdlg.hxx b/sw/source/ui/inc/frmdlg.hxx
index fa39f4b..b5e35c2 100644
--- a/sw/source/ui/inc/frmdlg.hxx
+++ b/sw/source/ui/inc/frmdlg.hxx
@@ -35,7 +35,6 @@ class SwWrtShell;
/*--------------------------------------------------------------------
Beschreibung: Rahmendialog
--------------------------------------------------------------------*/
-
class SwFrmDlg : public SfxTabDialog
{
BOOL m_bFormat;
@@ -62,5 +61,4 @@ public:
inline SwWrtShell* GetWrtShell() { return m_pWrtShell; }
};
-
#endif // _FRMDLG_HXX
diff --git a/sw/source/ui/inc/frmpage.hxx b/sw/source/ui/inc/frmpage.hxx
index c900861..1ca2e4c 100644
--- a/sw/source/ui/inc/frmpage.hxx
+++ b/sw/source/ui/inc/frmpage.hxx
@@ -40,7 +40,6 @@
#include <prcntfld.hxx>
#include <globals.hrc>
-
namespace sfx2{class FileDialogHelper;}
class SwWrtShell;
struct FrmMap;
@@ -50,7 +49,6 @@ struct SwPosition;
/*--------------------------------------------------------------------
Beschreibung: Rahmendialog
--------------------------------------------------------------------*/
-
class SwFrmPage: public SfxTabPage
{
// Size
@@ -240,7 +238,6 @@ public:
virtual int DeactivatePage(SfxItemSet *pSet);
};
-
class SwFrmURLPage : public SfxTabPage
{
//Hyperlink
@@ -275,10 +272,6 @@ public:
virtual void Reset(const SfxItemSet &rSet);
};
-/*-----------------13.11.96 12.59-------------------
-
---------------------------------------------------*/
-
class SwFrmAddPage : public SfxTabPage
{
FixedText aNameFT;
diff --git a/sw/source/ui/inc/glosbib.hxx b/sw/source/ui/inc/glosbib.hxx
index 7464249..59f82c8 100644
--- a/sw/source/ui/inc/glosbib.hxx
+++ b/sw/source/ui/inc/glosbib.hxx
@@ -48,15 +48,14 @@ class FEdit : public Edit
virtual void KeyInput( const KeyEvent& rKEvent );
};
-/* -----------------------------08.02.00 15:04--------------------------------
- ---------------------------------------------------------------------------*/
struct GlosBibUserData
{
String sPath;
String sGroupName;
String sGroupTitle;
};
+
class SwGlossaryGroupTLB : public SvTabListBox
{
public:
@@ -110,6 +109,4 @@ public:
const String& GetCreatedGroupName() const {return sCreatedGroup;}
};
-
#endif
-
diff --git a/sw/source/ui/inc/idxmrk.hxx b/sw/source/ui/inc/idxmrk.hxx
index 429db80..8131ead 100644
--- a/sw/source/ui/inc/idxmrk.hxx
+++ b/sw/source/ui/inc/idxmrk.hxx
@@ -33,9 +33,6 @@
class SwWrtShell;
-/* -----------------07.09.99 08:02-------------------
-
- --------------------------------------------------*/
class SwInsertIdxMarkWrapper : public SfxChildWindow
{
AbstractMarkFloatDlg* pAbstDlg;
@@ -51,9 +48,6 @@ public:
void ReInitDlg(SwWrtShell& rWrtShell);
};
-/* -----------------07.09.99 08:02-------------------
-
- --------------------------------------------------*/
class SwInsertAuthMarkWrapper : public SfxChildWindow
{
AbstractMarkFloatDlg* pAbstDlg;
@@ -70,4 +64,3 @@ public:
};
#endif // _IDXMRK_HXX
-
diff --git a/sw/source/ui/inc/labimg.hxx b/sw/source/ui/inc/labimg.hxx
index 91162ff..092a479 100644
--- a/sw/source/ui/inc/labimg.hxx
+++ b/sw/source/ui/inc/labimg.hxx
@@ -33,8 +33,8 @@
#include "swdllapi.h"
// class SwLabItem ----------------------------------------------------------
-
class SwLabCfgItem;
+
class SW_DLLPUBLIC SwLabItem : public SfxPoolItem
{
@@ -111,7 +111,6 @@ public:
};
// class SwLabCfgItem -------------------------------------------------------
-
class SwLabCfgItem : public utl::ConfigItem
{
SwLabItem aItem;
@@ -128,4 +127,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/linenum.hxx b/sw/source/ui/inc/linenum.hxx
index 7d6d0aa..241921a 100644
--- a/sw/source/ui/inc/linenum.hxx
+++ b/sw/source/ui/inc/linenum.hxx
@@ -43,7 +43,6 @@ class SwWrtShell;
/*--------------------------------------------------------------------
Beschreibung: SingleTabDialog
--------------------------------------------------------------------*/
-
class SwLineNumberingDlg : public SfxSingleTabDialog
{
SwWrtShell* pSh;
@@ -60,7 +59,6 @@ public:
/*--------------------------------------------------------------------
Beschreibung: TabPage
--------------------------------------------------------------------*/
-
class SwLineNumberingPage : public SfxTabPage
{
CheckBox aNumberingOnCB;
@@ -104,5 +102,3 @@ public:
};
#endif
-
-
diff --git a/sw/source/ui/inc/mailconfigpage.hxx b/sw/source/ui/inc/mailconfigpage.hxx
index 0316cf0..e328823 100644
--- a/sw/source/ui/inc/mailconfigpage.hxx
+++ b/sw/source/ui/inc/mailconfigpage.hxx
@@ -36,9 +36,7 @@
class SwTestAccountSettingsDialog;
class SwMailMergeConfigItem;
-/*-- 05.05.2004 16:45:45---------------------------------------------------
- -----------------------------------------------------------------------*/
class SwMailConfigPage : public SfxTabPage
{
friend class SwTestAccountSettingsDialog;
@@ -87,9 +85,6 @@ public:
};
-/*-- 18.08.2004 12:02:02---------------------------------------------------
-
- -----------------------------------------------------------------------*/
class SwMailConfigDlg : public SfxSingleTabDialog
{
public:
@@ -99,4 +94,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/mailmergechildwindow.hxx b/sw/source/ui/inc/mailmergechildwindow.hxx
index d741320..32eba00 100644
--- a/sw/source/ui/inc/mailmergechildwindow.hxx
+++ b/sw/source/ui/inc/mailmergechildwindow.hxx
@@ -31,9 +31,6 @@
#include <vcl/toolbox.hxx>
#include "swdllapi.h"
-/*-- 25.05.2004 15:25:56---------------------------------------------------
-
- -----------------------------------------------------------------------*/
class SwMailMergeChildWin : public SfxFloatingWindow
{
ToolBox m_aBackTB;
@@ -47,10 +44,8 @@ public:
virtual void FillInfo(SfxChildWinInfo&) const;
};
-/*-- 25.05.2004 15:25:56---------------------------------------------------
-
- -----------------------------------------------------------------------*/
class SwSendMailDialog;
+
class SwMailMergeChildWindow : public SfxChildWindow
{
public:
@@ -63,4 +58,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/mailmergehelper.hxx b/sw/source/ui/inc/mailmergehelper.hxx
index f8381bc..505675b 100644
--- a/sw/source/ui/inc/mailmergehelper.hxx
+++ b/sw/source/ui/inc/mailmergehelper.hxx
@@ -42,8 +42,8 @@
#include <vcl/scrbar.hxx>
#include "swdllapi.h"
-
class SwMailMergeConfigItem;
+
namespace com{ namespace sun{ namespace star{
namespace uno{
class XComponentContext;
@@ -56,9 +56,7 @@ namespace com{ namespace sun{ namespace star{
class XMailService;
}
}}}
-/*-- 14.06.2004 12:27:42---------------------------------------------------
- -----------------------------------------------------------------------*/
namespace SwMailMergeHelper
{
SW_DLLPUBLIC String CallSaveAsDialog(String& rFilter);
@@ -70,9 +68,7 @@ namespace SwMailMergeHelper
const String& rOutMailServerPassword,
Window* pDialogParentWindow = 0 );
}
-/* -----------------06.04.2004 10:29-----------------
- --------------------------------------------------*/
class SW_DLLPUBLIC SwBoldFixedInfo : public FixedInfo
{
public:
@@ -156,6 +152,7 @@ struct SwMergeAddressItem
bIsColumn(false),
bIsReturn(false) {}
};
+
class SW_DLLPUBLIC SwAddressIterator
{
String sAddress;
@@ -167,9 +164,6 @@ public:
bool HasMore() const{return sAddress.Len() > 0;}
};
-/*-- 21.05.2004 10:31:15---------------------------------------------------
-
- -----------------------------------------------------------------------*/
class SW_DLLPUBLIC SwAuthenticator :
public cppu::WeakImplHelper1< ::com::sun::star::mail::XAuthenticator>
{
@@ -189,9 +183,7 @@ public:
virtual ::rtl::OUString SAL_CALL getPassword( ) throw
(::com::sun::star::uno::RuntimeException);
};
-/*-- 25.08.2004 12:48:47---------------------------------------------------
- -----------------------------------------------------------------------*/
class SW_DLLPUBLIC SwConnectionContext :
public cppu::WeakImplHelper1< ::com::sun::star::uno::XCurrentContext >
{
@@ -206,17 +198,13 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL getValueByName( const ::rtl::OUString& Name )
throw
(::com::sun::star::uno::RuntimeException);
};
-/*-- 21.05.2004 10:39:20---------------------------------------------------
- -----------------------------------------------------------------------*/
class SwMutexBase
{
public:
osl::Mutex m_aMutex;
};
-/*-- 21.05.2004 10:39:20---------------------------------------------------
- -----------------------------------------------------------------------*/
class SW_DLLPUBLIC SwConnectionListener :
public SwMutexBase,
public cppu::WeakComponentImplHelper1< ::com::sun::star::mail::XConnectionListener >
@@ -239,9 +227,6 @@ public:
throw(com::sun::star::uno::RuntimeException);
};
-/*-- 13.07.2004 09:02:12---------------------------------------------------
-
- -----------------------------------------------------------------------*/
class SwMailTransferable :
public SwMutexBase,
public cppu::WeakComponentImplHelper2
@@ -281,9 +266,6 @@ class SwMailTransferable :
};
-/*-- 22.06.2004 16:38:34---------------------------------------------------
-
- -----------------------------------------------------------------------*/
class SwMailMessage :
public SwMutexBase,
public cppu::WeakComponentImplHelper1< ::com::sun::star::mail::XMailMessage >
@@ -338,9 +320,7 @@ public:
void SetSenderAddress(const ::rtl::OUString& rSenderAddress)
{m_sSenderAddress = rSenderAddress;}
};
-/*-- 21.05.2004 10:17:22---------------------------------------------------
- -----------------------------------------------------------------------*/
SW_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext>
getCurrentCmpCtx(
::com::sun::star::uno::Reference<
diff --git a/sw/source/ui/inc/mailmrge.hxx b/sw/source/ui/inc/mailmrge.hxx
index b1ef415..e63d7d0 100644
--- a/sw/source/ui/inc/mailmrge.hxx
+++ b/sw/source/ui/inc/mailmrge.hxx
@@ -151,9 +151,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> GetResultSet() const;
};
-/* -----------------27.11.2002 12:05-----------------
- *
- * --------------------------------------------------*/
+
class SwMailMergeCreateFromDlg : public ModalDialog
{
FixedLine aCreateFromFL;
@@ -169,9 +167,7 @@ public:
BOOL IsThisDocument() const {return aThisDocRB.IsChecked();}
};
-/* -----------------04.02.2003 13:41-----------------
- *
- * --------------------------------------------------*/
+
class SwMailMergeFieldConnectionsDlg : public ModalDialog
{
FixedLine aConnectionsFL;
@@ -191,4 +187,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/mmconfigitem.hxx b/sw/source/ui/inc/mmconfigitem.hxx
index 5d70bb4..f17d946 100644
--- a/sw/source/ui/inc/mmconfigitem.hxx
+++ b/sw/source/ui/inc/mmconfigitem.hxx
@@ -44,18 +44,17 @@ namespace com{namespace sun{namespace star{
class XColumnsSupplier;
}
}}}
+
class SwMailMergeConfigItem_Impl;
class SwView;
-/*-- 06.04.2004 10:43:35---------------------------------------------------
-
- -----------------------------------------------------------------------*/
struct SwDocMergeInfo
{
long nStartPageInTarget;
long nEndPageInTarget;
long nDBRow;
};
+
class SW_DLLPUBLIC SwMailMergeConfigItem
{
// com::sun::star::uno::Sequence< ::rtl::OUString> m_aSavedDocuments;
@@ -275,5 +274,5 @@ public:
//helper methods
::rtl::OUString GetAssignedColumn(sal_uInt32 nColumn)const;
};
-#endif
+#endif
diff --git a/sw/source/ui/inc/navicfg.hxx b/sw/source/ui/inc/navicfg.hxx
index c214f72..02cce4f 100644
--- a/sw/source/ui/inc/navicfg.hxx
+++ b/sw/source/ui/inc/navicfg.hxx
@@ -28,9 +28,7 @@
#define _NAVICFG_HXX
#include <unotools/configitem.hxx>
-/* -----------------------------08.09.00 16:27--------------------------------
- ---------------------------------------------------------------------------*/
class SwNavigationConfig : public utl::ConfigItem
{
sal_Int32 nRootType; //RootType
@@ -115,5 +113,6 @@ public:
}
}
};
+
#endif
diff --git a/sw/source/ui/inc/navipi.hxx b/sw/source/ui/inc/navipi.hxx
index 4588124..221f96c 100644
--- a/sw/source/ui/inc/navipi.hxx
+++ b/sw/source/ui/inc/navipi.hxx
@@ -47,9 +47,8 @@ class SwView;
class SwNavigationConfig;
class SfxObjectShellLock;
class SfxChildWindowContext;
-
-//-----------------------------------------------------------------------
class SwNavigationPI;
+
class SwNavHelpToolBox : public SwHelpToolBox
{
virtual void MouseButtonDown(const MouseEvent &rEvt);
@@ -58,7 +57,6 @@ class SwNavHelpToolBox : public SwHelpToolBox
SwNavHelpToolBox(SwNavigationPI* pParent, const ResId &rResId);
};
-
// CLASS -----------------------------------------------------------------
class SwNavigationPI : public Window,
public SfxControllerItem, public SfxListener
diff --git a/sw/source/ui/inc/optcomp.hxx b/sw/source/ui/inc/optcomp.hxx
index a564cc0..42999b5 100644
--- a/sw/source/ui/inc/optcomp.hxx
+++ b/sw/source/ui/inc/optcomp.hxx
@@ -34,7 +34,6 @@
#include <svx/checklbx.hxx>
// class SwCompatibilityOptPage ------------------------------------------
-
class SwWrtShell;
struct SwCompatibilityOptPage_Impl;
@@ -84,4 +83,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/optload.hxx b/sw/source/ui/inc/optload.hxx
index 86b76ee..01c8bac 100644
--- a/sw/source/ui/inc/optload.hxx
+++ b/sw/source/ui/inc/optload.hxx
@@ -43,10 +43,6 @@ class SwFldMgr;
class SvLBoxEntry;
class SwWrtShell;
-/*-----------------31.08.96 10.09-------------------
-
---------------------------------------------------*/
-
class SwLoadOptPage : public SfxTabPage
{
private:
@@ -87,18 +83,12 @@ public:
virtual void Reset( const SfxItemSet& rSet );
};
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
class SwCaptionOptDlg : public SfxSingleTabDialog
{
public:
SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet);
~SwCaptionOptDlg();
};
-/* -----------------23.10.98 13:19-------------------
- *
- * --------------------------------------------------*/
class CaptionComboBox : public SwComboBox
{
@@ -111,10 +101,6 @@ public:
{}
};
-/*-----------------31.08.96 10.09-------------------
-
---------------------------------------------------*/
-
class SwCaptionPreview : public Window
{
private:
@@ -208,5 +194,3 @@ public:
};
#endif
-
-
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index f0aba90..8108392 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -46,10 +46,6 @@ class SwStdFontConfig;
class SwWrtShell;
class FontList;
-/*-----------------31.08.96 10.09-------------------
-
---------------------------------------------------*/
-
class SwContentOptPage : public SfxTabPage
{
//visual aids
@@ -100,8 +96,6 @@ public:
/*-------- OS 27.01.95 -----------------------------------
TabPage Druckereinstellungen Zusaetze
--------------------------------------------------------- */
-
-
class SwAddPrinterTabPage : public SfxTabPage
{
FixedLine aFL1;
@@ -162,10 +156,6 @@ public:
};
-/*-----------------03.09.96 11.50-------------------
-
---------------------------------------------------*/
-
class SwStdFontTabPage : public SfxTabPage
{
FixedLine aStdChrFL ;
@@ -250,10 +240,6 @@ public:
virtual void PageCreated (SfxAllItemSet aSet);
};
-/*-----------------18.01.97 12.10-------------------
-
---------------------------------------------------*/
-
class SwTableOptionsTabPage : public SfxTabPage
{
FixedLine aTableFL;
@@ -312,6 +298,7 @@ public:
virtual void PageCreated (SfxAllItemSet aSet);
};
+
/*-----------------31.10.97 17:55-------------------
TabPage fuer ShadowCrsr
--------------------------------------------------*/
@@ -357,7 +344,6 @@ public:
/*-----------------------------------------------------------------------
Beschreibung: Markierungsvorschau
-----------------------------------------------------------------------*/
-
class SwMarkPreview : public Window
{
Color m_aBgCol; // background
@@ -395,7 +381,6 @@ public:
/*-----------------------------------------------------------------------
Beschreibung: Redlining-Optionen
-----------------------------------------------------------------------*/
-
class SwRedlineOptionsTabPage : public SfxTabPage
{
FixedLine aInsertFL;
@@ -487,6 +472,5 @@ private:
};
#endif //PRODUCT
-#endif
-
+#endif
diff --git a/sw/source/ui/inc/outline.hxx b/sw/source/ui/inc/outline.hxx
index 16c614b..6de5eb2 100644
--- a/sw/source/ui/inc/outline.hxx
+++ b/sw/source/ui/inc/outline.hxx
@@ -51,9 +51,6 @@ class SwWrtShell;
class SwNumRule;
class SwChapterNumRules;
-/* -----------------07.07.98 13:38-------------------
- *
- * --------------------------------------------------*/
class SwOutlineTabDialog : public SfxTabDialog
{
static USHORT nNumLevel;
@@ -89,9 +86,7 @@ class SwOutlineTabDialog : public SfxTabDialog
static USHORT GetActNumLevel() {return nNumLevel;}
static void SetActNumLevel(USHORT nSet) {nNumLevel = nSet;}
};
-/* -----------------07.07.98 13:47-------------------
- *
- * --------------------------------------------------*/
+
class SwOutlineSettingsTabPage : public SfxTabPage
{
ListBox aLevelLB;
@@ -153,4 +148,5 @@ public:
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);
};
+
#endif
diff --git a/sw/source/ui/inc/pgfnote.hxx b/sw/source/ui/inc/pgfnote.hxx
index 5c1787d..098a9c7 100644
--- a/sw/source/ui/inc/pgfnote.hxx
+++ b/sw/source/ui/inc/pgfnote.hxx
@@ -39,7 +39,6 @@
/*--------------------------------------------------------------------
Beschreibung: Fussnoteneinstellungs-TabPage
--------------------------------------------------------------------*/
-
class SwFootNotePage: public SfxTabPage
{
public:
diff --git a/sw/source/ui/inc/pggrid.hxx b/sw/source/ui/inc/pggrid.hxx
index 9da32b6..6599334 100644
--- a/sw/source/ui/inc/pggrid.hxx
+++ b/sw/source/ui/inc/pggrid.hxx
@@ -32,10 +32,10 @@
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <svtools/ctrlbox.hxx>
+
/*--------------------------------------------------------------------
Description: TabPage Format/(Styles/)Page/Text grid
--------------------------------------------------------------------*/
-
class SwTextGridPage: public SfxTabPage
{
FixedLine aGridTypeFL;
diff --git a/sw/source/ui/inc/pview.hxx b/sw/source/ui/inc/pview.hxx
index b2a72cc..fe28ba4 100644
--- a/sw/source/ui/inc/pview.hxx
+++ b/sw/source/ui/inc/pview.hxx
@@ -170,11 +170,9 @@ public:
CreateAccessible();
};
-
/*--------------------------------------------------------------------
Beschreibung: Sicht auf ein Dokument
--------------------------------------------------------------------*/
-
class SW_DLLPUBLIC SwPagePreView: public SfxViewShell
{
// ViewWindow und Henkel zur Core
@@ -327,8 +325,6 @@ public:
};
// ----------------- inline Methoden ----------------------
-
-
inline void SwPagePreView::AdjustEditWin()
{
OuterResizePixel( Point(), GetFrameWindow()->GetOutputSizePixel() );
diff --git a/sw/source/ui/inc/regionsw.hxx b/sw/source/ui/inc/regionsw.hxx
index 2521232..5505387 100644
--- a/sw/source/ui/inc/regionsw.hxx
+++ b/sw/source/ui/inc/regionsw.hxx
@@ -51,7 +51,6 @@
#include <svx/paraprev.hxx>
#include <editeng/lrspitem.hxx>
-
class SwWrtShell;
class EditRegionDlg;
@@ -64,7 +63,6 @@ namespace sfx2
/*************************************************************************
Dialog "Bereiche bearbeiten"
*************************************************************************/
-
class SectRepr;
typedef SectRepr* SectReprPtr;
SV_DECL_PTRARR_SORT( SectReprArr, SectReprPtr, 0, 4 )
@@ -156,13 +154,10 @@ public:
void SelectSection(const String& rSectionName);
};
+
/*************************************************************************
Dialog "Bereich einfuegen"
*************************************************************************/
-
-/* -----------------21.05.99 11:05-------------------
- *
- * --------------------------------------------------*/
class SwInsertSectionTabPage : public SfxTabPage
{
FixedLine aNameFL;
@@ -272,9 +267,7 @@ public:
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);
};
-/* -----------------13.06.2003 09:51-----------------
- --------------------------------------------------*/
class SwSectionIndentTabPage : public SfxTabPage
{
FixedLine aIndentFL;
@@ -299,9 +292,6 @@ public:
void SetWrtShell(SwWrtShell& rSh);
};
-/* -----------------21.05.99 13:07-------------------
- *
- * --------------------------------------------------*/
class SwInsertSectionTabDialog : public SfxTabDialog
{
SwWrtShell& rWrtSh;
@@ -318,9 +308,6 @@ public:
SwSectionData * GetSectionData() { return m_pSectionData.get(); }
};
-/* -----------------21.05.99 13:07-------------------
- *
- * --------------------------------------------------*/
class SwSectionPropertyTabDialog : public SfxTabDialog
{
SwWrtShell& rWrtSh;
@@ -332,5 +319,3 @@ public:
};
#endif
-
-
diff --git a/sw/source/ui/inc/srcview.hxx b/sw/source/ui/inc/srcview.hxx
index 06487fd..327defb 100644
--- a/sw/source/ui/inc/srcview.hxx
+++ b/sw/source/ui/inc/srcview.hxx
@@ -38,10 +38,6 @@ class SwDocShell;
class SvxSearchItem;
class SfxMedium;
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
class SwSrcView: public SfxViewShell
{
SwSrcEditWindow aEditWin;
@@ -101,26 +97,4 @@ public:
};
-
#endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sw/source/ui/inc/swlbox.hxx b/sw/source/ui/inc/swlbox.hxx
index 0c6de8f..6e100d5 100644
--- a/sw/source/ui/inc/swlbox.hxx
+++ b/sw/source/ui/inc/swlbox.hxx
@@ -42,7 +42,6 @@ SV_DECL_PTRARR_DEL(SwEntryLst, SwBoxEntry*, 10, 10)
/*--------------------------------------------------------------------
Beschreibung: SwBoxEntry
--------------------------------------------------------------------*/
-
class SW_DLLPUBLIC SwBoxEntry
{
friend class SwComboBox;
@@ -64,8 +63,8 @@ public:
/*--------------------------------------------------------------------
Beschreibung: fuer ComboBoxen
--------------------------------------------------------------------*/
+typedef USHORT SwComboBoxStyle;
-typedef USHORT SwComboBoxStyle;
namespace nsSwComboBoxStyle
{
const SwComboBoxStyle CBS_UPPER = 0x01;
diff --git a/sw/source/ui/inc/swrenamexnameddlg.hxx b/sw/source/ui/inc/swrenamexnameddlg.hxx
index ff1dbb7..ba0d256 100644
--- a/sw/source/ui/inc/swrenamexnameddlg.hxx
+++ b/sw/source/ui/inc/swrenamexnameddlg.hxx
@@ -41,11 +41,6 @@
#include <tools/resary.hxx>
#include <swunodef.hxx>
-
-
-/* -----------------09.06.99 14:36-------------------
- *
- * --------------------------------------------------*/
class SwRenameXNamedDlg : public ModalDialog
{
FixedText aNewNameFT;
diff --git a/sw/source/ui/inc/swuicnttab.hxx b/sw/source/ui/inc/swuicnttab.hxx
index 4b32970..c3287bc 100644
--- a/sw/source/ui/inc/swuicnttab.hxx
+++ b/sw/source/ui/inc/swuicnttab.hxx
@@ -57,15 +57,14 @@ namespace com{namespace sun{namespace star{
}
}}}
-//-----------------------------------------------------------------------------
struct SwIndexSections_Impl
{
com::sun::star::uno::Reference< com::sun::star::text::XTextSection > xContainerSection;
com::sun::star::uno::Reference< com::sun::star::text::XDocumentIndex > xDocumentIndex;
};
-//-----------------------------------------------------------------------------
class SwOneExampleFrame;
+
struct SwIndexSections_Impl;
class SwMultiTOXTabDialog : public SfxTabDialog
@@ -128,9 +127,7 @@ public:
static BOOL IsNoNum(SwWrtShell& rSh, const String& rName);
};
-/* -----------------14.07.99 12:17-------------------
- --------------------------------------------------*/
class IndexEntryRessource;
class IndexEntrySupplierWrapper;
@@ -255,9 +252,6 @@ public:
void SelectType(TOXTypes eSet); //preset TOXType, GlobalDoc
void SetWrtShell(SwWrtShell& rSh);
};
-/* -----------------16.06.99 08:33-------------------
-
- --------------------------------------------------*/
DECLARE_LIST(TOXControlList, Control*)
@@ -332,10 +326,9 @@ public:
virtual void Resize();
virtual void GetFocus();
};
-/* -----------------------------23.12.99 14:16--------------------------------
- ---------------------------------------------------------------------------*/
class SwTOXEntryTabPage;
+
class SwIdxTreeListBox : public SvTreeListBox
{
SwTOXEntryTabPage* pParent;
@@ -345,9 +338,6 @@ public:
SwIdxTreeListBox(SwTOXEntryTabPage* pPar, const ResId& rResId);
};
-/* -----------------16.06.99 12:49-------------------
-
- --------------------------------------------------*/
class SwTOXEntryTabPage : public SfxTabPage
{
FixedText aLevelFT;
@@ -477,9 +467,7 @@ public:
void PreTokenButtonRemoved(const SwFormToken& rToken);
};
-/* -----------------05.07.99 13:00-------------------
- --------------------------------------------------*/
class SwTOXStylesTabPage : public SfxTabPage
{
FixedText aLevelFT2;
@@ -526,4 +514,3 @@ public:
};
#endif // _SWUI_CNTTAB_HXX
-
diff --git a/sw/source/ui/inc/swuiidxmrk.hxx b/sw/source/ui/inc/swuiidxmrk.hxx
index a23f8ed..1c6bac8 100644
--- a/sw/source/ui/inc/swuiidxmrk.hxx
+++ b/sw/source/ui/inc/swuiidxmrk.hxx
@@ -55,6 +55,7 @@ class SwTOXMark;
--------------------------------------------------------------------*/
class SwIndexMarkFloatDlg;
class SwIndexMarkModalDlg;
+
class SwIndexMarkDlg : public Window
{
friend class SwIndexMarkFloatDlg;
@@ -161,9 +162,7 @@ public:
sal_Bool IsTOXType(const String& rName)
{return LISTBOX_ENTRY_NOTFOUND != aTypeDCB.GetEntryPos(rName);}
};
-/* -----------------06.10.99 10:11-------------------
- --------------------------------------------------*/
class SwIndexMarkFloatDlg : public SfxModelessDialog
{
SwIndexMarkDlg aDlg;
@@ -176,9 +175,7 @@ class SwIndexMarkFloatDlg : public SfxModelessDialog
sal_Bool bNew=sal_True);
void ReInitDlg(SwWrtShell& rWrtShell);
};
-/* -----------------06.10.99 10:33-------------------
- --------------------------------------------------*/
class SwIndexMarkModalDlg : public SvxStandardDialog
{
SwIndexMarkDlg aDlg;
@@ -189,10 +186,8 @@ public:
void ReInitDlg(SwWrtShell& rWrtShell);
};
-/* -----------------15.09.99 08:39-------------------
-
- --------------------------------------------------*/
class SwAuthMarkModalDlg;
+
class SwAuthMarkDlg : public Window
{
static sal_Bool bIsFromComponent;
@@ -250,9 +245,7 @@ public:
void ReInitDlg(SwWrtShell& rWrtShell);
};
-/* -----------------06.10.99 10:11-------------------
- --------------------------------------------------*/
class SwAuthMarkFloatDlg : public SfxModelessDialog
{
SwAuthMarkDlg aDlg;
@@ -265,9 +258,7 @@ class SwAuthMarkFloatDlg : public SfxModelessDialog
sal_Bool bNew=sal_True);
void ReInitDlg(SwWrtShell& rWrtShell);
};
-/* -----------------06.10.99 10:33-------------------
- --------------------------------------------------*/
class SwAuthMarkModalDlg : public SvxStandardDialog
{
SwAuthMarkDlg aDlg;
@@ -278,6 +269,4 @@ public:
void ReInitDlg(SwWrtShell& rWrtShell);
};
-
#endif // _SWUI_IDXMRK_HXX
-
diff --git a/sw/source/ui/inc/tmpdlg.hxx b/sw/source/ui/inc/tmpdlg.hxx
index 7f9b8f7..e6f46c3 100644
--- a/sw/source/ui/inc/tmpdlg.hxx
+++ b/sw/source/ui/inc/tmpdlg.hxx
@@ -35,7 +35,6 @@ class SwWrtShell;
/*--------------------------------------------------------------------
Beschreibung: Der Tabdialog Traeger der TabPages
--------------------------------------------------------------------*/
-
class SwTemplateDlg: public SfxStyleDialog
{
@@ -61,6 +60,4 @@ public:
virtual short Ok();
};
-
#endif
-
diff --git a/sw/source/ui/inc/tmplctrl.hxx b/sw/source/ui/inc/tmplctrl.hxx
index 4a97d0f..f144914 100644
--- a/sw/source/ui/inc/tmplctrl.hxx
+++ b/sw/source/ui/inc/tmplctrl.hxx
@@ -28,13 +28,10 @@
#define _TMPLCTRL_HXX
// include ---------------------------------------------------------------
-
#include <sfx2/stbitem.hxx>
#include <tools/string.hxx>
-
// class BookmarkToolBoxControl -------------------------------------------
-
class SwTemplateControl : public SfxStatusBarControl
{
protected:
@@ -53,6 +50,4 @@ private:
String sTemplate;
};
-
#endif
-
diff --git a/sw/source/ui/inc/toxmgr.hxx b/sw/source/ui/inc/toxmgr.hxx
index ca5d935..13cbad6 100644
--- a/sw/source/ui/inc/toxmgr.hxx
+++ b/sw/source/ui/inc/toxmgr.hxx
@@ -39,7 +39,6 @@ class SwForm;
Beschreibung: Manager fuer Verzeichnisfunktionalitaet
--------------------------------------------------------------------*/
//one single method will be sufficient to insert AND upate indexes
-
class SW_DLLPUBLIC SwTOXDescription
{
TOXTypes eTOXType;
@@ -183,7 +182,7 @@ public:
void ApplyTo(SwTOXBase& rTOXBase);
};
-// --------------------------------------------------------------------------------
+
class SwTOXMarkDescription
{
TOXTypes eTOXType;
@@ -309,15 +308,12 @@ public:
};
-
/*--------------------------------------------------------------------
Beschreibung: Inlines
--------------------------------------------------------------------*/
-
inline USHORT SwTOXMgr::GetTOXMarkCount()
{ return aCurMarks.Count(); }
-
inline SwTOXMark* SwTOXMgr::GetCurTOXMark()
{ return pCurTOXMark; }
diff --git a/sw/source/ui/inc/uiitems.hxx b/sw/source/ui/inc/uiitems.hxx
index 9b3dea0..703f19e 100644
--- a/sw/source/ui/inc/uiitems.hxx
+++ b/sw/source/ui/inc/uiitems.hxx
@@ -64,8 +64,6 @@ public:
void SetPageFtnInfo(SwPageFtnInfo& rInf) { aFtnInfo = rInf; }
};
-/*******************************************************************/
-
class SW_DLLPUBLIC SwPtrItem : public SfxPoolItem
{
void* pMisc;
@@ -81,8 +79,6 @@ public:
void* GetValue() const { return pMisc; }
};
-/*******************************************************************/
-
class SW_DLLPUBLIC SwUINumRuleItem : public SfxPoolItem
{
SwNumRule* pRule;
@@ -102,9 +98,6 @@ public:
SwNumRule* GetNumRule() { return pRule; }
};
-/* -----------------17.06.98 17:40-------------------
- *
- * --------------------------------------------------*/
class SwBackgroundDestinationItem : public SfxUInt16Item
{
public:
diff --git a/sw/source/ui/inc/uinums.hxx b/sw/source/ui/inc/uinums.hxx
index 38e18b1..7b0e575 100644
--- a/sw/source/ui/inc/uinums.hxx
+++ b/sw/source/ui/inc/uinums.hxx
@@ -40,7 +40,6 @@ class SvStream;
typedef SfxPoolItem* SfxPoolItemPtr;
SV_DECL_PTRARR_DEL( _SwNumFmtsAttrs, SfxPoolItemPtr, 5,0 )
-//------------------------------------------------------------------------
class SW_DLLPUBLIC SwNumRulesWithName
{
String aName;
@@ -83,9 +82,7 @@ public:
void Store( SvStream& );
};
-/********************************************************************
-********************************************************************/
class SwBaseNumRules
{
public:
@@ -112,9 +109,6 @@ public:
};
-/********************************************************************
-
-********************************************************************/
class SwChapterNumRules : public SwBaseNumRules
{
diff --git a/sw/source/ui/inc/uivwimp.hxx b/sw/source/ui/inc/uivwimp.hxx
index d8131f5..dffbc8c 100644
--- a/sw/source/ui/inc/uivwimp.hxx
+++ b/sw/source/ui/inc/uivwimp.hxx
@@ -52,9 +52,6 @@ namespace com{ namespace sun{ namespace star {
}
}}}
-/* -----------------------------29.05.00 08:22--------------------------------
-
- ---------------------------------------------------------------------------*/
class SwScannerEventListener : public ::cppu::WeakImplHelper1<
STAR_NMSPC::lang::XEventListener >
{
@@ -73,7 +70,6 @@ public:
};
// --------------------------- Clipboard EventListener ------------------
-
class SwClipboardChangeListener : public ::cppu::WeakImplHelper1<
CLIP_NMSPC::XClipboardListener >
{
@@ -96,11 +92,8 @@ public:
void AddRemoveListener( BOOL bAdd );
};
-
-/* ---------------------------------------------------------------------------
-
- ---------------------------------------------------------------------------*/
class SwMailMergeConfigItem;
+
class SwView_Impl
{
STAR_REFERENCE( lang::XEventListener ) xScanEvtLstnr;
@@ -188,4 +181,3 @@ public:
inline void SetParam( sal_Int16 nParam ) { m_nParam = nParam; }
};
#endif
-
diff --git a/sw/source/ui/inc/unotools.hxx b/sw/source/ui/inc/unotools.hxx
index 3d08b6c..acccb23 100644
--- a/sw/source/ui/inc/unotools.hxx
+++ b/sw/source/ui/inc/unotools.hxx
@@ -42,10 +42,8 @@
#include <swunodef.hxx>
#include "swdllapi.h"
-/* -----------------------------15.12.99 09:55--------------------------------
-
- ---------------------------------------------------------------------------*/
class SwOneExampleFrame;
+
class SwFrmCtrlWindow : public Window
{
SwOneExampleFrame* pExampleFrame;
@@ -54,9 +52,7 @@ public:
virtual void Command( const CommandEvent& rCEvt );
};
-/* -----------------------------15.12.99 12:56--------------------------------
- ---------------------------------------------------------------------------*/
class MenuResource : public Resource
{
ResStringArray aMenuArray;
@@ -66,9 +62,7 @@ public:
ResStringArray& GetMenuArray() {return aMenuArray;}
};
-/* -----------------27.07.99 15:20-------------------
- --------------------------------------------------*/
#define EX_SHOW_ONLINE_LAYOUT 0x001
// hard zoom value
@@ -77,6 +71,7 @@ public:
#define EX_SHOW_DEFAULT_PAGE 0x04
class SwView;
+
class SW_DLLPUBLIC SwOneExampleFrame
{
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > _xControl;
@@ -130,4 +125,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index 828016c..a344e6b 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -57,9 +57,6 @@ class SwView;
typedef ::com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionChangeListener > *
XSelectionChangeListenerPtr;
SV_DECL_PTRARR_DEL( SelectionChangeListenerArr, XSelectionChangeListenerPtr, 4, 4 )
-/******************************************************************************
- *
- ******************************************************************************/
class SwXTextView :
public ::com::sun::star::view::XSelectionSupplier,
public ::com::sun::star::lang::XServiceInfo,
@@ -159,10 +156,6 @@ public:
SfxObjectShellRef BuildTmpSelectionDoc( SfxObjectShellRef& );
};
-/* -----------------17.09.98 12:52-------------------
- *
- * --------------------------------------------------*/
-
typedef cppu::WeakImplHelper8<
::com::sun::star::text::XTextViewCursor,
::com::sun::star::lang::XServiceInfo,
@@ -269,6 +262,5 @@ public:
virtual const SwDoc* GetDoc() const;
virtual SwDoc* GetDoc();
};
-#endif
-
+#endif
diff --git a/sw/source/ui/inc/usrpref.hxx b/sw/source/ui/inc/usrpref.hxx
index c35db3a..0c1ede1 100644
--- a/sw/source/ui/inc/usrpref.hxx
+++ b/sw/source/ui/inc/usrpref.hxx
@@ -34,10 +34,8 @@
#include "viewopt.hxx"
#include <vcl/fldunit.hxx>
-/* -----------------------------28.09.00 09:45--------------------------------
-
- ---------------------------------------------------------------------------*/
class SwMasterUsrPref;
+
class SwContentViewConfig : public utl::ConfigItem
{
SwMasterUsrPref& rParent;
@@ -55,9 +53,7 @@ class SwContentViewConfig : public utl::ConfigItem
void Load();
void SetModified(){ConfigItem::SetModified();}
};
-/* -----------------------------28.09.00 09:45--------------------------------
- ---------------------------------------------------------------------------*/
class SwLayoutViewConfig : public utl::ConfigItem
{
SwMasterUsrPref& rParent;
@@ -73,9 +69,7 @@ class SwLayoutViewConfig : public utl::ConfigItem
void Load();
void SetModified(){ConfigItem::SetModified();}
};
-/* -----------------------------19.01.01 13:06--------------------------------
- ---------------------------------------------------------------------------*/
class SwGridConfig : public utl::ConfigItem
{
SwMasterUsrPref& rParent;
@@ -91,9 +85,7 @@ class SwGridConfig : public utl::ConfigItem
void Load();
void SetModified(){ConfigItem::SetModified();}
};
-/* -----------------------------19.01.01 13:06--------------------------------
- ---------------------------------------------------------------------------*/
class SwCursorConfig : public utl::ConfigItem
{
SwMasterUsrPref& rParent;
@@ -108,9 +100,7 @@ class SwCursorConfig : public utl::ConfigItem
void Load();
void SetModified(){ConfigItem::SetModified();}
};
-/* -----------------------------28.09.00 09:45--------------------------------
- ---------------------------------------------------------------------------*/
class SwWebColorConfig : public utl::ConfigItem
{
SwMasterUsrPref& rParent;
@@ -125,9 +115,7 @@ class SwWebColorConfig : public utl::ConfigItem
void Load();
void SetModified(){ConfigItem::SetModified();}
};
-/* -----------------------------28.09.00 09:45--------------------------------
- ---------------------------------------------------------------------------*/
class SwMasterUsrPref : public SwViewOption
{
friend class SwContentViewConfig;
@@ -286,4 +274,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 21b52c8..fbb1934 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -135,7 +135,6 @@ enum ShellModes
/*--------------------------------------------------------------------
Beschreibung: Anwendung einer Vorlage
--------------------------------------------------------------------*/
-
struct SwApplyTemplate
{
union
@@ -162,11 +161,9 @@ struct SwApplyTemplate
}
};
-
/*--------------------------------------------------------------------
Beschreibung: Sicht auf ein Dokument
--------------------------------------------------------------------*/
-
class SW_DLLPUBLIC SwView: public SfxViewShell
{
//Messehack (MA,MBA)
@@ -673,7 +670,6 @@ public:
};
// ----------------- inline Methoden ----------------------
-
inline long SwView::GetXScroll() const
{
return aVisArea.GetWidth() * nScrollX / 100L;
@@ -689,8 +685,6 @@ inline const SwDocShell *SwView::GetDocShell() const
return ((SwView*)this)->GetDocShell();
}
-//***********************************************************
-
SfxTabPage* CreatePrintOptionsPage( Window *pParent,
const SfxItemSet &rOptions,
BOOL bPreview);
diff --git a/sw/source/ui/inc/viewlayoutctrl.hxx b/sw/source/ui/inc/viewlayoutctrl.hxx
index cc1c7a9..6c39f7b 100644
--- a/sw/source/ui/inc/viewlayoutctrl.hxx
+++ b/sw/source/ui/inc/viewlayoutctrl.hxx
@@ -28,11 +28,9 @@
#define _VIEWLAYOUTCTRL_HXX
// include ---------------------------------------------------------------
-
#include <sfx2/stbitem.hxx>
// class SwViewLayoutControl ----------------------------------------------
-
class SwViewLayoutControl : public SfxStatusBarControl
{
private:
@@ -53,4 +51,3 @@ public:
};
#endif
-
diff --git a/sw/source/ui/inc/wview.hxx b/sw/source/ui/inc/wview.hxx
index 935a677..471f584 100644
--- a/sw/source/ui/inc/wview.hxx
+++ b/sw/source/ui/inc/wview.hxx
@@ -30,10 +30,6 @@
#include "swdllapi.h"
#include "view.hxx"
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
class SW_DLLPUBLIC SwWebView: public SwView
{
protected:
Context
- [Libreoffice] [PATCH 1/1] Cleanup: remove bogus comments from inc directory · Prashant Shah
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.