From c2e2d77b1962e9bd95a54389d8ff568ec7b19a89 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sat, 2 Feb 2013 20:04:40 +0100 Subject: unused variable Change-Id: I636229e88f76d8e2f6ccd24fd7b5063ca64f9b27 --- sot/source/sdstor/ucbstorage.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index ff081f2bf70d..bc8fc9029c20 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -2881,7 +2881,6 @@ BaseStorage* UCBStorage::OpenStorage_Impl( const String& rEleName, StreamMode nM { // make sure that the root storage object has been created before substorages will be created INetURLObject aFolderObj( pImp->m_aURL ); - String aName = aFolderObj.GetName(); aFolderObj.removeSegment(); Content aFolder( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), Reference < XCommandEnvironment >(), comphelper::getProcessComponentContext() ); -- cgit