[Libreoffice-commits] .: unotools/source
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Jun 16 06:33:35 PDT 2011
unotools/source/config/saveopt.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 0fce49132e5829c4763ab6eab539aa7b52dec146
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Jun 16 14:33:25 2011 +0100
this assert isn't helpful
diff --git a/unotools/source/config/saveopt.cxx b/unotools/source/config/saveopt.cxx
index 6568617..a511671 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;
More information about the Libreoffice-commits
mailing list