summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-23 11:08:20 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-23 11:08:20 +0000
commitfc6a8d214ea14565babf8384854de9c9b195a505 (patch)
tree4288cb707fcaab3ee7a1c410327f2cb3834826da /basctl
parent44f5d9075d2426235c86a5eb878ae3778ab8153e (diff)
INTEGRATION: CWS tbe11 (1.3.154); FILE MERGED
2004/07/15 17:47:18 tbe 1.3.154.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:50:11 tbe 1.3.154.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:21:59 tbe 1.3.154.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/inc/baside3.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx
index 5e3810b5ebfd..992f404fd10d 100644
--- a/basctl/source/inc/baside3.hxx
+++ b/basctl/source/inc/baside3.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside3.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 18:20:11 $
+ * last change: $Author: kz $ $Date: 2004-07-23 12:08:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,8 +107,7 @@ protected:
public:
TYPEINFO();
- DialogWindow( Window* pParent, StarBASIC* pBasic,
- SfxObjectShell* pShell, String aLibName, String aName,
+ DialogWindow( Window* pParent, SfxObjectShell* pShell, String aLibName, String aName,
const com::sun::star::uno::Reference< com::sun::star::container::XNameContainer >& xDialogModel );
DialogWindow( DialogWindow* pCurView );
~DialogWindow();
@@ -124,6 +123,7 @@ public:
void DisableBrowser();
void UpdateBrowser();
virtual String GetTitle();
+ virtual BasicEntryDescriptor CreateEntryDescriptor();
virtual void SetReadOnly( BOOL bReadOnly );
virtual BOOL IsReadOnly();