Issue 111742 - DEV300_m78: sw/source/ui/docvw/SidebarTxtControlAcc.cxx
Summary: DEV300_m78: sw/source/ui/docvw/SidebarTxtControlAcc.cxx
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: DEV300m78
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: mst.ooo
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks: 113062
  Show dependency tree
 
Reported: 2010-05-21 08:28 UTC by pavel
Modified: 2013-08-07 14:44 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2010-05-21 08:28:57 UTC
NULL for BOOL, please apply:

diff -urN ooo_DEV300_m78_src.orig/sw/source/ui/docvw/SidebarTxtControlAcc.cxx 
ooo_DEV300_m78_src/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
--- ooo_DEV300_m78_src.orig/sw/source/ui/docvw/SidebarTxtControlAcc.cxx 2010-05-21 
00:21:02.000000000 +0200
+++ ooo_DEV300_m78_src/sw/source/ui/docvw/SidebarTxtControlAcc.cxx      2010-05-21 
00:21:37.000000000 +0200
@@ -80,7 +80,7 @@
 SidebarTextEditSource::SidebarTextEditSource( SidebarTxtControl& rSidebarTxtControl )
     : SvxEditSource()
     , mrSidebarTxtControl( rSidebarTxtControl )
-    , mTextForwarder( *(rSidebarTxtControl.GetTextView()->GetOutliner()), NULL )
+    , mTextForwarder( *(rSidebarTxtControl.GetTextView()->GetOutliner()), FALSE )
     , mViewForwarder( *(rSidebarTxtControl.GetTextView()) )
 {
     if ( mrSidebarTxtControl.GetTextView() )
Comment 1 eric.savary 2010-05-21 10:06:34 UTC
@pjanik: when assigning such issues to triage aliases ("writerneedsconfirm")
please spend some words in human readable language ;) in the description for
most of people working on this alias are non developers.

Thank you!

@OS: assuming it goes to you.
Comment 2 pavel 2010-05-21 13:20:55 UTC
writerneedsconfirm was not my choice.

TYPE PATCH should be clear.
Comment 3 mst.ooo 2010-07-01 12:45:45 UTC
mine
Comment 4 mst.ooo 2010-07-01 17:32:32 UTC
fixed in cws sw33bf06:
http://hg.services.openoffice.org/hg/cws/sw33bf06/rev/f0b1be84f8ad
Comment 5 mst.ooo 2010-07-02 14:37:26 UTC
please verify
Comment 6 Oliver-Rainer Wittmann 2010-07-05 11:16:26 UTC
verified that the patch has been applied in cws sw33bf06
Comment 7 Oliver-Rainer Wittmann 2010-07-06 09:11:24 UTC
forgot to set new status ;-)
Comment 8 mst.ooo 2010-07-28 17:55:25 UTC
.