summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/macrodlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/macrodlg.hxx')
-rw-r--r--basctl/source/basicide/macrodlg.hxx19
1 files changed, 12 insertions, 7 deletions
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index 6ccd88329d4c..c771ef9016d7 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
//
-#ifndef _MACRODLG_HXX
-#define _MACRODLG_HXX
+#ifndef BASCTL_MACRODLG_HXX
+#define BASCTL_MACRODLG_HXX
#include <svheader.hxx>
@@ -29,6 +29,9 @@
#include <vcl/button.hxx>
+namespace basctl
+{
+
#define MACRO_CLOSE 10
#define MACRO_OK_RUN 11
#define MACRO_NEW 12
@@ -45,7 +48,7 @@ private:
Edit aMacroNameEdit;
FixedText aMacroFromTxT;
FixedText aMacrosSaveInTxt;
- BasicTreeListBox aBasicBox;
+ TreeListBox aBasicBox;
FixedText aMacrosInTxt;
String aMacrosInTxtBaseStr;
SvTreeListBox aMacroBox;
@@ -60,8 +63,8 @@ private:
PushButton aNewLibButton;
PushButton aNewModButton;
- bool bNewDelIsDel;
- bool bForceStoreBasic;
+ bool bNewDelIsDel;
+ bool bForceStoreBasic;
sal_uInt16 nMode;
@@ -93,9 +96,11 @@ public:
virtual short Execute();
void SetMode( sal_uInt16 nMode );
- sal_uInt16 GetMode() const { return nMode; }
+ sal_uInt16 GetMode() const { return nMode; }
};
-#endif // _MACRODLG_HXX
+} // namespace basctl
+
+#endif // BASCTL_MACRODLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */