summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-10-21 17:39:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-28 06:39:11 +0000
commit5d3c37b99e8bfa9256f12015152439bf4e5ebbb4 (patch)
tree30bbd261fe0ebdfd1f0779a5e27c64208595f5ea /sw/inc/dbmgr.hxx
parent604c6cf42f1d136e5c076b4ae17bec86e7e1a206 (diff)
sw: remove SwDBTreeList_Impl::m_aConnections
... which actually does nothing since commit fca027b0bd76a76b50f4d6d667d2d479417a74a6 but was dutifully converted to a boost::ptr_vector. Change-Id: I69186d6ba7d90fb2f94b417fede3a907811c32c0 Reviewed-on: https://gerrit.libreoffice.org/19518 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index c2a94f0444d4..4c0fe4005690 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -310,7 +310,7 @@ public:
/** create and store or find an already stored connection to a data source for use
in SwFieldMgr and SwDBTreeList */
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>
- RegisterConnection(OUString& rSource);
+ RegisterConnection(OUString const& rSource);
const SwDSParam* CreateDSData(const SwDBData& rData)
{return FindDSData(rData, true);}