Age | Commit message (Collapse) | Author |
|
Change-Id: Icd26ad96c0337844ef1463dabfbe791caa00dd2d
Reviewed-on: https://gerrit.libreoffice.org/43972
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
|
|
For one, libc++ has no <tr1/unordered_*> headers, and for another, std::isnan
needs <cmath>.
Change-Id: I39179a9069826cb08bac19c0f6e56acdc1ab6b9d
|
|
The same problem (uninitialized bool) is solved by
0002-Expose-sid-for-textures-in-extras.patch.1.
Additionally handling empty string on a different way
was a mistake so that part is unneded too.
Change-Id: I1eaa86fa7c6ef7216c0fc26ebf2ee4ec5c0936aa
|
|
Change-Id: Iee0b9f08843220e8ece00739ca01aa438b93965a
|
|
Change-Id: I0b60fa5b0af8224b4c517367130aa9738f071531
|
|
GeneratedSaxParser::Utils:toURI() method has a bool output
parameter called failed, which is assumed to be set inside
the method before return. At some place the caller code does
not initialize the bool variable passed to this failed parameter
and so when the caller checkes the returned value it is
undefined.
e.g. it can be false when the method called successfully so
the error handling throws away the returned URI.
Change-Id: I3f90fab657a86b42bba0f492518e36c343e69d21
|
|
Change-Id: I45feb0d715e6e823a42c7960fd87346412ebcc48
|
|
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
|