summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/versdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/versdlg.hxx')
-rw-r--r--sfx2/source/inc/versdlg.hxx22
1 files changed, 10 insertions, 12 deletions
diff --git a/sfx2/source/inc/versdlg.hxx b/sfx2/source/inc/versdlg.hxx
index a81e8eab6207..1853a3d864ed 100644
--- a/sfx2/source/inc/versdlg.hxx
+++ b/sfx2/source/inc/versdlg.hxx
@@ -74,21 +74,19 @@ public:
class SfxViewVersionDialog_Impl : public SfxModalDialog
{
- FixedText aDateTimeText;
- FixedText aSavedByText;
- MultiLineEdit aEdit;
- OKButton aOKButton;
- CancelButton aCancelButton;
- PushButton aCloseButton;
- HelpButton aHelpButton;
- SfxVersionInfo* pInfo;
+ FixedText* m_pDateTimeText;
+ FixedText* m_pSavedByText;
+ VclMultiLineEdit* m_pEdit;
+ OKButton* m_pOKButton;
+ CancelButton* m_pCancelButton;
+ CloseButton* m_pCloseButton;
+ SfxVersionInfo& m_rInfo;
- DECL_LINK( ButtonHdl, Button* );
+ DECL_LINK(ButtonHdl, Button*);
public:
- SfxViewVersionDialog_Impl( Window *pParent,
- SfxVersionInfo& rInfo, sal_Bool bEdit );
- };
+ SfxViewVersionDialog_Impl(Window *pParent, SfxVersionInfo& rInfo, bool bEdit);
+};
#endif