summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/groupboxwiz.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-06 08:50:06 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-06 08:50:06 +0000
commit6175bad01b4f72eb9ac48a169b64e12a5efe76b2 (patch)
treedaac8d9a41c16f24daa49d13b5eaf2ad31ccac6e /extensions/source/dbpilots/groupboxwiz.cxx
parent69a660a95799ff00231d7d2a5e8bd9ac26048568 (diff)
#84643# clear aValues
Diffstat (limited to 'extensions/source/dbpilots/groupboxwiz.cxx')
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx
index 0d312b61ae35..0a43bfa5682c 100644
--- a/extensions/source/dbpilots/groupboxwiz.cxx
+++ b/extensions/source/dbpilots/groupboxwiz.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: groupboxwiz.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-03-05 14:53:13 $
+ * last change: $Author: fs $ $Date: 2001-03-06 09:50:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -306,6 +306,7 @@ namespace dbp
// and initialize the values
OOptionGroupSettings& rSettings = getSettings();
rSettings.aLabels.clear();
+ rSettings.aValues.clear();
rSettings.aLabels.reserve(m_aExistingRadios.GetEntryCount());
rSettings.aValues.reserve(m_aExistingRadios.GetEntryCount());
for (sal_uInt16 i=0; i<m_aExistingRadios.GetEntryCount(); ++i)
@@ -588,6 +589,9 @@ namespace dbp
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/03/05 14:53:13 fs
+ * finished the grid control wizard
+ *
* Revision 1.4 2001/03/02 09:42:40 fs
* #84540# #84541# corrected the Next button behaviour on the first and last tab page
*