summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-11-21 09:45:09 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2018-11-21 09:46:51 +0100
commit231ee1cbaf34a85b3ef8c1e2fe2d8b1918a42408 (patch)
tree5ed08171bbb9da056bb33e2633eb156a55bd7a03 /connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
parentb80c56f2798abca7b44ecf7c0fd9948a0b966e10 (diff)
Fix getColumnRows function declaration
regression from commit 457aba546f43 ("fix some dodgy static vars in connectivity"). Change-Id: I0ab2162d4fa1b09b537c149c4af0f64a2252b64e
Diffstat (limited to 'connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
index debe47ac7460..61a9449e65b0 100644
--- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
+++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
@@ -64,7 +64,7 @@ namespace connectivity
{
OEvoabConnection* m_pConnection;
- ODatabaseMetaDataResultSet::ORows& getColumnRows( const OUString& columnNamePattern );
+ ODatabaseMetaDataResultSet::ORows getColumnRows( const OUString& columnNamePattern );
protected:
virtual css::uno::Reference< css::sdbc::XResultSet > impl_getTypeInfo_throw() override;