From 1a1fe47731bed27e974094a86b16f91e768c6dc0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 19 Mar 2014 14:11:04 +0200 Subject: svtools: sal_Bool->bool Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9 --- include/svx/galctrl.hxx | 2 +- include/svx/gridctrl.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx') diff --git a/include/svx/galctrl.hxx b/include/svx/galctrl.hxx index 7d82db02830f..b18c677dddd5 100644 --- a/include/svx/galctrl.hxx +++ b/include/svx/galctrl.hxx @@ -126,7 +126,7 @@ private: void InitSettings(); // BrowseBox - virtual sal_Bool SeekRow( long nRow ); + virtual bool SeekRow( long nRow ); virtual void PaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId ) const; virtual void DoubleClick( const BrowserMouseEvent& rEvt ); virtual void Select(); diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx index 7fb5626f9698..44b7fc18c362 100644 --- a/include/svx/gridctrl.hxx +++ b/include/svx/gridctrl.hxx @@ -299,7 +299,7 @@ protected: bool m_bUpdating : 1; // are any updates being executed right now? protected: - virtual sal_Bool SeekRow(long nRow); + virtual bool SeekRow(long nRow); virtual void VisibleRowsChanged( long nNewTopRow, sal_uInt16 nNumRows); virtual void PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const; virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId) const; -- cgit