diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-08 09:21:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-08 09:47:35 +0100 |
commit | efdd215124df0ab98a33525ac01a9d8ff4a542d4 (patch) | |
tree | d53f78ab948f71af2c3a23b4d788decf84c80772 /include/sot/stg.hxx | |
parent | c5a96b5d3d2a40ab202acc1559c361712d8ffe32 (diff) |
callcatcher: update unused code
Change-Id: I8563922204d3ec93bf138cbd1aaba620c0215bf7
Diffstat (limited to 'include/sot/stg.hxx')
-rw-r--r-- | include/sot/stg.hxx | 2 |
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, |