summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/elementexport.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 08:41:18 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 08:41:18 +0000
commit1a06b1fa610e0896c02865db1434b1fdebd375d4 (patch)
tree55ce05c3c14f61dba1272bf970c8042692062641 /xmloff/source/forms/elementexport.hxx
parentaf99949af81758c3f9efe686fe1b6efeb53f2882 (diff)
INTEGRATION: CWS dba23a (1.16.122); FILE MERGED
2007/03/07 13:27:21 fs 1.16.122.1: #i74186# export control ids for grid columns, too (they're required by the schema, though not needed)
Diffstat (limited to 'xmloff/source/forms/elementexport.hxx')
-rw-r--r--xmloff/source/forms/elementexport.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/forms/elementexport.hxx b/xmloff/source/forms/elementexport.hxx
index 2feb958420aa..36b24d074522 100644
--- a/xmloff/source/forms/elementexport.hxx
+++ b/xmloff/source/forms/elementexport.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: elementexport.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:16:51 $
+ * last change: $Author: kz $ $Date: 2007-05-10 09:41:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -295,6 +295,7 @@ namespace xmloff
*/
OColumnExport(IFormsExportContext& _rContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl,
+ const ::rtl::OUString& _rControlId,
const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rxEvents);
~OColumnExport();