summaryrefslogtreecommitdiff
path: root/cui/source/customize/macropg_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/customize/macropg_impl.hxx')
-rw-r--r--cui/source/customize/macropg_impl.hxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/cui/source/customize/macropg_impl.hxx b/cui/source/customize/macropg_impl.hxx
index 0e527e5a7623..3701d5fc3175 100644
--- a/cui/source/customize/macropg_impl.hxx
+++ b/cui/source/customize/macropg_impl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,29 +35,29 @@ public:
_SvxMacroTabPage_Impl( const SfxItemSet& rAttrSet );
~_SvxMacroTabPage_Impl();
- FixedText* pAssignFT;
- PushButton* pAssignPB;
- PushButton* pAssignComponentPB;
- PushButton* pDeletePB;
- Image* pMacroImg;
- Image* pComponentImg;
- Image* pMacroImg_h;
- Image* pComponentImg_h;
- String* pStrEvent;
- String* pAssignedMacro;
- _HeaderTabListBox* pEventLB;
- BOOL bReadOnly;
- BOOL bIDEDialogMode;
+ FixedText* pAssignFT;
+ PushButton* pAssignPB;
+ PushButton* pAssignComponentPB;
+ PushButton* pDeletePB;
+ Image* pMacroImg;
+ Image* pComponentImg;
+ Image* pMacroImg_h;
+ Image* pComponentImg_h;
+ String* pStrEvent;
+ String* pAssignedMacro;
+ _HeaderTabListBox* pEventLB;
+ BOOL bReadOnly;
+ BOOL bIDEDialogMode;
};
class AssignComponentDialog : public ModalDialog
{
private:
- FixedText maMethodLabel;
- Edit maMethodEdit;
- OKButton maOKButton;
- CancelButton maCancelButton;
- HelpButton maHelpButton;
+ FixedText maMethodLabel;
+ Edit maMethodEdit;
+ OKButton maOKButton;
+ CancelButton maCancelButton;
+ HelpButton maHelpButton;
::rtl::OUString maURL;