|
|
|
@ -2407,11 +2407,11 @@ TQDragObject * KPrTextView::newDrag( TQWidget * parent )
|
|
|
|
|
oasisStore.closeContentWriter();
|
|
|
|
|
|
|
|
|
|
if ( !store->open( "styles.xml" ) )
|
|
|
|
|
return false;
|
|
|
|
|
return 0;
|
|
|
|
|
//manifestWriter->addManifestEntry( "styles.xml", "text/xml" );
|
|
|
|
|
doc->saveOasisDocumentStyles( store, mainStyles, 0, savingContext, KPrDocument::SaveSelected /* simply means not SaveAll */ );
|
|
|
|
|
if ( !store->close() ) // done with styles.xml
|
|
|
|
|
return false;
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
|
|
delete store;
|
|
|
|
|
|
|
|
|
|