summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 10:10:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:04 +0100
commita6cf7fb28160880f2177de6ce894737141a3ca9f (patch)
tree1cc5488557a1fd894b1403f0a4ddf139f8464118 /dbaccess
parentecc060715a7f903ff48a9db3d9c4c31769e82a18 (diff)
-Werror,-Wunused-member-function
Change-Id: I9cfbb66dbfac02faa478a4f38982962b0c6f3c3d
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 )