summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlColumn.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-18 09:06:11 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-18 09:06:11 +0000
commitf9628bd7a9edca42663a9622e189ed5f92d0fdb7 (patch)
tree39a65832f8039551f1fece400cfb215ad072dcb1 /dbaccess/source/filter/xml/xmlColumn.hxx
parentab72c1231d1b7a07ce77bcff78a81f5009097e81 (diff)
INTEGRATION: CWS dba25 (1.2.102); FILE MERGED
2005/03/04 14:23:47 oj 1.2.102.1: #i44064# export control default
Diffstat (limited to 'dbaccess/source/filter/xml/xmlColumn.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlColumn.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/filter/xml/xmlColumn.hxx b/dbaccess/source/filter/xml/xmlColumn.hxx
index 123e129ee022..cb88c3f5d32e 100644
--- a/dbaccess/source/filter/xml/xmlColumn.hxx
+++ b/dbaccess/source/filter/xml/xmlColumn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlColumn.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:18:50 $
+ * last change: $Author: obo $ $Date: 2005-03-18 10:06:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,7 @@ namespace dbaxml
::rtl::OUString m_sName;
::rtl::OUString m_sStyleName;
::rtl::OUString m_sHelpMessage;
+ ::com::sun::star::uno::Any m_aDefaultValue;
sal_Bool m_bHidden;
ODBFilter& GetOwnImport();