summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-01 11:32:26 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 09:17:48 +0200
commit728f60365cbdb96e75796677fca591e9445898c9 (patch)
tree2237786f83e50e6d80a8b7e65c454ee2e1f095c1 /svx/source/gallery2
parent8d6a99f67edc3be61f1294f963c3bbbd2b7344f6 (diff)
svx: sal_Bool->boo
Change-Id: I305ccda011463a3b24de48fae168ffae4da264c1
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galbrws.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws.cxx b/svx/source/gallery2/galbrws.cxx
index f939ad3bfd98..bb5c7fb450a1 100644
--- a/svx/source/gallery2/galbrws.cxx
+++ b/svx/source/gallery2/galbrws.cxx
@@ -180,10 +180,10 @@ void GalleryBrowser::Resize()
maLastSize = aNewSize;
}
-sal_Bool GalleryBrowser::KeyInput( const KeyEvent& rKEvt, Window* )
+bool GalleryBrowser::KeyInput( const KeyEvent& rKEvt, Window* )
{
const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode();
- sal_Bool bRet = ( !rKEvt.GetKeyCode().IsMod1() &&
+ bool bRet = ( !rKEvt.GetKeyCode().IsMod1() &&
( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) );
if( bRet )