summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/cuigaldlg.hxx47
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