summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/exceldetect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/exceldetect.cxx')
-rw-r--r--sc/source/ui/unoobj/exceldetect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/exceldetect.cxx b/sc/source/ui/unoobj/exceldetect.cxx
index 0c4373356ad9..d14a7d52eef8 100644
--- a/sc/source/ui/unoobj/exceldetect.cxx
+++ b/sc/source/ui/unoobj/exceldetect.cxx
@@ -62,7 +62,7 @@ bool hasStream(const uno::Reference<io::XInputStream>& xInStream, const OUString
try
{
- tools::SvRef<SotStorage> xStorage = new SotStorage(pStream, false);
+ rtl::Reference<SotStorage> xStorage = new SotStorage(pStream, false);
if (!xStorage.is() || xStorage->GetError())
return false;
return xStorage->IsStream(rName);