summaryrefslogtreecommitdiffstats
path: root/canvas/source/opengl/ogl_spritedevicehelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-08 11:41:41 +0200
committerNoel Grandin <noel@peralex.com>2014-05-08 11:44:53 +0200
commit81bd29a61ef3ae052993877524357a4e1f3bc330 (patch)
tree4f597fb2db420a7da9efee3ada1c3f53970691d3 /canvas/source/opengl/ogl_spritedevicehelper.hxx
parentRFC: add IsValueChangedFromSaved to VCL button and listbox (diff)
downloadcore-81bd29a61ef3ae052993877524357a4e1f3bc330.tar.gz
core-81bd29a61ef3ae052993877524357a4e1f3bc330.zip
canvas: sal_Bool->bool
Change-Id: I0f0fe3bb937299b4f00a46d7dda6764c9d21a18f
Diffstat (limited to 'canvas/source/opengl/ogl_spritedevicehelper.hxx')
-rw-r--r--canvas/source/opengl/ogl_spritedevicehelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/opengl/ogl_spritedevicehelper.hxx b/canvas/source/opengl/ogl_spritedevicehelper.hxx
index 23f5f27481e2..29a02bf89411 100644
--- a/canvas/source/opengl/ogl_spritedevicehelper.hxx
+++ b/canvas/source/opengl/ogl_spritedevicehelper.hxx
@@ -70,8 +70,8 @@ namespace oglcanvas
const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
const ::com::sun::star::geometry::IntegerSize2D& size );
- sal_Bool hasFullScreenMode( );
- sal_Bool enterFullScreenMode( sal_Bool bEnter );
+ bool hasFullScreenMode( );
+ bool enterFullScreenMode( bool bEnter );
::sal_Int32 createBuffers( ::sal_Int32 nBuffers );
void destroyBuffers( );