diff options
author | Andreas Bregas <ab@openoffice.org> | 2011-02-15 17:51:52 +0100 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2011-02-15 17:51:52 +0100 |
commit | cbc95eb3f6aaa7b7c9a85128a421cc90339691fc (patch) | |
tree | b32f5d5a4b02e4ee19ef8c2692cf65e05ecf6717 /sc/source/ui/docshell/tpstat.cxx | |
parent | 282392f643d63a1b76e69821a4c19a4162808d21 (diff) | |
parent | d0ce561b856d43b13d5884b5aa5106f7889ea929 (diff) |
ab80: resync to m100
Diffstat (limited to 'sc/source/ui/docshell/tpstat.cxx')
-rw-r--r-- | sc/source/ui/docshell/tpstat.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx index 1072af30c7a1..396522fb0121 100644 --- a/sc/source/ui/docshell/tpstat.cxx +++ b/sc/source/ui/docshell/tpstat.cxx @@ -85,9 +85,9 @@ __EXPORT ScDocStatPage::~ScDocStatPage() //------------------------------------------------------------------------ -BOOL __EXPORT ScDocStatPage::FillItemSet( SfxItemSet& /* rSet */ ) +sal_Bool __EXPORT ScDocStatPage::FillItemSet( SfxItemSet& /* rSet */ ) { - return FALSE; + return sal_False; } //------------------------------------------------------------------------ |