diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-11-05 09:12:52 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-11-05 09:12:52 +0000 |
commit | 1df90555e3f07de7dd718fc90d1c2727573f8124 (patch) | |
tree | 253b7201b4552f2591f744f5295b63c897cdd612 | |
parent | 747f266e79f13b5c11145345106b6dea234ff0f9 (diff) |
#94031# set unique flag every time
-rw-r--r-- | dbaccess/source/ui/dlg/indexdialog.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx index 401fec5f6551..158df257b931 100644 --- a/dbaccess/source/ui/dlg/indexdialog.cxx +++ b/dbaccess/source/ui/dlg/indexdialog.cxx @@ -2,9 +2,9 @@ * * $RCSfile: indexdialog.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: fs $ $Date: 2001-05-23 14:50:18 $ + * last change: $Author: oj $ $Date: 2001-11-05 10:12:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -724,11 +724,9 @@ namespace dbaui OIndexCollection::iterator aPreviouslySelected = static_cast<OIndexCollection::iterator>(m_pPreviousSelection->GetUserData()); // the unique flag + aPreviouslySelected->bUnique = m_aUnique.IsChecked(); if (m_aUnique.GetSavedValue() != m_aUnique.GetState()) - { aPreviouslySelected->setModified(sal_True); - aPreviouslySelected->bUnique = m_aUnique.IsChecked(); - } // the fields m_pFields->commitTo(aPreviouslySelected->aFields); @@ -884,6 +882,9 @@ namespace dbaui /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.11 2001/05/23 14:50:18 fs + * #86860# OnIndexSelected: don't cancel the editing of the previously selected index + * * Revision 1.10 2001/05/11 16:23:16 fs * #86862# allow reset for new indexes - mapped a drop without confirmation * |