diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-05 12:32:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-05 20:34:33 +0100 |
commit | 2ef43902dc0d4fec89934e1d90d11d60a648dff6 (patch) | |
tree | 06c0e746291ce7f1220b15e06f8a979b0b8bccbd /include | |
parent | 73c70f28ba41c7a602d7befde84c5b54187694d7 (diff) |
coverity#704787 Explicit null dereferenced
Change-Id: I8c83648f39c4e8e6aeae06e764820f7677f75288
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 6c67e4c8bdef..8144a574bc88 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -213,7 +213,7 @@ #define SID_OVERWRITE (SID_SFX_START + 1634) #define SID_RENAME (SID_SFX_START + 1653) #define SID_PARTWIN (SID_SFX_START + 1640) -#define SID_CRASH (SID_SFX_START + 1645) + // FREE (was: SID_CRASH) #define SID_FAIL_ON_WARNING (SID_SFX_START + 1646) #define SID_INPUTSTREAM (SID_SFX_START + 1648) #define SID_LOGOUT (SID_SFX_START + 1652) |