summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 09:29:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 10:16:02 +0100
commit7075ce2fee860daa6affde92b256838aaa3d7d87 (patch)
treeb76fba1765d2e1ec5c580b994823fa0b3292ed95 /sw/inc/dbmgr.hxx
parent399ef5c1a1af6ded3cd650b3012d5990e5015365 (diff)
loplugin:constparams in sw
Change-Id: I4a0f51eae28c82eca3c44b9d06c0410f9645f62f Reviewed-on: https://gerrit.libreoffice.org/66833 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 6dc8f36c0155..c2cba6a57705 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -387,7 +387,7 @@ public:
static css::uno::Reference< css::sdbc::XConnection>
GetConnection(const OUString& rDataSource,
css::uno::Reference< css::sdbc::XDataSource>& rxSource,
- SwView* pView);
+ const SwView* pView);
static css::uno::Reference< css::sdbcx::XColumnsSupplier>
GetColumnSupplier(css::uno::Reference< css::sdbc::XConnection> const & xConnection,
@@ -449,7 +449,7 @@ public:
const OUString& _sCommand,
sal_Int32 _nCommandType,
const css::uno::Reference< css::sdbc::XConnection>& _xConnection,
- SwView* pView);
+ const SwView* pView);
void setEmbeddedName(const OUString& rEmbeddedName, SwDocShell& rDocShell);
const OUString& getEmbeddedName() const;