summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-31 20:26:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-01 10:38:22 +0100
commit4f4de694bd4dea0d3ee2013dc65909d2c05a992e (patch)
treee15fadaa29d76969644ff313b122e8f59d7da711 /include/tools
parent19b83873886dab626503d830f91ddf67373f8541 (diff)
coverity#708557 Uninitialized pointer field
Change-Id: I171cabedc5294085833179d46a261d79a93b8d04
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/stream.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index 81b897dbbae9..9e637e23ccd8 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -195,7 +195,6 @@ class TOOLS_DLLPUBLIC SvStream
{
private:
// LockBytes Interface
- void* pImp; // unused
SvLockBytesRef xLockBytes; // Default implementation
sal_uInt64 m_nActPos;