summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/commonpicker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx
index 2b2b6613da3a..0869654afe23 100644
--- a/fpicker/source/office/commonpicker.cxx
+++ b/fpicker/source/office/commonpicker.cxx
@@ -299,7 +299,7 @@ namespace svt
return svt::OControlAccess::isControlSupported( aControlName );
}
- return sal_False;
+ return false;
}
@@ -329,7 +329,7 @@ namespace svt
return aAccess.isControlPropertySupported( aControlName, aControlProperty );
}
- return sal_False;
+ return false;
}