sw/source/filter/ww8/ww8par.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ccccd115f128f645ebccc9f5c0a8e1bf6223c286 Author: Miklos Vajna <[email protected]> Date: Fri Jan 4 16:31:47 2013 +0100 sw: forgot to adapt this diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 268ed91..58970eb 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -145,7 +145,7 @@ bool BasicProjImportHelper::import( const uno::Reference< io::XInputStream >& rx try { oox::ole::OleStorage root( mxCtx, rxIn, false ); - oox::StorageRef vbaStg = root.openSubStorage( CREATE_OUSTRING( "Macros" ), false ); + oox::StorageRef vbaStg = root.openSubStorage( "Macros" , false ); if ( vbaStg.get() ) { oox::ole::VbaProject aVbaPrj( mxCtx, mrDocShell.GetModel(), rtl::OUString("Writer") ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
