summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-01-10 13:02:19 +0000
committerRüdiger Timm <rt@openoffice.org>2006-01-10 13:02:19 +0000
commitbfa7ce2a0fe92e7866121df79f89d20758ee78b7 (patch)
tree3c769e1970b2c5e5fadee6c5be0dcdeed50cf6b7
parentad2631a3de0ba016c252215fd11e69f5f574425c (diff)
INTEGRATION: CWS memory02 (1.4.10); FILE MERGED
2005/10/05 13:14:28 tbe 1.4.10.1: #i54860# MLK: memory leak in BasicLibbox::InsertEntries()
-rw-r--r--basctl/source/basicide/basicbox.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/source/basicide/basicbox.hxx b/basctl/source/basicide/basicbox.hxx
index 79ceabb70665..cd7c6923758b 100644
--- a/basctl/source/basicide/basicbox.hxx
+++ b/basctl/source/basicide/basicbox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basicbox.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:55:03 $
+ * last change: $Author: rt $ $Date: 2006-01-10 14:02:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,6 +77,7 @@ private:
void ReleaseFocus();
void InsertEntries( SfxObjectShell* pShell, LibraryLocation eLocation );
+ void DeleteEntryData();
protected:
virtual void Select();
@@ -94,6 +95,7 @@ public:
void FillBox( BOOL bSelect = TRUE );
void Update( const SfxStringItem* pItem );
void NotifyIDE();
+ void Clear();
};