[Libreoffice-commits] core.git: connectivity/source

Jochen Nitschke j.nitschke+logerrit at ok.de
Mon Apr 18 20:57:30 UTC 2016


 connectivity/source/drivers/postgresql/pq_xcolumns.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a07d5aef3f251855a4856f1e59649194a07899e5
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Mon Apr 18 21:00:13 2016 +0200

    follow-up for clean-up declarations and includes
    
    small change for commit 150ac9cf05ed9da6a2af5bc3f820280fd853e519
    use forward declaration instead of include
    
    Change-Id: Ida9742b49233dc2bd2731e816dd6dc4d5705bb07
    Reviewed-on: https://gerrit.libreoffice.org/24222
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/connectivity/source/drivers/postgresql/pq_xcolumns.hxx b/connectivity/source/drivers/postgresql/pq_xcolumns.hxx
index 0af1337..5daeeb2 100644
--- a/connectivity/source/drivers/postgresql/pq_xcolumns.hxx
+++ b/connectivity/source/drivers/postgresql/pq_xcolumns.hxx
@@ -39,7 +39,8 @@
 
 #include "pq_xcontainer.hxx"
 #include "pq_xbase.hxx"
-#include <com/sun/star/sdbc/XRow.hpp>
+
+namespace com { namespace sun { namespace star { namespace sdbc { class XRow; } } } }
 
 namespace pq_sdbc_driver
 {


More information about the Libreoffice-commits mailing list