summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 08:56:11 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:38 +0200
commitded5965ce8098c1d46078be37264b15ca8b5a3f1 (patch)
treebcdbbf0a6f34dacdde20ff65d2cc17f27b52b55a /sw/source/ui/docvw/SidebarTxtControlAcc.cxx
parent82ce4dd60785cf08f7844d20fd8051d6b30c3bf1 (diff)
editeng: sal_Bool->bool
Change-Id: I51b4ae54c2c440d38879439f74d4fea39d243004
Diffstat (limited to 'sw/source/ui/docvw/SidebarTxtControlAcc.cxx')
-rw-r--r--sw/source/ui/docvw/SidebarTxtControlAcc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/SidebarTxtControlAcc.cxx b/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
index a6d39d067b9f..b833bc708570 100644
--- a/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
+++ b/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
@@ -63,7 +63,7 @@ class SidebarTextEditSource : public SvxEditSource,
SidebarTextEditSource::SidebarTextEditSource( SidebarTxtControl& rSidebarTxtControl )
: SvxEditSource()
, mrSidebarTxtControl( rSidebarTxtControl )
- , mTextForwarder( *(rSidebarTxtControl.GetTextView()->GetOutliner()), sal_False )
+ , mTextForwarder( *(rSidebarTxtControl.GetTextView()->GetOutliner()), false )
, mViewForwarder( *(rSidebarTxtControl.GetTextView()) )
{
if ( mrSidebarTxtControl.GetTextView() )