Bugzilla – Attachment 65571 Details for
Bug 53061
Stop assuming NULL for C++ is an integral type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch to fix svx.
patch-svx__source__items__clipfmtitem.cxx (text/plain), 482 bytes, created by
Jung-uk Kim
on 2012-08-14 22:58:04 UTC
(
hide
)
Description:
A patch to fix svx.
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2012-08-14 22:58:04 UTC
Size:
482 bytes
patch
obsolete
>--- ./svx/source/items/clipfmtitem.cxx.orig 2012-07-27 08:37:04.000000000 -0400 >+++ ./svx/source/items/clipfmtitem.cxx 2012-08-14 18:47:08.000000000 -0400 >@@ -133,7 +133,7 @@ > if( nPos > pImpl->aFmtNms.size() ) > nPos = pImpl->aFmtNms.size(); > >- pImpl->aFmtNms.insert(pImpl->aFmtNms.begin() + nPos, NULL); >+ pImpl->aFmtNms.insert(pImpl->aFmtNms.begin() + nPos, static_cast<rtl::OUString *>(0)); > pImpl->aFmtIds.insert( pImpl->aFmtIds.begin()+nPos, nId ); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 53061
:
65048
|
65049
| 65571