connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 231ee1cbaf34a85b3ef8c1e2fe2d8b1918a42408
Author:     Jan-Marek Glogowski <[email protected]>
AuthorDate: Wed Nov 21 09:45:09 2018 +0100
Commit:     Jan-Marek Glogowski <[email protected]>
CommitDate: Wed Nov 21 09:46:51 2018 +0100

    Fix getColumnRows function declaration
    
    regression from commit 457aba546f43 ("fix some dodgy static vars
    in connectivity").
    
    Change-Id: I0ab2162d4fa1b09b537c149c4af0f64a2252b64e

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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to