diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:04:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:04:04 +0000 |
commit | 0b799c595b36746f79487d80bfb154fb879ab6eb (patch) | |
tree | 27f593cf495eee0c605bc813100e41fe1797d8b8 /ucbhelper | |
parent | 6da303d79635169ee29666aeab380ccf49db100f (diff) |
INTEGRATION: CWS unopkg1 (1.12.58); FILE MERGED
2004/02/12 11:44:34 kso 1.12.58.1: #112920# - Did no longer compile after latest CVL changes.
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/workben/ucbexplorer/ucbexplorer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx index 844f5fb638b0..840f19adabfd 100644 --- a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx +++ b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ucbexplorer.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kso $ $Date: 2002-10-02 13:59:08 $ + * last change: $Author: hr $ $Date: 2004-04-13 12:04:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -357,7 +357,7 @@ Reference< XInputStream > SAL_CALL TestDataSink::getInputStream() StringInputDialog::StringInputDialog( const String& rTitle, const String& rDefaultText, String* pGroupName ) -: ModalDialog( GetpApp()->GetDefModalDialogParent(), ResId( DLG_STRINGINPUT ) ), +: ModalDialog( 0, ResId( DLG_STRINGINPUT ) ), m_aNameText ( this, ResId( FT_STRINGINPUT_DLG_NAME ) ), m_aNameEdit ( this, ResId( ED_STRINGINPUT_DLG_NAME ) ), m_aNameGroup( this, ResId( GB_STRINGINPUT_DLG_NAME ) ), |