summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkguri.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 13:24:49 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 06:40:56 +0000
commit239cba2b06bc7894270aa68e381cc06a9d52773c (patch)
tree94bc3fc67219148f5b8d01b95fd7043fb75ae01d /ucb/source/ucp/package/pkguri.hxx
parent581e4da5847733a0e87d5ff9cd1c9f2b9fa471fe (diff)
loplugin:unusedmethods in ucb/ucbhelper
Change-Id: I2935904e2cbecec6c928f4cbc88979bc2d1a40f8 Reviewed-on: https://gerrit.libreoffice.org/25090 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'ucb/source/ucp/package/pkguri.hxx')
-rw-r--r--ucb/source/ucp/package/pkguri.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/source/ucp/package/pkguri.hxx b/ucb/source/ucp/package/pkguri.hxx
index b66bae008b5a..605e53933827 100644
--- a/ucb/source/ucp/package/pkguri.hxx
+++ b/ucb/source/ucp/package/pkguri.hxx
@@ -45,7 +45,6 @@ private:
void init() const;
public:
- PackageUri() : m_bValid( false ) {}
explicit PackageUri( const OUString & rPackageUri )
: m_aUri( rPackageUri ), m_bValid( false ) {}