diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-13 15:40:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-14 11:18:53 +0100 |
commit | d91d2400a56d98c8bd0cacd5d75a4081f7a4bd75 (patch) | |
tree | 375b6bc858f01b09b4f228953cef739672526a87 /svx/inc | |
parent | 52274384a3de2d0a0c9023c62ed9159df965fbd0 (diff) |
sal_uIntPtr->sal_Int32 in GalleryTheme
Change-Id: I3489d2152b104d173676e683c416603dbddbd1bc
Reviewed-on: https://gerrit.libreoffice.org/46396
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galbrws2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index 422a9c76cd25..01c7f1e6f708 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -111,7 +111,7 @@ private: void ImplUpdateViews( sal_uInt16 nSelectionId ); void ImplUpdateInfoBar(); - sal_uIntPtr ImplGetSelectedItemId( const Point* pSelPosPixel, Point& rSelPos ); + sal_Int32 ImplGetSelectedItemId( const Point* pSelPosPixel, Point& rSelPos ); void ImplSelectItemId( sal_uIntPtr nItemId ); // Control |