summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-22 13:57:30 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-22 13:57:30 +0000
commitd967787a6fa78c4a0eb6541cdecac463c5c3928e (patch)
tree9b9c2d82b49fc744e60a76a14675d5d452f7a1d9
parent3a5b94edd6630797273bf9175e2fe7d4b63eff45 (diff)
#i10000# const missing
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.hxx b/desktop/source/deployment/gui/dp_gui_dialog2.hxx
index 9f279cb54fc5..991e01cbe4f7 100644
--- a/desktop/source/deployment/gui/dp_gui_dialog2.hxx
+++ b/desktop/source/deployment/gui/dp_gui_dialog2.hxx
@@ -8,7 +8,7 @@
*
* $RCSfile: dp_gui_dialog2.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
* This file is part of OpenOffice.org.
*
@@ -121,7 +121,7 @@ public:
void showProgress( bool bStart );
void updateProgress( const ::rtl::OUString &rText,
const ::com::sun::star::uno::Reference< ::com::sun::star::task::XAbortChannel > &xAbortChannel);
- void updateProgress( long nVal );
+ void updateProgress( const long nProgress );
void updatePackageInfo( const ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage > &xPackage );
void removeEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage > &xPackage );