summaryrefslogtreecommitdiff
path: root/cui/source/inc/treeopt.hxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-16 00:59:10 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-19 14:36:10 -0500
commit7f707bbef2d13c05f8387e8af4c33d0f321f7677 (patch)
tree523be13f5cb4814d86d3778df236f7408a9ac847 /cui/source/inc/treeopt.hxx
parent8e0792e9593115045f561d07576ff63700c782c0 (diff)
Simplify treeopt select handler
Diffstat (limited to 'cui/source/inc/treeopt.hxx')
-rw-r--r--cui/source/inc/treeopt.hxx33
1 files changed, 1 insertions, 32 deletions
diff --git a/cui/source/inc/treeopt.hxx b/cui/source/inc/treeopt.hxx
index af461faa61f3..c6ba40239a28 100644
--- a/cui/source/inc/treeopt.hxx
+++ b/cui/source/inc/treeopt.hxx
@@ -43,27 +43,6 @@
sal_Bool EnableSSO();
CreateTabPage GetSSOCreator( void );
-// class OfaOptionsTreeListBox -------------------------------------------
-
-class SfxModule;
-class SfxShell;
-class SfxItemSet;
-class XColorList;
-class OfaOptionsTreeListBox : public SvTreeListBox
-{
- using SvListView::Collapse;
-
-private:
- sal_Bool bInCollapse;
-
-public:
- OfaOptionsTreeListBox(Window* pParent, const ResId& rResId) :
- SvTreeListBox( pParent, rResId ), bInCollapse(sal_False) {}
-
- virtual sal_Bool Collapse( SvLBoxEntry* pParent );
- sal_Bool IsInCollapse()const {return bInCollapse;}
-};
-
// struct OrderedEntry ---------------------------------------------------
struct OrderedEntry
@@ -184,16 +163,8 @@ private:
PushButton aBackPB;
FixedBorder aHiddenGB;
- FixedText aPageTitleFT;
- FixedLine aLine1FL;
- FixedText aHelpFT;
- FixedImage aHelpImg;
-
- ImageList aPageImages;
-
- ResStringArray aHelpTextsArr;
- OfaOptionsTreeListBox aTreeLB;
+ SvTreeListBox aTreeLB;
String sTitle;
String sNotLoadedError;
@@ -206,7 +177,6 @@ private:
sal_Bool bForgetSelection;
sal_Bool bExternBrowserActive;
- sal_Bool bImageResized;
bool bInSelectHdl_Impl;
bool bIsFromExtensionManager;
@@ -250,7 +220,6 @@ protected:
DECL_LINK( SelectHdl_Impl, Timer * );
virtual long Notify( NotifyEvent& rNEvt );
- virtual void DataChanged( const DataChangedEvent& rDCEvt );
virtual short Execute();
public: