From dc47b2e5136f0f767273dc5fdba5c822575e194b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 6 May 2015 16:33:19 +0200 Subject: Unwind SotStorageRef typedef Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1 --- sd/source/ui/unoidl/sddetect.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui') diff --git a/sd/source/ui/unoidl/sddetect.cxx b/sd/source/ui/unoidl/sddetect.cxx index f2e2a714e896..52effdb3ed59 100644 --- a/sd/source/ui/unoidl/sddetect.cxx +++ b/sd/source/ui/unoidl/sddetect.cxx @@ -77,7 +77,7 @@ OUString SAL_CALL SdFilterDetect::detect( Sequence< beans::PropertyValue >& lDes try { - SotStorageRef aStorage = new SotStorage( pInStrm, false ); + tools::SvRef aStorage = new SotStorage( pInStrm, false ); if ( !aStorage->GetError() && aStorage->IsStream( "PowerPoint Document" ) ) return aTypeName; } -- cgit