diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-01-04 16:31:47 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-04 16:32:24 +0100 |
commit | ccccd115f128f645ebccc9f5c0a8e1bf6223c286 (patch) | |
tree | d20c3e8ce848a50a4ffdb953c681793f5722de29 /sw/source | |
parent | b08ded38b0e0eeb8d150e7f71137833396e22387 (diff) |
sw: forgot to adapt this
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 268ed91544c2..58970eb412ad 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") ); |