summaryrefslogtreecommitdiff
path: root/sot/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-11 13:55:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-11 16:40:42 +0100
commita554c674d706f392ff9a073525ceec571072c60b (patch)
tree350f4aa4197dea60afe053c6e7e86a66826b1bfd /sot/inc
parent9ebaee5987400331c4a8f65e44f2ef1b4c83932b (diff)
callcatcher: remove unused UCBStorageStream ctor
Diffstat (limited to 'sot/inc')
-rw-r--r--sot/inc/sot/stg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/inc/sot/stg.hxx b/sot/inc/sot/stg.hxx
index 2d17974d0a2d..df43ca771e3c 100644
--- a/sot/inc/sot/stg.hxx
+++ b/sot/inc/sot/stg.hxx
@@ -262,7 +262,6 @@ protected:
~UCBStorageStream();
public:
TYPEINFO();
- UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey=0 );
UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey, sal_Bool bRepair, ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XProgressHandler > xProgress );
UCBStorageStream( UCBStorageStream_Impl* );