summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-12 10:02:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-12 13:03:53 +0000
commite0abe02ed51bb626725643debd6d7134bd40c220 (patch)
tree4c084f984c226be423ac3c14c660cfc841e182f6 /include/sot
parentced290dd025b5fc1f448694564043a34ca461b42 (diff)
coverity#1079301 Uninitialized pointer field
Change-Id: I8b8ea2d56d5aac9e5577e60b44b4d2eddf265dce
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/storage.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index 9833f050f729..38a334e1a804 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -96,7 +96,6 @@ class SOT_DLLPUBLIC SotStorage : virtual public SotObject
friend class SotStorageStream;
friend class SvStorage;
- BaseStorage * m_pTmpStg; // Temp-Storage fuer Transacted, nur auf diesem schreiben! ??? Useless ???
BaseStorage * m_pOwnStg; // Zielstorage
SvStream * m_pStorStm; // nur fuer SDSTORAGES
sal_uLong m_nError;