diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-16 14:33:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-16 14:33:25 +0100 |
commit | 406d40996242c750b56cd84dd4c647d43648bfb5 (patch) | |
tree | bcc500fa7689fb06e6a405afa286a335b8a33927 /unotools | |
parent | 5ffd93d3be6078e786ca4ab6ea5d738ca9f526ea (diff) |
this assert isn't helpful
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/saveopt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/config/saveopt.cxx b/unotools/source/config/saveopt.cxx index 83aea5d7cc9f..28614e00975c 100644 --- a/unotools/source/config/saveopt.cxx +++ b/unotools/source/config/saveopt.cxx @@ -469,7 +469,6 @@ SvtSaveOptions_Impl::SvtSaveOptions_Impl() { for ( int nProp = 0; nProp < aNames.getLength(); nProp++ ) { - DBG_ASSERT( pValues[nProp].hasValue(), "property value missing" ); if ( pValues[nProp].hasValue() ) { sal_Int32 nTemp = 0; |