From c5909e251871e5a38992fade94a489a9546e11b7 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 30 Aug 2015 23:08:29 +0200 Subject: Update many ListBox users to its sal_Int32 interface Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f --- svx/source/dialog/docrecovery.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/dialog/docrecovery.cxx') diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 019b4d99740d..c694cdbbc7ce 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -1305,7 +1305,7 @@ void BrokenRecoveryDialog::impl_refresh() m_bExecutionNeeded = true; - sal_uInt16 nPos = m_pFileListLB->InsertEntry(rInfo.DisplayName, rInfo.StandardImage ); + const sal_Int32 nPos = m_pFileListLB->InsertEntry(rInfo.DisplayName, rInfo.StandardImage ); m_pFileListLB->SetEntryData( nPos, const_cast(&rInfo) ); } m_sSavePath.clear(); -- cgit