summaryrefslogtreecommitdiff
path: root/include/unotools/ucblockbytes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/ucblockbytes.hxx')
-rw-r--r--include/unotools/ucblockbytes.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/unotools/ucblockbytes.hxx b/include/unotools/ucblockbytes.hxx
index 8ebac8663d0a..a5a08751b20a 100644
--- a/include/unotools/ucblockbytes.hxx
+++ b/include/unotools/ucblockbytes.hxx
@@ -65,7 +65,8 @@ namespace com
namespace utl
{
-SV_DECL_REF( UcbLockBytes )
+class UcbLockBytes;
+typedef tools::SvRef<UcbLockBytes> UcbLockBytesRef;
class UcbLockBytesHandler : public SvRefBase
{
@@ -87,7 +88,7 @@ public:
bool IsActive() const { return m_bActive; }
};
-SV_DECL_IMPL_REF( UcbLockBytesHandler )
+typedef tools::SvRef<UcbLockBytesHandler> UcbLockBytesHandlerRef;
class UNOTOOLS_DLLPUBLIC UcbLockBytes : public virtual SvLockBytes
{
@@ -188,8 +189,6 @@ public:
void SetStreamValid_Impl();
};
-SV_IMPL_REF( UcbLockBytes );
-
}
#endif