summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_dialog2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_dialog2.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.hxx17
1 files changed, 7 insertions, 10 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.hxx b/desktop/source/deployment/gui/dp_gui_dialog2.hxx
index 35af003f7476..df9622dd5025 100644
--- a/desktop/source/deployment/gui/dp_gui_dialog2.hxx
+++ b/desktop/source/deployment/gui/dp_gui_dialog2.hxx
@@ -172,15 +172,13 @@ public:
class UpdateRequiredDialog : public ModalDialog,
public DialogHelper
{
- ExtensionBox_Impl *m_pExtensionBox;
- FixedText m_aUpdateNeeded;
- PushButton m_aUpdateBtn;
- PushButton m_aCloseBtn;
- HelpButton m_aHelpBtn;
- CancelButton m_aCancelBtn;
- FixedLine m_aDivider;
- FixedText m_aProgressText;
- ProgressBar m_aProgressBar;
+ ExtensionBox_Impl* m_pExtensionBox;
+ FixedText* m_pUpdateNeeded;
+ PushButton* m_pUpdateBtn;
+ PushButton* m_pCloseBtn;
+ CancelButton* m_pCancelBtn;
+ FixedText* m_pProgressText;
+ ProgressBar* m_pProgressBar;
const OUString m_sAddPackages;
const OUString m_sCloseText;
OUString m_sProgressText;
@@ -215,7 +213,6 @@ public:
virtual ~UpdateRequiredDialog();
virtual short Execute() SAL_OVERRIDE;
- virtual void Resize() SAL_OVERRIDE;
virtual bool Close() SAL_OVERRIDE;
virtual void showProgress( bool bStart ) SAL_OVERRIDE;