summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index 25f3d60e4150..b6a8bae3eb2f 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -1731,17 +1731,12 @@ void UCBStorage_Impl::ReadContent()
{
// insert all into the children list
OUString aTitle( xRow->getString(1) );
- OUString aContentType;
if ( m_bIsLinked )
{
// unpacked storages have to deal with the meta-inf folder by themselves
if ( aTitle == "META-INF" )
continue;
}
- else
- {
- aContentType = xRow->getString(3);
- }
bool bIsFolder( xRow->getBoolean(2) );
sal_Int64 nSize = xRow->getLong(4);