summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-23 11:07:50 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-23 11:07:50 +0000
commit097eba16abe0e32eb0352ed46e53558f7b28b0bb (patch)
tree9f7a8352866afc26d648fb8464a2c782e461584e
parentbf58a0bfb8cfd7c644de633004dc2f0e9e1bb03d (diff)
INTEGRATION: CWS tbe11 (1.3.210); FILE MERGED
2004/07/15 17:51:49 tbe 1.3.210.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:56:12 tbe 1.3.210.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:29:49 tbe 1.3.210.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only
-rw-r--r--basctl/source/basicide/objdlg.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index cb53f947a702..1ae6aad16ed4 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objdlg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sb $ $Date: 2002-07-03 15:53:22 $
+ * last change: $Author: kz $ $Date: 2004-07-23 12:07:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,14 +135,10 @@ public:
ObjectCatalog( Window * pParent );
virtual ~ObjectCatalog();
- void ScanBasic( BasicManager* pBasMgr, const String& rName );
void UpdateEntries();
-
-// BYTE GetSelectedType();
-// BasicManager* GetSelectedSbx( String& rLib, String& rModOrObj, String& rSubOrProp );
+ void SetCurrentEntry( BasicEntryDescriptor& rDesc );
void SetCancelHdl( const Link& rLink ) { aCancelHdl = rLink; }
-// void SetInsertHdl( const Link& rLink ) { aInsertHdl = rLink; }
};
#endif //_OBJDLG_HXX