summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/galctrl.cxx')
-rw-r--r--svx/source/gallery2/galctrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx
index 4629ed27dd9a..3543bc848b32 100644
--- a/svx/source/gallery2/galctrl.cxx
+++ b/svx/source/gallery2/galctrl.cxx
@@ -552,10 +552,10 @@ void GalleryListView::DataChanged( const DataChangedEvent& rDCEvt )
BrowseBox::DataChanged( rDCEvt );
}
-sal_Bool GalleryListView::SeekRow( long nRow )
+bool GalleryListView::SeekRow( long nRow )
{
mnCurRow = nRow;
- return sal_True;
+ return true;
}
OUString GalleryListView::GetCellText(long _nRow, sal_uInt16 nColumnId) const