summaryrefslogtreecommitdiff
path: root/sw/inc/dbfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 13:40:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 07:32:58 +0100
commit4f5469ed0bb4dce1dc62180eb3d1c5e0257f6cc3 (patch)
tree056960d8f286313820939c7d1d2e4c4c63ab0a45 /sw/inc/dbfld.hxx
parentd0dd80c8afd83dcfe0788d1c428996a9d8a85fa0 (diff)
loplugin:constparams in sw
Change-Id: Ie7aac013db4116aa9bd2caa4fc6b4bfad5cea733 Reviewed-on: https://gerrit.libreoffice.org/44356 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/dbfld.hxx')
-rw-r--r--sw/inc/dbfld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dbfld.hxx b/sw/inc/dbfld.hxx
index b751fcc76345..cb7ed9c266bf 100644
--- a/sw/inc/dbfld.hxx
+++ b/sw/inc/dbfld.hxx
@@ -106,7 +106,7 @@ public:
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nWhich ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhich ) override;
- static bool FormatValue( SvNumberFormatter* pDocFormatter, OUString const &aString, sal_uInt32 nFormat,
+ static bool FormatValue( SvNumberFormatter const * pDocFormatter, OUString const &aString, sal_uInt32 nFormat,
double &aNumber, sal_Int32 nColumnType, SwDBField *pField = nullptr );
};