FreeBSD Bugzilla – Attachment 212470 Details for
Bug 244850
editors/libreoffice fails to build on 13-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for sd/source/ui/view/OutlinerIterator.cxx
patch-sd_source_ui_view_OutlinerIterator.cxx (text/plain), 675 bytes, created by
Trond Endrestøl
on 2020-03-17 20:28:17 UTC
(
hide
)
Description:
Patch for sd/source/ui/view/OutlinerIterator.cxx
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2020-03-17 20:28:17 UTC
Size:
675 bytes
patch
obsolete
>--- sd/source/ui/view/OutlinerIterator.cxx.orig 2019-12-05 20:59:23.000000000 +0100 >+++ sd/source/ui/view/OutlinerIterator.cxx 2020-03-17 21:24:11.082383000 +0100 >@@ -110,7 +110,7 @@ > return *this; > } > >-bool Iterator::operator== (const Iterator& rIterator) >+bool Iterator::operator== (const Iterator& rIterator) const > { > if (!mxIterator || !rIterator.mxIterator) > return mxIterator.get() == rIterator.mxIterator.get(); >@@ -118,7 +118,7 @@ > return *mxIterator == *rIterator.mxIterator; > } > >-bool Iterator::operator!= (const Iterator& rIterator) >+bool Iterator::operator!= (const Iterator& rIterator) const > { > return ! operator==(rIterator); > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244850
:
212463
|
212467
|
212469
| 212470 |
212473
|
212474
|
212479
|
212481