diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-13 21:02:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-14 10:11:32 +0000 |
commit | a94b6ec2d57cab51d79329ea62d908f3b3713505 (patch) | |
tree | 68dd3fe95d4e46e24fb68b225d5ef93310593cda /unotools/inc | |
parent | 288a3e6ef7e04c95be1ed26a5df850fbf4e6ea24 (diff) |
callcatcher: update unused code post binfilter death
Change-Id: I5b25d14ef2769126f98523551597f43812b9feb7
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/ucblockbytes.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/unotools/inc/unotools/ucblockbytes.hxx b/unotools/inc/unotools/ucblockbytes.hxx index 7c090b72dd84..6e264fc453af 100644 --- a/unotools/inc/unotools/ucblockbytes.hxx +++ b/unotools/inc/unotools/ucblockbytes.hxx @@ -121,13 +121,6 @@ protected: public: // properties: Referer, PostMimeType static UcbLockBytesRef CreateLockBytes( const ::com::sun::star::uno::Reference < ::com::sun::star::ucb::XContent >& xContent, - const ::rtl::OUString& rReferer, - const ::rtl::OUString& rMediaType, - const ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream >& xPostData, - const ::com::sun::star::uno::Reference < ::com::sun::star::task::XInteractionHandler >& xInter, - UcbLockBytesHandler* pHandler=0 ); - - static UcbLockBytesRef CreateLockBytes( const ::com::sun::star::uno::Reference < ::com::sun::star::ucb::XContent >& xContent, const ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& rProps, StreamMode eMode, const ::com::sun::star::uno::Reference < ::com::sun::star::task::XInteractionHandler >& xInter, @@ -150,8 +143,6 @@ public: ErrCode GetError() const { return m_nError; } - void Cancel(); // is alive only for compatibility reasons - // the following properties are available when and after the first DataAvailable callback has been executed String GetContentType() const; String GetRealURL() const; |