summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/view.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index d8a420bfa6bb..33529f182b9d 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1483,7 +1483,6 @@ void SmViewShell::Execute(SfxRequest& rReq)
{
uno::Reference < embed::XStorage > xStorage =
::comphelper::OStorageHelper::GetStorageFromInputStream( xStrm, ::comphelper::getProcessComponentContext() );
- uno::Reference < beans::XPropertySet > xProps( xStorage, uno::UNO_QUERY );
SfxMedium aMedium( xStorage, OUString() );
Insert( aMedium );
GetDoc()->UpdateText();