diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-11-21 14:18:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-11-21 14:18:15 +0000 |
commit | 360a19c7a96ce7dc7069fcdcb61b5d669370871f (patch) | |
tree | 947224d96cb2996d4cae9c75c920cb17d739fcd9 /sw/source/ui/dbui/dbmgr.cxx | |
parent | ef298319f4b3ff9f7ec4f8fe2adc2afed8bf226b (diff) |
#i10000: undo integration sw301bf02 (r264013) (sw/source/ui/dbui only); stuff went in via os117 as well)
Diffstat (limited to 'sw/source/ui/dbui/dbmgr.cxx')
-rw-r--r-- | sw/source/ui/dbui/dbmgr.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/ui/dbui/dbmgr.cxx b/sw/source/ui/dbui/dbmgr.cxx index 10e5d48f28a2..d13311ed0828 100644 --- a/sw/source/ui/dbui/dbmgr.cxx +++ b/sw/source/ui/dbui/dbmgr.cxx @@ -506,12 +506,6 @@ BOOL SwNewDBMgr::MergeNew(const SwMergeDescriptor& rMergeDesc ) // the printer dialog does not come up aPrintArgs.Put( SfxBoolItem( SID_ASYNCHRON, rMergeDesc.bPrintAsync )); } - else - { - rView.GetDocShell()->GetMedium()->GetItemSet()->Put( SfxBoolItem( SID_HIDDEN, sal_False )); - } - - // convert PropertyValues const beans::PropertyValue* pPrintOptions = rMergeDesc.aPrintOptions.getConstArray(); for( sal_Int32 nOption = 0; nOption < rMergeDesc.aPrintOptions.getLength(); ++nOption) @@ -2901,8 +2895,6 @@ void SwNewDBMgr::ExecuteFormLetter( SwWrtShell& rSh, else { SfxObjectShellRef xWorkDocSh( new SwDocShell( SFX_CREATE_MODE_INTERNAL )); - //the value 22 is used in the PrintMonitor for unknown reasons - xWorkDocSh->SetTitle( xDocShell->GetTitle( 22 ) ); SfxMedium* pWorkMed = new SfxMedium( sTempURL, STREAM_STD_READ, TRUE ); pWorkMed->SetFilter( pSfxFlt ); if( xWorkDocSh->DoLoad(pWorkMed) ) |