diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-16 22:33:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-16 22:40:42 +0200 |
commit | 2976b53ff8c815f5f6a5deba1763fba153bd528f (patch) | |
tree | 178b9b8384f71f27c39922f3a30b432034375c49 /cui/source | |
parent | 7956ff62ee9a4b82f64d19d51cccddd73bc49d1e (diff) |
Bin more pointless comments and ASCII graphics
Suggested Easy Hack: Replace all instances of // -------- comments
including surrounding newlines with a single newline.
Another Easy Hack, slightly harder to automate: Remove all the
pointless comments that just tell the class name right before the
declaration of that class.
Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 537060b30106..3f7c9894f65e 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -42,10 +42,6 @@ #include <svtools/dialogclosedlistener.hxx> #include <vector> -// ------------ -// - Forwards - -// ------------ - class GalleryTheme; class SearchProgress; class TakeProgress; @@ -54,19 +50,11 @@ class TPGalleryThemeProperties; typedef ::std::vector< OUString > StringList; typedef ::std::vector< sal_uLong > TokenList_impl; -// --------------- -// - FilterEntry - -// --------------- - struct FilterEntry { String aFilterName; }; -// ---------------- -// - SearchThread - -// ---------------- - class SearchThread: public salhelper::Thread { private: @@ -89,10 +77,6 @@ public: const INetURLObject& rStartURL ); }; -// ------------------ -// - SearchProgress - -// ------------------ - class SearchProgress : public ModalDialog { private: @@ -121,10 +105,6 @@ public: void SetDirectory( const INetURLObject& rURL ) { aFtSearchDir.SetText( GetReducedString( rURL, 30 ) ); } }; -// -------------- -// - TakeThread - -// -------------- - class TakeThread: public salhelper::Thread { private: @@ -145,10 +125,6 @@ public: ); }; -// ---------------- -// - TakeProgress - -// ---------------- - class TakeProgress : public ModalDialog { private: @@ -175,10 +151,6 @@ public: virtual void StartExecuteModal( const Link& rEndDialogHdl ); }; -// --------------------- -// - ActualizeProgress - -// --------------------- - class ActualizeProgress : public ModalDialog { private: @@ -201,10 +173,6 @@ public: virtual short Execute(); }; -// --------------- -// - TitleDialog - -// --------------- - class TitleDialog : public ModalDialog { private: @@ -221,10 +189,6 @@ public: String GetTitle() const { return maEdit.GetText(); } }; -// ------------------- -// - GalleryIdDialog - -// ------------------- - class GalleryIdDialog : public ModalDialog { private: @@ -246,10 +210,6 @@ public: sal_uLong GetId() const { return aLbResName.GetSelectEntryPos(); } }; -// -------------------------- -// - GalleryThemeProperties - -// -------------------------- - class GalleryThemeProperties : public SfxTabDialog { ExchangeData* pData; @@ -262,10 +222,6 @@ public: ~GalleryThemeProperties() {} }; -// ------------------------- -// - TPGalleryThemeGeneral - -// ------------------------- - class TPGalleryThemeGeneral : public SfxTabPage { private: @@ -299,9 +255,6 @@ public: static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet ); }; -// ---------------------------- -// - TPGalleryThemeProperties - -// ---------------------------- typedef ::std::vector< FilterEntry* > FilterEntryList_impl; class TPGalleryThemeProperties : public SfxTabPage |