https://bugs.freedesktop.org/show_bug.cgi?id=40607
--- Comment #23 from Michael Meeks <[email protected]> 2012-01-20 03:47:15 PST --- Doing a bit more code reading; it seems that the likeliest place to add an osl_syncFile - or somesuch UNO call to either the ucb/ or package/ code is the SfxMedium code: sfx2/source/doc/docfile.cxx (Transfer_Impl) perhaps this, or hereabouts: // copy the temporary storage into the disk spanned package GetStorage()->copyToStorage( xStor ); uno::Reference < embed::XTransactedObject > xTrans( pImp->xStorage, uno::UNO_QUERY ); if ( xTrans.is() ) xTrans->commit(); but some stepping through in the debugger is needed there I guess. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
