summaryrefslogtreecommitdiff
path: root/fpicker/source/office/pickercallbacks.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-12 15:57:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-12 15:57:45 +0200
commit6fb5bf5266e678b6d10fc012fefaad69e2589f3f (patch)
tree09f2fe41542ae66d743cb551670461d6e292fda3 /fpicker/source/office/pickercallbacks.hxx
parent102c2413c144603b7129f2a64f8e96993d1ad46a (diff)
fpicker: sal_Bool -> bool
Change-Id: Iaf55e2106900be0319c96861b07abea24075bbbe
Diffstat (limited to 'fpicker/source/office/pickercallbacks.hxx')
-rw-r--r--fpicker/source/office/pickercallbacks.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/pickercallbacks.hxx b/fpicker/source/office/pickercallbacks.hxx
index 0bf794940f71..84e2ba7e6fd2 100644
--- a/fpicker/source/office/pickercallbacks.hxx
+++ b/fpicker/source/office/pickercallbacks.hxx
@@ -34,8 +34,8 @@ namespace svt
class IFilePickerController
{
public:
- virtual Control* getControl( sal_Int16 _nControlId, sal_Bool _bLabelControl = sal_False ) const = 0;
- virtual void enableControl( sal_Int16 _nControlId, sal_Bool _bEnable ) = 0;
+ virtual Control* getControl( sal_Int16 _nControlId, bool _bLabelControl = false ) const = 0;
+ virtual void enableControl( sal_Int16 _nControlId, bool _bEnable ) = 0;
virtual OUString getCurFilter( ) const = 0;
protected: