summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlExport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlExport.cxx b/dbaccess/source/filter/xml/xmlExport.cxx
index 3e9a8be04b62..8cddfdefd986 100644
--- a/dbaccess/source/filter/xml/xmlExport.cxx
+++ b/dbaccess/source/filter/xml/xmlExport.cxx
@@ -613,7 +613,6 @@ void ODBExport::exportConnectionData()
const sal_Char* pAsciiPropertyName;
sal_uInt16 nAttributeId;
- PropertyMap() :pAsciiPropertyName( NULL ), nAttributeId(0) { }
PropertyMap( const sal_Char* _pAsciiPropertyName, const sal_uInt16 _nAttributeId )
:pAsciiPropertyName( _pAsciiPropertyName )
,nAttributeId( _nAttributeId )