summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/spritedevicehelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-02 11:45:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-02 11:45:45 +0200
commit05a676e86cbca3730c6b9e91ffdf8af214b90708 (patch)
tree0698c7a66ef9feeeaeae6cb98ec84d5bc9f93045 /canvas/source/vcl/spritedevicehelper.hxx
parentb8ce647194c3c0f715296bee540ff18cfefa3497 (diff)
canvas: sal_Bool -> bool
Change-Id: I4292b0e8810fac781e64272b315dd32eced3623c
Diffstat (limited to 'canvas/source/vcl/spritedevicehelper.hxx')
-rw-r--r--canvas/source/vcl/spritedevicehelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/spritedevicehelper.hxx b/canvas/source/vcl/spritedevicehelper.hxx
index 74793aba2d46..2dc05637da23 100644
--- a/canvas/source/vcl/spritedevicehelper.hxx
+++ b/canvas/source/vcl/spritedevicehelper.hxx
@@ -50,8 +50,8 @@ namespace vclcanvas
::sal_Int32 createBuffers( ::sal_Int32 nBuffers );
void destroyBuffers( );
- sal_Bool showBuffer( bool bWindowVisible, sal_Bool bUpdateAll );
- sal_Bool switchBuffer( bool bWindowVisible, sal_Bool bUpdateAll );
+ bool showBuffer( bool bWindowVisible, bool bUpdateAll );
+ bool switchBuffer( bool bWindowVisible, bool bUpdateAll );
::com::sun::star::uno::Any isAccelerated() const;
::com::sun::star::uno::Any getDeviceHandle() const;