[Libreoffice-commits] .: sw/source

Nigel Hawkins nhawkins at kemper.freedesktop.org
Tue Jun 14 05:58:29 PDT 2011


 sw/source/core/fields/reffld.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 279d16b619919b8b214e0f6f95a56594b15f90c4
Author: Nigel Hawkins <n.hawkins at gmx.com>
Date:   Tue Jun 14 13:57:05 2011 +0100

    Fix build break introduced in commit eae3537.

diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx
index fafe898..322cb8f 100644
--- a/sw/source/core/fields/reffld.cxx
+++ b/sw/source/core/fields/reffld.cxx
@@ -974,8 +974,8 @@ void _RefIdsMap::Init( SwDoc& rDoc, SwDoc& rDestDoc, sal_Bool bField )
     }
     else
     {
-        GetIdsFromDoc( rDestDoc, aIds );
-        GetIdsFromDoc( rDoc, aDstIds );
+        GetNoteIdsFromDoc( rDestDoc, aIds );
+        GetNoteIdsFromDoc( rDoc, aDstIds );
     }
     bInit = sal_True;
 }


More information about the Libreoffice-commits mailing list