diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-15 10:19:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-15 10:19:31 +0000 |
commit | 6dd314c5992363766a7c6521df7e10665c2e9c04 (patch) | |
tree | d8b482dcf3102dd92d3a766fb00e92fa635137ea /desktop | |
parent | 71f1859c8c6a4139c67c2309709fd2a09096427a (diff) |
#i10000# problem with default initalizing (.NET 2003)
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui.h | 8 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_cmdenv.h | 7 |
2 files changed, 6 insertions, 9 deletions
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<DialogImpl> get( css::uno::Reference<css::uno::XComponentContext> const & xContext, - css::uno::Reference<css::awt::XWindow> const & xParent = - css::uno::Reference<css::awt::XWindow>(), + css::uno::Reference<css::awt::XWindow> 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<css::task::XAbortChannel> const & xAbortChannel = - css::uno::Reference<css::task::XAbortChannel>() ); + css::uno::Reference< css::task::XAbortChannel > const & xAbortChannel = 0 ); inline bool isAborted() const { return m_aborted; } // XCommandEnvironment |