summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/macrodlg.hxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2002-07-30 12:10:28 +0000
committerAndreas Bregas <ab@openoffice.org>2002-07-30 12:10:28 +0000
commitb2f27987b2c766f511dad8415942109042a36b2a (patch)
tree1b27f9863d6e487f5718737389f72e3b78a98086 /basctl/source/basicide/macrodlg.hxx
parentb598ce202a3f7f9d655e7520e1e9cd9211c986da (diff)
#101304# Save dialog for macro recording
Diffstat (limited to 'basctl/source/basicide/macrodlg.hxx')
-rw-r--r--basctl/source/basicide/macrodlg.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index 34386aead0ec..0d92d24e8bbc 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: macrodlg.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mba $ $Date: 2002-04-22 16:59:54 $
+ * last change: $Author: ab $ $Date: 2002-07-30 13:10:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,8 +99,10 @@ class MacroChooser : public SfxModalDialog
private:
FixedText aMacroNameTxt;
Edit aMacroNameEdit;
+ FixedText aMacrosInTxt;
SvTreeListBox aMacroBox;
FixedText aMacroFromTxT;
+ FixedText aMacrosSaveInTxt;
BasicTreeListBox aBasicBox;
PushButton aRunButton;
@@ -110,6 +112,8 @@ private:
PushButton aNewDelButton;
PushButton aOrganizeButton;
HelpButton aHelpButton;
+ PushButton aNewLibButton;
+ PushButton aNewModButton;
//FixedText aDescrTxt;
//ExtendedMultiLineEdit aDescrEdit;
@@ -142,7 +146,6 @@ private:
void StoreMacroDescription();
void RestoreMacroDescription();
-
public:
MacroChooser( Window* pParent, BOOL ScanBasics = TRUE );
~MacroChooser();