diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 11:20:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 11:20:30 +0000 |
commit | 9e51ae714da13e152b9715f4c2b0c5d64b24586a (patch) | |
tree | 2735513ddc96cadd1ab05cf38e1bc6df47d367a9 | |
parent | a73939c104d1596c35faf554e37b63132a1343e8 (diff) |
INTEGRATION: CWS ab53 (1.14.10); FILE MERGED
2008/06/06 13:13:17 ab 1.14.10.1: #i89523# Removed unused code
-rw-r--r-- | basctl/source/basicide/bastype2.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx index 2707782f8680..d10bdbc0e7f2 100644 --- a/basctl/source/basicide/bastype2.hxx +++ b/basctl/source/basicide/bastype2.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: bastype2.hxx,v $ - * $Revision: 1.14 $ + * $Revision: 1.15 $ * * This file is part of OpenOffice.org. * @@ -157,7 +157,6 @@ private: void SetEntryBitmaps( SvLBoxEntry * pEntry, const Image& rImage, const Image& rImageHC ); protected: - void ExpandTree( SvLBoxEntry* pRootEntry ); virtual void RequestingChilds( SvLBoxEntry* pParent ); virtual void ExpandedHdl(); virtual SvLBoxEntry* CloneEntry( SvLBoxEntry* pSource ); @@ -185,8 +184,6 @@ public: void ScanAllEntries(); void UpdateEntries(); - void ExpandAllTrees(); - BOOL IsEntryProtected( SvLBoxEntry* pEntry ); void SetMode( USHORT nM ) { nMode = nM; } |