summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorPrashant Shah <pshah.mumbai@gmail.com>2010-10-13 10:32:10 +0530
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-13 12:58:19 +0200
commit6736be7898a318765bc17f87fac9dbc36355d8a8 (patch)
tree933f8f774fe319c064152df505c119f1062dbaf0 /sw/source/ui/inc
parentRTF: fix for nested tables (diff)
downloadcore-6736be7898a318765bc17f87fac9dbc36355d8a8.tar.gz
core-6736be7898a318765bc17f87fac9dbc36355d8a8.zip
Cleanup: remove bogus comments from inc directory
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>
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/DropDownFieldDialog.hxx1
-rw-r--r--sw/source/ui/inc/actctrl.hxx2
-rw-r--r--sw/source/ui/inc/bmpwin.hxx1
-rw-r--r--sw/source/ui/inc/cfgdesc.hxx1
-rw-r--r--sw/source/ui/inc/cfgitems.hxx9
-rw-r--r--sw/source/ui/inc/changedb.hxx1
-rw-r--r--sw/source/ui/inc/colex.hxx12
-rw-r--r--sw/source/ui/inc/colmgr.hxx11
-rw-r--r--sw/source/ui/inc/column.hxx7
-rw-r--r--sw/source/ui/inc/condedit.hxx20
-rw-r--r--sw/source/ui/inc/dialmgr.hxx2
-rw-r--r--sw/source/ui/inc/docstdlg.hxx1
-rw-r--r--sw/source/ui/inc/envimg.hxx5
-rw-r--r--sw/source/ui/inc/envlop.hxx5
-rw-r--r--sw/source/ui/inc/fldedt.hxx5
-rw-r--r--sw/source/ui/inc/fldmgr.hxx4
-rw-r--r--sw/source/ui/inc/fldtdlg.hxx4
-rw-r--r--sw/source/ui/inc/fldwrap.hxx3
-rw-r--r--sw/source/ui/inc/formedt.hxx1
-rw-r--r--sw/source/ui/inc/frmdlg.hxx2
-rw-r--r--sw/source/ui/inc/frmpage.hxx7
-rw-r--r--sw/source/ui/inc/glosbib.hxx5
-rw-r--r--sw/source/ui/inc/idxmrk.hxx7
-rw-r--r--sw/source/ui/inc/labimg.hxx4
-rw-r--r--sw/source/ui/inc/linenum.hxx4
-rw-r--r--sw/source/ui/inc/mailconfigpage.hxx6
-rw-r--r--sw/source/ui/inc/mailmergechildwindow.hxx8
-rw-r--r--sw/source/ui/inc/mailmergehelper.hxx24
-rw-r--r--sw/source/ui/inc/mailmrge.hxx9
-rw-r--r--sw/source/ui/inc/mmconfigitem.hxx7
-rw-r--r--sw/source/ui/inc/navicfg.hxx3
-rw-r--r--sw/source/ui/inc/navipi.hxx4
-rw-r--r--sw/source/ui/inc/optcomp.hxx2
-rw-r--r--sw/source/ui/inc/optload.hxx16
-rw-r--r--sw/source/ui/inc/optpage.hxx20
-rw-r--r--sw/source/ui/inc/outline.hxx8
-rw-r--r--sw/source/ui/inc/pgfnote.hxx1
-rw-r--r--sw/source/ui/inc/pggrid.hxx2
-rw-r--r--sw/source/ui/inc/pview.hxx4
-rw-r--r--sw/source/ui/inc/regionsw.hxx17
-rw-r--r--sw/source/ui/inc/srcview.hxx26
-rw-r--r--sw/source/ui/inc/swlbox.hxx3
-rw-r--r--sw/source/ui/inc/swrenamexnameddlg.hxx5
-rw-r--r--sw/source/ui/inc/swuicnttab.hxx17
-rw-r--r--sw/source/ui/inc/swuiidxmrk.hxx15
-rw-r--r--sw/source/ui/inc/tmpdlg.hxx3
-rw-r--r--sw/source/ui/inc/tmplctrl.hxx5
-rw-r--r--sw/source/ui/inc/toxmgr.hxx6
-rw-r--r--sw/source/ui/inc/uiitems.hxx7
-rw-r--r--sw/source/ui/inc/uinums.hxx6
-rw-r--r--sw/source/ui/inc/uivwimp.hxx10
-rw-r--r--sw/source/ui/inc/unotools.hxx10
-rw-r--r--sw/source/ui/inc/unotxvw.hxx10
-rw-r--r--sw/source/ui/inc/usrpref.hxx15
-rw-r--r--sw/source/ui/inc/view.hxx6
-rw-r--r--sw/source/ui/inc/viewlayoutctrl.hxx3
-rw-r--r--sw/source/ui/inc/wview.hxx4
57 files changed, 48 insertions, 358 deletions
diff --git a/sw/source/ui/inc/DropDownFieldDialog.hxx b/sw/source/ui/inc/DropDownFieldDialog.hxx
index e24fc91894d0..3f783d00aab5 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 9d10c53089fd..6e29b7f23c84 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 51f8fbddbd0c..c19d07682bfb 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 81732b05c208..967b87986ae6 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 d80df8672cfd..372acbbb5e4f 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 2c4e9b88b507..ab48c6b0f0d9 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 39778f503d2a..650e766d3de9 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 641c48e9bb66..3a4acecc638c 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 b4ce882c7bd9..4ac10f9523c4 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 f3ac989fb939..31348c73a7b1 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 ebd9731c5e0a..c222dbfd784b 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 28aa055de00f..871a00fc29a4 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 f3696a15508d..72730e539574 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 14fea973d137..909133c130c4 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 cb27672de865..4656b3ab60ef 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 33070131ae58..8b8ed2d54267 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 cacc2e0a6183..e5361b086879 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 12ed8743ccfd..5329f28ba3cf 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 23f8a21c34d6..05df37ca4044 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 5776cc9f3dd8..c0f3314f3c0c 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 73820c0e7dc1..0e941bc0eef2 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 f40aa2cbb5cd..e551e725e549 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 6d569bb798dd..7f1714dbdd66 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 cb435bd38925..770f938e6f27 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 514866dd742b..76054ce714cb 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 55ca59b8437e..8d2b2cecb893 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 21afff7aa8bb..efe00278b7eb 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 954ce643d8e9..b89f6fc866c4 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 6ce93cb518ec..744e98320e74 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 33454896627d..2c1e91bc8d2f 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 de400eca916e..4a642f7de860 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 70ce3ed21a2a..dbbc634f586e 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 34de97517fd2..035b72045af9 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 33c1fe7827d1..b71abe2a5d10 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 8243dfb449aa..5ae395bc2195 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 dad42c1f2a83..bd375b098705 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 2540a6b7241a..93c4f3dc2ff2 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 be0e9b8b4295..97abf0a6dc27 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 d0d8f2cb804a..5ac9c4b18847 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 0237f560da09..67a4ed304ed1 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 574696f1fd27..55e1943bfbd8 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 3e20824b2901..db08f743e50f 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;
+
namespace nsSwComboBoxStyle
{
const SwComboBoxStyle CBS_UPPER = 0x01;
diff --git a/sw/source/ui/inc/swrenamexnameddlg.hxx b/sw/source/ui/inc/swrenamexnameddlg.hxx
index 623046eb83e2..a616146c11f8 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 67a4f41e970f..860c03ec7788 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 3429997d468a..4158d5a93370 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 7971a6607915..b87dec21ac96 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 206645d7fe83..221c0e045c47 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 38cc1e5398b3..57592f5c49c2 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 874cf51fa2dd..a099a9406f92 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 5ba9d6f4dfc1..b286de8433e0 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 9c22b44ad868..118d6a4fc1c7 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 f68d25549dff..5f888344d0e8 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 91cf8823e124..aa773a03e4d3 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 7331471fb4d9..bd8425f1f767 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 a6202387d319..fbf858e0d950 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 60d05b63a79e..1279becbf1cb 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 2b36bbf97dce..9df76db9ecb6 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: