summaryrefslogtreecommitdiff
path: root/starmath/source/unofilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/unofilter.cxx')
-rw-r--r--starmath/source/unofilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx
index c89f21532dd0..d87ce77b2bba 100644
--- a/starmath/source/unofilter.cxx
+++ b/starmath/source/unofilter.cxx
@@ -75,7 +75,7 @@ sal_Bool MathTypeFilter::filter(const uno::Sequence<beans::PropertyValue>& rDesc
{
if (SotStorage::IsStorageFile(pStream.get()))
{
- SotStorageRef aStorage(new SotStorage(pStream.get(), false));
+ tools::SvRef<SotStorage> aStorage(new SotStorage(pStream.get(), false));
// Is this a MathType Storage?
if (aStorage->IsStream(OUString("Equation Native")))
{