summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-02-05 13:38:26 +0000
committerFrank Schönheit <fs@openoffice.org>2001-02-05 13:38:26 +0000
commitff38110d6fa17e6c33a7d33c5caaf5b8971bc11a (patch)
treefc0e9aeba5b9a1a860b8785698d46e90b35a61b7 /extensions/source/propctrlr/formcontroller.cxx
parent2f189a55ac5be28ceb394a3decff4605d66955bb (diff)
#83461# no 'not defined' for radio buttons check state
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.cxx')
-rw-r--r--extensions/source/propctrlr/formcontroller.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx
index 3fc776a59a59..a753fecc9160 100644
--- a/extensions/source/propctrlr/formcontroller.cxx
+++ b/extensions/source/propctrlr/formcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formcontroller.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-02-05 08:59:02 $
+ * last change: $Author: fs $ $Date: 2001-02-05 14:38:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2005,6 +2005,8 @@ namespace pcr
--pEnd;
}
}
+ else
+ --pEnd;
if (PROPERTY_ID_LISTSOURCETYPE == nPropId)
if (FormComponentType::COMBOBOX == m_nClassId)
@@ -2501,6 +2503,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/02/05 08:59:02 fs
+ * #83468# SetTables ... correctly retrieve the rowset for combo-/listboxes
+ *
* Revision 1.4 2001/01/18 14:45:10 rt
* #65293# semicolon removed
*