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 --- include/svx/gridctrl.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/svx/gridctrl.hxx') diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx index d42cfa3fdf95..e222f0475c82 100644 --- a/include/svx/gridctrl.hxx +++ b/include/svx/gridctrl.hxx @@ -90,7 +90,7 @@ public: bool IsModified() const { return m_eStatus == GRS_MODIFIED; } }; -SV_DECL_REF(DbGridRow) +typedef tools::SvRef DbGridRowRef; // DbGridControl @@ -597,10 +597,6 @@ private: using BrowseBox::InsertHandleColumn; }; - -SV_IMPL_REF(DbGridRow); - - #endif // INCLUDED_SVX_GRIDCTRL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit