diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx index cf1636eb093b..b16a51260d2a 100644 --- a/unotools/source/ucbhelper/ucblockbytes.hxx +++ b/unotools/source/ucbhelper/ucblockbytes.hxx @@ -74,8 +74,6 @@ public: {} }; -typedef tools::SvRef<UcbLockBytesHandler> UcbLockBytesHandlerRef; - class UcbLockBytes : public virtual SvLockBytes { osl::Condition m_aInitialized; @@ -89,7 +87,7 @@ class UcbLockBytes : public virtual SvLockBytes css::uno::Reference < css::io::XInputStream > m_xInputStream; css::uno::Reference < css::io::XOutputStream > m_xOutputStream; css::uno::Reference < css::io::XSeekable > m_xSeekable; - UcbLockBytesHandlerRef m_xHandler; + tools::SvRef<UcbLockBytesHandler> m_xHandler; ErrCode m_nError; |