diff options
Diffstat (limited to 'svtools/source/dialogs/addresstemplate.cxx')
-rw-r--r-- | svtools/source/dialogs/addresstemplate.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index 16b4520be836..d39b8dabfb00 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -494,6 +494,8 @@ void AssignmentPersistentData::Commit() ,bWorkingPersistent( false ) ,pConfigData( new AssigmentTransientData( m_xTransientDataSource, _rDataSourceName, _rTableName, _rFields ) ) { + memset(pFieldLabels, 0, sizeof(pFieldLabels)); + memset(pFields, 0, sizeof(pFields)); } ~AddressBookSourceDialogData() |