diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-13 13:15:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-13 13:15:05 +0100 |
commit | a832f5bf2f6ec705653ca02642ba7023af31840c (patch) | |
tree | b3f17456bd52d669c0293edaacfb7eaa75d38190 | |
parent | adb752b347a737249a56ce33b0e42352d3cd37f7 (diff) |
spare us the extra warnings
-rw-r--r-- | unotools/source/config/syslocaleoptions.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/config/syslocaleoptions.cxx b/unotools/source/config/syslocaleoptions.cxx index ae387930cd34..eb61d75f2483 100644 --- a/unotools/source/config/syslocaleoptions.cxx +++ b/unotools/source/config/syslocaleoptions.cxx @@ -183,7 +183,6 @@ SvtSysLocaleOptions_Impl::SvtSysLocaleOptions_Impl() { for ( sal_Int32 nProp = 0; nProp < aNames.getLength(); nProp++ ) { - DBG_ASSERT( pValues[nProp].hasValue(), "property value missing" ); if ( pValues[nProp].hasValue() ) { switch ( nProp ) @@ -242,7 +241,6 @@ SvtSysLocaleOptions_Impl::SvtSysLocaleOptions_Impl() } } } -// UpdateMiscSettings_Impl(); EnableNotification( aNames ); } |