summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-07 11:20:30 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-07 11:20:30 +0000
commit9e51ae714da13e152b9715f4c2b0c5d64b24586a (patch)
tree2735513ddc96cadd1ab05cf38e1bc6df47d367a9
parenta73939c104d1596c35faf554e37b63132a1343e8 (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.hxx5
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; }