summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:16:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:16:33 +0000
commitb683b46bfa7a33c4dfed09e05ff63f6c82e6a2ff (patch)
tree5c118c49b5fdb258ecb7d286a46bab31f3275059 /connectivity
parent450a7215cc1caed607ed97acd393e9d465533e6b (diff)
INTEGRATION: CWS dba31a (1.4.32); FILE MERGED
2008/07/04 15:21:28 oj 1.4.32.1: #i89558# remove unused code
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/hsqldb/HUser.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/inc/hsqldb/HUser.hxx b/connectivity/source/inc/hsqldb/HUser.hxx
index 254a9aa68a..de8bf04d35 100644
--- a/connectivity/source/inc/hsqldb/HUser.hxx
+++ b/connectivity/source/inc/hsqldb/HUser.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: HUser.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -76,7 +76,6 @@ namespace connectivity
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
public:
OUserExtend(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection);
- OUserExtend(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,const ::rtl::OUString& _Name);
virtual void construct();
};