summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh2.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-15 21:09:53 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-15 21:09:53 -0500
commit7ba7cbae11b8850b56edd638894554883c5d3b08 (patch)
tree799a409fe49a2282bf8434963711bd02fcff280d /sc/source/ui/docshell/docsh2.cxx
parentdaf480d62303155b9c490760f3a21ed8e94acdc0 (diff)
Cleaned up ScDocShell a bit.
Diffstat (limited to 'sc/source/ui/docshell/docsh2.cxx')
-rw-r--r--sc/source/ui/docshell/docsh2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx
index b3ccd3933e83..da261db827f1 100644
--- a/sc/source/ui/docshell/docsh2.cxx
+++ b/sc/source/ui/docshell/docsh2.cxx
@@ -104,13 +104,13 @@ sal_Bool ScDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
//------------------------------------------------------------------
-sal_Bool ScDocShell::IsEmpty() const
+bool ScDocShell::IsEmpty() const
{
return bIsEmpty;
}
-void ScDocShell::SetEmpty(sal_Bool bSet)
+void ScDocShell::SetEmpty(bool bSet)
{
bIsEmpty = bSet;
}