diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-10-18 13:54:31 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-10-18 15:48:23 +0200 |
commit | 7f4a7af94cb747dd112d766f2d7f95a33b840b51 (patch) | |
tree | 479cdae41d33c97d340427851b142940c08b7834 /oox/inc/pch | |
parent | 33f254b48a8209ac0b6fd1a232f04e8fcb33fbc6 (diff) |
tdf#163486: PVS: redundant nullptr check
V668 There is no sense in testing the 'xExtra' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error.
Change-Id: I1e0d02621808b7eda104d06afe8882f72da6d87f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175131
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'oox/inc/pch')
0 files changed, 0 insertions, 0 deletions