[Libreoffice-commits] .: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 4 07:32:40 PST 2013
sw/source/filter/ww8/ww8par.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ccccd115f128f645ebccc9f5c0a8e1bf6223c286
Author: Miklos Vajna <vmiklos at suse.cz>
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") );
More information about the Libreoffice-commits
mailing list