diff options
-rw-r--r-- | include/tools/stream.hxx | 2 | ||||
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index 884b95f07290..5e78f6d259af 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -96,7 +96,7 @@ struct SvLockBytesStat SvLockBytesStat() : nSize(0) {} }; -class TOOLS_DLLPUBLIC SvLockBytes: public virtual SvRefBase +class TOOLS_DLLPUBLIC SvLockBytes: public SvRefBase { SvStream * m_pStream; bool m_bOwner; diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx index 6345ead51ba7..adc6d7f7ac5b 100644 --- a/unotools/source/ucbhelper/ucblockbytes.hxx +++ b/unotools/source/ucbhelper/ucblockbytes.hxx @@ -59,7 +59,7 @@ namespace utl class UcbLockBytes; typedef tools::SvRef<UcbLockBytes> UcbLockBytesRef; -class UcbLockBytes : public virtual SvLockBytes +class UcbLockBytes : public SvLockBytes { osl::Condition m_aInitialized; osl::Condition m_aTerminated; |