summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 16:17:53 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 16:17:53 +0000
commit1b8b16b3ae86fe2279eefb64fe0ce3b323b3db79 (patch)
treebbccd78cda748fac96ceb58716b0b15d8d985a96 /padmin
parentea7f27248c9b2fdc1bca4c700ab1d228863127c1 (diff)
INTEGRATION: CWS vcl87 (1.2.144); FILE MERGED
2008/02/22 10:51:10 pl 1.2.144.1: #i86345# use svtools progress
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/progress.hxx23
1 files changed, 8 insertions, 15 deletions
diff --git a/padmin/source/progress.hxx b/padmin/source/progress.hxx
index 318f631dc150..9d4f610b70af 100644
--- a/padmin/source/progress.hxx
+++ b/padmin/source/progress.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: progress.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:28:28 $
+ * last change: $Author: kz $ $Date: 2008-04-03 17:17:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,18 +36,11 @@
#ifndef _PAD_PROGRESS_HXX_
#define _PAD_PROGRESS_HXX_
-#ifndef _SV_DIALOG_HXX
-#include <vcl/dialog.hxx>
-#endif
-#ifndef _SV_FIXED_HXX
-#include <vcl/fixed.hxx>
-#endif
-#ifndef _SV_BUTTON_HXX
-#include <vcl/button.hxx>
-#endif
-#ifndef _PRGSBAR_HXX
-#include <prgsbar.hxx>
-#endif
+#include "vcl/dialog.hxx"
+#include "vcl/fixed.hxx"
+#include "vcl/button.hxx"
+
+#include "svtools/prgsbar.hxx"
namespace padmin {
@@ -57,7 +50,7 @@ namespace padmin {
FixedText maFilename;
FixedText maProgressTxt;
CancelButton maCancelButton;
- ::padmin::ProgressBar maProgressBar;
+ ProgressBar maProgressBar;
int mnMax, mnMin;
BOOL mbCanceled;