summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97/xcl97esc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xcl97/xcl97esc.cxx')
-rw-r--r--sc/source/filter/xcl97/xcl97esc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/xcl97esc.cxx b/sc/source/filter/xcl97/xcl97esc.cxx
index 0333afb70141..dedab777b74e 100644
--- a/sc/source/filter/xcl97/xcl97esc.cxx
+++ b/sc/source/filter/xcl97/xcl97esc.cxx
@@ -568,7 +568,7 @@ ShapeInteractionHelper::PopulateShapeInteractionInfo( XclExpObjectManager& rObjM
hExpHlink.WriteEmbeddedData( tmpStream );
}
if ( !sHyperLink.isEmpty() || !sMacro.isEmpty() )
- rHostAppData.SetInteractionInfo( new InteractionInfo( pMemStrm, true ) );
+ rHostAppData.SetInteractionInfo( new InteractionInfo( pMemStrm ) );
}
catch( Exception& )
{