summaryrefslogtreecommitdiffstats
path: root/unotools/source/ucbhelper/ucblockbytes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.hxx')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx
index abf8c5b0b77e..7126dfc371cc 100644
--- a/unotools/source/ucbhelper/ucblockbytes.hxx
+++ b/unotools/source/ucbhelper/ucblockbytes.hxx
@@ -82,7 +82,7 @@ public:
: m_bActive( true )
{}
- virtual void Handle( LoadHandlerItem nWhich, UcbLockBytesRef xLockBytes ) = 0;
+ ;
void Activate( bool bActivate = true ) { m_bActive = bActivate; }
bool IsActive() const { return m_bActive; }
};