summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/wizardcontext.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 11:42:39 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 11:42:39 +0000
commitc14ecc2d41ece64c88ad7e59fc51b1136eea647e (patch)
treec609acf3f7062975f70690502408ec77a9c1fb62 /extensions/source/dbpilots/wizardcontext.hxx
parentf189840529b3d73328d303e6ff15677444f52dc9 (diff)
INTEGRATION: CWS dba20 (1.3.334); FILE MERGED
2004/12/03 09:50:08 oj 1.3.334.1: #i37019# take care for embedded forms
Diffstat (limited to 'extensions/source/dbpilots/wizardcontext.hxx')
-rw-r--r--extensions/source/dbpilots/wizardcontext.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/wizardcontext.hxx b/extensions/source/dbpilots/wizardcontext.hxx
index 9d214180e9d5..17626f445b93 100644
--- a/extensions/source/dbpilots/wizardcontext.hxx
+++ b/extensions/source/dbpilots/wizardcontext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wizardcontext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 14:13:41 $
+ * last change: $Author: obo $ $Date: 2005-01-05 12:42:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,8 @@ namespace dbp
// the column names of the object the form is bound to (table, query or SQL statement)
::com::sun::star::uno::Sequence< ::rtl::OUString >
aFieldNames;
+
+ sal_Bool bEmbedded;
};
//.........................................................................