summaryrefslogtreecommitdiff
path: root/forms/source/component/DatabaseForm.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-18 05:44:45 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-18 05:44:45 +0000
commit133da7c35609684bbb3e75057326c9916326e566 (patch)
treeeee3fb15d37ea973d071dc20bbcc4141f15c9892 /forms/source/component/DatabaseForm.hxx
parent849804693b803681a2113194b4e6fb315a153a66 (diff)
#92410# ignore result of subform when masterform moves to insertrow
Diffstat (limited to 'forms/source/component/DatabaseForm.hxx')
-rw-r--r--forms/source/component/DatabaseForm.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index f55a2fc99..06d0252cc 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2001-09-12 12:04:08 $
+ * last change: $Author: oj $ $Date: 2001-10-18 06:44:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -281,6 +281,7 @@ class ODatabaseForm :public OFormComponents
::cppu::OInterfaceContainerHelper m_aErrorListeners;
::osl::Mutex m_aResetSafety;
::com::sun::star::uno::Any m_aCycle;
+ ::com::sun::star::uno::Any m_aIgnoreResult; // set when we are a subform and our master form positioned on a new row
StringSequence m_aMasterFields;
StringSequence m_aDetailFields;
::std::vector<bool> m_aParameterVisited;