summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_storage.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:32:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:32:44 +0000
commit93bb687c362799ad3b16cd1f85c4e7a6a6deb1a7 (patch)
tree6e4397e88aedc4bb5526283031c973e6c8826a20 /ucb/source/ucp/tdoc/tdoc_storage.cxx
parentfda0168a0b0cc46287060ca098549ed26a6f3910 (diff)
INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED
2005/11/10 17:15:25 pl 1.5.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_storage.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_storage.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_storage.cxx b/ucb/source/ucp/tdoc/tdoc_storage.cxx
index 569ab9f7b946..24553ee20190 100644
--- a/ucb/source/ucp/tdoc/tdoc_storage.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_storage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tdoc_storage.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:03:41 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:32:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -261,8 +261,6 @@ StorageElementFactory::createStorage( const rtl::OUString & rUri,
return xStorage;
}
- bool bWritable = ( ( eMode == READ_WRITE_NOCREATE )
- || ( eMode == READ_WRITE_CREATE ) );
aIt->second
= new Storage( m_xSMgr, this, aUriKey, xParentStorage, xStorage );
aIt->second->m_aContainerIt = aIt;