summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:03:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:03:03 +0000
commit74f6a413e0d8121a8e6ed33b51df4b39b5e23431 (patch)
treec52cc689dd4601659a0be0a515c8b0aa370be969
parent0aaa6fdb7cb0c8fdd831aab670e78d76cc7380b1 (diff)
INTEGRATION: CWS scriptingf4 (1.15.22); FILE MERGED
2004/03/24 13:11:59 dfoster 1.15.22.1: #i26923# Implmentation of the Script Organizer spec.
-rw-r--r--basctl/source/basicide/moduldlg.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 0f0d5fa2e199..68a92f29ebb1 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduldlg.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2003-11-05 12:39:53 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:03:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,6 +102,7 @@ class StarBASIC;
#define NEWOBJECTMODE_LIB 1
#define NEWOBJECTMODE_MOD 2
#define NEWOBJECTMODE_DLG 3
+#define NEWOBJECTMODE_METH 4
class NewObjectDialog : public ModalDialog
{
@@ -215,7 +216,7 @@ private:
TabControl aTabCtrl;
public:
- OrganizeDialog( Window* pParent );
+ OrganizeDialog( Window* pParent, INT16 tabId );
~OrganizeDialog();
void SetCurrentModule( const String& rMacroDescr );
@@ -257,7 +258,7 @@ protected:
virtual void DeactivatePage();
public:
- ObjectPage( Window* pParent );
+ ObjectPage( Window* pParent, USHORT nMode );
void SetCurrentModule( const String& rMacroDescr ) { aCurEntryDescr = rMacroDescr; ImplMarkCurrentModule(); }
void SetTabDlg( TabDialog* p ) { pTabDlg = p;}