summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-15 14:57:16 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-15 14:57:16 +0000
commit05dafeca2608abeebee6a44d3401b772d58dabdd (patch)
treefda2ed85cedee6c85bb0100a133557fbf077bc80 /basctl
parent0ebbc353c44e62584cc310b73818fc79b8f537ea (diff)
INTEGRATION: CWS basmgr02 (1.8.146); FILE MERGED
2007/01/11 10:40:03 fs 1.8.146.1: during #i73329#: proper Z-(means: tab-)order
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/macrodlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index d4f38f2fb754..d08e050b12c1 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: macrodlg.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:06:02 $
+ * last change: $Author: obo $ $Date: 2007-03-15 15:57:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,12 +73,12 @@ class MacroChooser : public SfxModalDialog
private:
FixedText aMacroNameTxt;
Edit aMacroNameEdit;
- FixedText aMacrosInTxt;
- String aMacrosInTxtBaseStr;
- SvTreeListBox aMacroBox;
FixedText aMacroFromTxT;
FixedText aMacrosSaveInTxt;
BasicTreeListBox aBasicBox;
+ FixedText aMacrosInTxt;
+ String aMacrosInTxtBaseStr;
+ SvTreeListBox aMacroBox;
PushButton aRunButton;
CancelButton aCloseButton;