diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-05 11:00:36 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-05 10:28:25 +0000 |
commit | 7fa183cb1a04120b37069c63166182065c3d975c (patch) | |
tree | 089d60ab2ffb5976d102b1f25b40fdc756cb4eb1 /dbaccess/source/inc | |
parent | 755a4838054050111f2118d0957041120831f5df (diff) |
loplugin:countusersofdefaultparams in chart2..desktop
Change-Id: Iaca94acd6ef91f07ed0c0085390500c418099dee
Reviewed-on: https://gerrit.libreoffice.org/27896
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source/inc')
-rw-r--r-- | dbaccess/source/inc/dsntypes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/inc/dsntypes.hxx b/dbaccess/source/inc/dsntypes.hxx index 0ed4b22744a2..75c6739a2fe1 100644 --- a/dbaccess/source/inc/dsntypes.hxx +++ b/dbaccess/source/inc/dsntypes.hxx @@ -137,7 +137,7 @@ public: OUString getMediaType(const OUString& _sURL) const; /// returns the dsn prefix for a given media type - OUString getDatasourcePrefixFromMediaType(const OUString& _sMediaType,const OUString& _sExtension = OUString() ); + OUString getDatasourcePrefixFromMediaType(const OUString& _sMediaType, const OUString& _sExtension ); void extractHostNamePort(const OUString& _rDsn,OUString& _sDatabaseName,OUString& _rHostname,sal_Int32& _nPortNumber) const; |