summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-03-06 09:18:28 +0000
committerRüdiger Timm <rt@openoffice.org>2006-03-06 09:18:28 +0000
commit6da6ad9a0fe3446b46b415049f9e0b137250226d (patch)
tree1277efea9b620a7ecc6d130255c4337fc6205982
parent96681e9d53559c7c6f14cfc7b0d7535cbc6ba6c6 (diff)
INTEGRATION: CWS dbo510 (1.8.40); FILE MERGED
2006/02/22 11:59:41 dbo 1.8.40.2: #i62333# using inout_by_ref 2005/11/02 13:20:38 dbo 1.8.40.1: adopted to vcl::solarthread::syncExecute() Issue number: Submitted by: Reviewed by:
-rw-r--r--desktop/source/deployment/gui/dp_gui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/deployment/gui/dp_gui.h b/desktop/source/deployment/gui/dp_gui.h
index 598bb64710c8..c4d76327dc7b 100644
--- a/desktop/source/deployment/gui/dp_gui.h
+++ b/desktop/source/deployment/gui/dp_gui.h
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_gui.h,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:15:05 $
+ * last change: $Author: rt $ $Date: 2006-03-06 10:18:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -190,8 +190,8 @@ struct DialogImpl :
bool solarthread_raiseExportPickers(
css::uno::Sequence< css::uno::Reference<css::deployment::XPackage> >
const & selection,
- rtl::OUString * pDestFolder, rtl::OUString * pNewTitle,
- sal_Int32 * pNameClashAction );
+ rtl::OUString & rDestFolder, rtl::OUString & rNewTitle,
+ sal_Int32 & rNameClashAction );
void clickClose( USHORT id );
void clickAdd( USHORT id );