From 8f6c55a839d790c9268c1d0686f3eaf2f23484cb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 7 Apr 2014 12:31:09 +0200 Subject: Replace SV_DECL/IMPL_REF macros with SvRef template Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058 --- connectivity/source/inc/dbase/dindexnode.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'connectivity/source/inc') diff --git a/connectivity/source/inc/dbase/dindexnode.hxx b/connectivity/source/inc/dbase/dindexnode.hxx index 42ada7cb61ac..b00537a11f82 100644 --- a/connectivity/source/inc/dbase/dindexnode.hxx +++ b/connectivity/source/inc/dbase/dindexnode.hxx @@ -86,7 +86,8 @@ namespace connectivity // Index Page Pointer - SV_DECL_REF(ONDXPage) // Base class - because we need to store additional information + class ONDXPage; + typedef tools::SvRef ONDXPageRef; // Base class - because we need to store additional information class ONDXPagePtr : public ONDXPageRef @@ -188,8 +189,6 @@ namespace connectivity #endif }; - SV_IMPL_REF(ONDXPage); - SvStream& WriteONDXPagePtr(SvStream &rStream, const ONDXPagePtr&); SvStream& operator >> (SvStream &rStream, ONDXPagePtr&); -- cgit