From 6dd314c5992363766a7c6521df7e10665c2e9c04 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 15 Jun 2004 10:19:31 +0000 Subject: #i10000# problem with default initalizing (.NET 2003) --- desktop/source/deployment/gui/dp_gui.h | 8 +++----- desktop/source/deployment/gui/dp_gui_cmdenv.h | 7 +++---- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'desktop') diff --git a/desktop/source/deployment/gui/dp_gui.h b/desktop/source/deployment/gui/dp_gui.h index 5af7363da90e..1c21a2facc47 100644 --- a/desktop/source/deployment/gui/dp_gui.h +++ b/desktop/source/deployment/gui/dp_gui.h @@ -2,9 +2,9 @@ * * $RCSfile: dp_gui.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-06-11 12:02:28 $ + * last change: $Author: obo $ $Date: 2004-06-15 11:18:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -250,10 +250,8 @@ struct DialogImpl : css::uno::Reference< css::uno::XComponentContext > const & xContext ); static ::rtl::Reference get( css::uno::Reference const & xContext, - css::uno::Reference const & xParent = - css::uno::Reference(), + css::uno::Reference const & xParent = 0, ::rtl::OUString const & view = ::rtl::OUString() ); - // XEventListener virtual void SAL_CALL disposing( css::lang::EventObject const & evt ) throw (css::uno::RuntimeException); diff --git a/desktop/source/deployment/gui/dp_gui_cmdenv.h b/desktop/source/deployment/gui/dp_gui_cmdenv.h index ad19e3cbc5d7..a090626df900 100644 --- a/desktop/source/deployment/gui/dp_gui_cmdenv.h +++ b/desktop/source/deployment/gui/dp_gui_cmdenv.h @@ -2,9 +2,9 @@ * * $RCSfile: dp_gui_cmdenv.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-06-11 12:03:21 $ + * last change: $Author: obo $ $Date: 2004-06-15 11:19:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,8 +136,7 @@ public: void showProgress( sal_Int32 progressSections ); void progressSection( String const & text, - css::uno::Reference const & xAbortChannel = - css::uno::Reference() ); + css::uno::Reference< css::task::XAbortChannel > const & xAbortChannel = 0 ); inline bool isAborted() const { return m_aborted; } // XCommandEnvironment -- cgit v1.2.3