summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-02-02 20:04:40 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-02-02 22:59:45 +0100
commitc2e2d77b1962e9bd95a54389d8ff568ec7b19a89 (patch)
tree49e7d1804bd4a1f6fac907aab6dc7201a31bad28 /sot
parent276953ef21c3b9278538000c3322d5fb212c2686 (diff)
unused variable
Change-Id: I636229e88f76d8e2f6ccd24fd7b5063ca64f9b27
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx1
1 files changed, 0 insertions, 1 deletions
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() );