diff options
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 317dc9b25bcd..5be5ecda9b48 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -418,8 +418,7 @@ public: { pS = nullptr; pD = rT.GetDoubleRef(); - // aDub intentionally not initialized, unnecessary - // because unused. + // coverity[uninit_member] - aDub intentionally not initialized, unnecessary because unused. } } SingleDoubleRefModifier( ScSingleRefData& rS ) |