summaryrefslogtreecommitdiff
path: root/include/vcl/spin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/spin.h')
-rw-r--r--include/vcl/spin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/spin.h b/include/vcl/spin.h
index a53e04b54d37..98ac18b2fd6c 100644
--- a/include/vcl/spin.h
+++ b/include/vcl/spin.h
@@ -26,10 +26,10 @@ class OutputDevice;
void ImplDrawSpinButton( OutputDevice* pOutDev,
const Rectangle& rUpperRect,
const Rectangle& rLowerRect,
- sal_Bool bUpperIn, sal_Bool bLowerIn,
- sal_Bool bUpperEnabled = sal_True,
- sal_Bool bLowerEnabled = sal_True,
- sal_Bool bHorz = sal_False, sal_Bool bMirrorHorz = sal_False );
+ bool bUpperIn, bool bLowerIn,
+ bool bUpperEnabled = sal_True,
+ bool bLowerEnabled = sal_True,
+ bool bHorz = sal_False, bool bMirrorHorz = sal_False );
#endif // INCLUDED_VCL_SPIN_H