diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-12 14:43:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-14 14:15:06 +0200 |
commit | f96c1024960cfabe85288d0f1b446c3559cf77c4 (patch) | |
tree | bb2abf7c17066276928bc34fbaa0b8bca8a893a5 /sc/inc/viewuno.hxx | |
parent | c42a313e62575f00176e8e24d058100a218a99e6 (diff) |
sal_Bool->bool
Change-Id: If14d545458a9071ab84de21cd98e05d562889ef8
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r-- | sc/inc/viewuno.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index ff87c4e3b3dd..61762c32cf14 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -193,8 +193,8 @@ private: XMouseClickHandlerVector aMouseClickHandlers; XActivationEventListenerVector aActivationListeners; SCTAB nPreviousTab; - sal_Bool bDrawSelModeSet; - sal_Bool bFilteredRangeSelection; + bool bDrawSelModeSet; + bool bFilteredRangeSelection; ScViewPaneObj* GetObjectByIndex_Impl(sal_uInt16 nIndex) const; sal_Int16 GetZoom(void) const; @@ -225,8 +225,8 @@ public: // bSameTabButMoved = true if the same sheet as before is activated, used after moving/copying/inserting/deleting a sheet void SheetChanged( bool bSameTabButMoved = false ); bool IsMouseListening() const; - sal_Bool MousePressed( const ::com::sun::star::awt::MouseEvent& e ) throw (::com::sun::star::uno::RuntimeException); - sal_Bool MouseReleased( const ::com::sun::star::awt::MouseEvent& e ) throw (::com::sun::star::uno::RuntimeException); + bool MousePressed( const ::com::sun::star::awt::MouseEvent& e ) throw (::com::sun::star::uno::RuntimeException); + bool MouseReleased( const ::com::sun::star::awt::MouseEvent& e ) throw (::com::sun::star::uno::RuntimeException); void RangeSelDone( const OUString& rText ); void RangeSelAborted( const OUString& rText ); |