diff options
author | Andreas Bregas <ab@openoffice.org> | 2002-07-30 12:10:28 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2002-07-30 12:10:28 +0000 |
commit | b2f27987b2c766f511dad8415942109042a36b2a (patch) | |
tree | 1b27f9863d6e487f5718737389f72e3b78a98086 /basctl/source/basicide/moduldlg.hxx | |
parent | b598ce202a3f7f9d655e7520e1e9cd9211c986da (diff) |
#101304# Save dialog for macro recording
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 7992fc2c879e..02f8e944a6a8 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: sb $ $Date: 2002-07-09 08:12:31 $ + * last change: $Author: ab $ $Date: 2002-07-30 13:10:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -307,4 +307,10 @@ public: void SetTabDlg( TabDialog* p ) { pTabDlg = p;} }; +// Helper functions +SbModule* createModImpl( Window* pWin, SfxObjectShell* pShell, StarBASIC* pLib, + BasicTreeListBox& rBasicBox, const String& aLibName, String aModName ); +void createLibImpl( Window* pWin, SfxObjectShell* pShell, + BasicCheckBox* pLibBox, BasicTreeListBox* pBasicBox ); + #endif // _MODULDLG_HXX |