summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/tpstat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/tpstat.cxx')
-rw-r--r--sc/source/ui/docshell/tpstat.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx
index 32a45998827e..0c9dcef4606f 100644
--- a/sc/source/ui/docshell/tpstat.cxx
+++ b/sc/source/ui/docshell/tpstat.cxx
@@ -86,9 +86,9 @@ ScDocStatPage::~ScDocStatPage()
//------------------------------------------------------------------------
-BOOL ScDocStatPage::FillItemSet( SfxItemSet& /* rSet */ )
+sal_Bool ScDocStatPage::FillItemSet( SfxItemSet& /* rSet */ )
{
- return FALSE;
+ return false;
}
//------------------------------------------------------------------------