summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fileview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fileview.cxx')
-rw-r--r--fpicker/source/office/fileview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx
index 442e83276b41..1964bf789785 100644
--- a/fpicker/source/office/fileview.cxx
+++ b/fpicker/source/office/fileview.cxx
@@ -985,7 +985,7 @@ void SvtFileView::SetDoubleClickHdl(const Link<SvtFileView*,bool>& rHdl)
mpImpl->SetDoubleClickHandler(rHdl);
}
-sal_uLong SvtFileView::GetSelectionCount() const
+sal_uInt32 SvtFileView::GetSelectionCount() const
{
if (mpImpl->mxView->get_visible())
return mpImpl->mxView->count_selected_rows();