diff options
author | Michael Stahl <mst@openoffice.org> | 2010-07-01 13:42:34 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-07-01 13:42:34 +0200 |
commit | 866497af8cba12f5eac55da7ffec5b95058772a4 (patch) | |
tree | ed4543024f2b378bb49b9f36ab3da41799bac224 /sw/source/ui/docvw | |
parent | 47a2fe9b7053a569e7a6d5cc090b28985992c50d (diff) |
sw33bf06: #i111742#: SidebarTxtControlAcc.cxx: apply patch by pjanik
Diffstat (limited to 'sw/source/ui/docvw')
-rw-r--r-- | sw/source/ui/docvw/SidebarTxtControlAcc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/SidebarTxtControlAcc.cxx b/sw/source/ui/docvw/SidebarTxtControlAcc.cxx index 8b0f0293367c..bd613fc7c031 100644 --- a/sw/source/ui/docvw/SidebarTxtControlAcc.cxx +++ b/sw/source/ui/docvw/SidebarTxtControlAcc.cxx @@ -80,7 +80,7 @@ class SidebarTextEditSource : public SvxEditSource, SidebarTextEditSource::SidebarTextEditSource( SidebarTxtControl& rSidebarTxtControl ) : SvxEditSource() , mrSidebarTxtControl( rSidebarTxtControl ) - , mTextForwarder( *(rSidebarTxtControl.GetTextView()->GetOutliner()), NULL ) + , mTextForwarder( *(rSidebarTxtControl.GetTextView()->GetOutliner()), FALSE ) , mViewForwarder( *(rSidebarTxtControl.GetTextView()) ) { if ( mrSidebarTxtControl.GetTextView() ) |