summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-16 14:33:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-16 14:33:25 +0100
commit406d40996242c750b56cd84dd4c647d43648bfb5 (patch)
treebcc500fa7689fb06e6a405afa286a335b8a33927 /unotools/source/config
parent5ffd93d3be6078e786ca4ab6ea5d738ca9f526ea (diff)
this assert isn't helpful
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/saveopt.cxx1
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;