diff options
-rw-r--r-- | sc/source/core/data/validat.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx index 0444dbf2ef5b..4e0e62ddcada 100644 --- a/sc/source/core/data/validat.cxx +++ b/sc/source/core/data/validat.cxx @@ -846,7 +846,7 @@ bool ScValidationData::GetSelectionFromFormula( if( pEntry ) { - assert(pEntry); + assert(pStrings); pStrings->push_back(*pEntry); n++; } |