To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111742
                 Issue #|111742
                 Summary|DEV300_m78: sw/source/ui/docvw/SidebarTxtControlAcc.cx
                        |x
               Component|Word processor
                 Version|DEV300m78
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|writerneedsconfirm
             Reported by|pjanik





------- Additional comments from pja...@openoffice.org Fri May 21 07:28:57 
+0000 2010 -------
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() )

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to