summaryrefslogtreecommitdiffstats
path: root/include/sot
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-08 09:21:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-08 09:47:35 +0100
commitefdd215124df0ab98a33525ac01a9d8ff4a542d4 (patch)
treed53f78ab948f71af2c3a23b4d788decf84c80772 /include/sot
parentClarify the usage message a bit (diff)
downloadcore-efdd215124df0ab98a33525ac01a9d8ff4a542d4.tar.gz
core-efdd215124df0ab98a33525ac01a9d8ff4a542d4.zip
callcatcher: update unused code
Change-Id: I8563922204d3ec93bf138cbd1aaba620c0215bf7
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/stg.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sot/stg.hxx b/include/sot/stg.hxx
index a6be7ce132fe..5f4ba36d7b4b 100644
--- a/include/sot/stg.hxx
+++ b/include/sot/stg.hxx
@@ -284,9 +284,7 @@ protected:
virtual ~UCBStorage();
public:
static bool IsStorageFile( SvStream* );
- static bool IsDiskSpannedFile( SvStream* );
static OUString GetLinkedFile( SvStream& );
- static OUString CreateLinkFile( const OUString& rName );
UCBStorage( const ::ucbhelper::Content& rContent, const OUString& rName, StreamMode nMode, bool bDirect = true, bool bIsRoot = true );
UCBStorage( const OUString& rName,