From c625525ddcc5bd1ceb1be95031da6047280d623c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 2 Oct 2014 14:37:06 +0200 Subject: rename SvRef::AddRef to AddFirstRef to make it's intended purpose clearly distinguishable from AddNextRef Change-Id: I5da780b48b19fd873667b648031bc394113f953b Reviewed-on: https://gerrit.libreoffice.org/11763 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- tools/source/ref/pstm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/source/ref') diff --git a/tools/source/ref/pstm.cxx b/tools/source/ref/pstm.cxx index 1e9dfba53606..bba75a224881 100644 --- a/tools/source/ref/pstm.cxx +++ b/tools/source/ref/pstm.cxx @@ -587,7 +587,7 @@ sal_uInt32 SvPersistStream::ReadObj } pFunc( &rpObj ); // Save reference - rpObj->AddRef(); + rpObj->AddFirstRef(); if( bRegister ) { -- cgit