summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlExport.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 11:31:32 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 11:31:32 +0000
commite7e2b74fcc6fbe2c2c6ca3254bf884e7bd966ecc (patch)
treecc70c0ff58e5d9154512deb7cdc4305d6207e2e6 /dbaccess/source/filter/xml/xmlExport.hxx
parentc1b52c76d38bd4c220a7f909f76551d598a731e2 (diff)
INTEGRATION: CWS dba20 (1.2.56); FILE MERGED
2004/11/15 12:53:07 oj 1.2.56.1: #i37032# handle styles
Diffstat (limited to 'dbaccess/source/filter/xml/xmlExport.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlExport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/filter/xml/xmlExport.hxx b/dbaccess/source/filter/xml/xmlExport.hxx
index 67df9716d02f..ec44f4408579 100644
--- a/dbaccess/source/filter/xml/xmlExport.hxx
+++ b/dbaccess/source/filter/xml/xmlExport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlExport.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:21:31 $
+ * last change: $Author: obo $ $Date: 2005-01-05 12:31:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,7 +156,7 @@ class ODBExport : public SvXMLExport
::rtl::OUString sDecimal;
::rtl::OUString sThousand;
} TDelimiter;
- typedef ::std::map< XPropertySet* ,::rtl::OUString > TPropertyStyleMap;
+ typedef ::std::map< Reference<XPropertySet> ,::rtl::OUString > TPropertyStyleMap;
::std::auto_ptr< TStringPair > m_aAutoIncrement;
::std::auto_ptr< TDelimiter > m_aDelimiter;