summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
index d7b68e2bf78b..fb594cd5b45d 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
@@ -25,12 +25,11 @@
#include "vcl/fixed.hxx"
#include "vcl/dialog.hxx"
#include "vcl/prgsbar.hxx"
+#include "vcl/vclmedit.hxx"
#include "rtl/ref.hxx"
#include <vector>
-#include "dp_gui_autoscrolledit.hxx"
/// @HTML
-
namespace com { namespace sun { namespace star { namespace deployment {
class XExtensionManager;
}}}}
@@ -109,15 +108,12 @@ private:
FixedText *m_pFt_action;
ProgressBar *m_pStatusbar;
FixedText *m_pFt_extension_name;
- AutoScrollEdit *m_pMle_info;
+ VclMultiLineEdit *m_pMle_info;
HelpButton *m_pHelp;
OKButton *m_pOk;
CancelButton *m_pCancel;
};
-
-
-
}
#endif