From 2976b53ff8c815f5f6a5deba1763fba153bd528f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 16 Mar 2013 22:33:14 +0200 Subject: 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 --- cui/source/inc/cuigaldlg.hxx | 47 -------------------------------------------- 1 file changed, 47 deletions(-) (limited to 'cui/source') 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 #include -// ------------ -// - 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 -- cgit v1.2.3