summaryrefslogtreecommitdiff
path: root/sw/inc/viscrs.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-03-09 22:18:09 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-03-16 09:38:02 +0100
commit58f0208479c05988c80c19e5af69ce3aa9426dbb (patch)
treea3a56452f88927cd0d8b2501b4cef60ce9f62a43 /sw/inc/viscrs.hxx
parent364ac5acf491ce4654ff9ca85fc416343b55b685 (diff)
sal_Bool to bool and minor optimizations
Change-Id: I48f53fe40a1732081ed3797d9f8fdf4a0ea81176
Diffstat (limited to 'sw/inc/viscrs.hxx')
-rw-r--r--sw/inc/viscrs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx
index 421f5da76b62..525e8f633ad4 100644
--- a/sw/inc/viscrs.hxx
+++ b/sw/inc/viscrs.hxx
@@ -149,7 +149,7 @@ public:
virtual short MaxReplaceArived(); //returns RET_YES/RET_CANCEL/RET_NO
virtual void SaveTblBoxCntnt( const SwPosition* pPos = 0 );
- sal_Bool UpDown( sal_Bool bUp, sal_uInt16 nCnt = 1 );
+ bool UpDown( bool bUp, sal_uInt16 nCnt = 1 );
// sal_True: Cursor can be set to this position.
virtual sal_Bool IsAtValidPos( sal_Bool bPoint = sal_True ) const;