summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc
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/tdoc
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/tdoc')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_stgelems.hxx2
-rw-r--r--ucb/source/ucp/tdoc/tdoc_uri.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_stgelems.hxx b/ucb/source/ucp/tdoc/tdoc_stgelems.hxx
index d71ccf4384b4..10058edbe0f7 100644
--- a/ucb/source/ucp/tdoc/tdoc_stgelems.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_stgelems.hxx
@@ -269,8 +269,6 @@ public:
css::uno::RuntimeException, std::exception ) override;
private:
- explicit Storage( const rtl::Reference< Storage > & rFactory ); // n.i.
-
rtl::Reference< StorageElementFactory > m_xFactory;
css::uno::Reference< css::uno::XAggregation > m_xAggProxy;
css::uno::Reference< css::embed::XStorage > m_xWrappedStorage;
diff --git a/ucb/source/ucp/tdoc/tdoc_uri.hxx b/ucb/source/ucp/tdoc/tdoc_uri.hxx
index 4d1c671e1a4b..10b861b19512 100644
--- a/ucb/source/ucp/tdoc/tdoc_uri.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_uri.hxx
@@ -46,7 +46,6 @@ private:
void init() const;
public:
- Uri() : m_eState( UNKNOWN ) {}
explicit Uri( const OUString & rUri )
: m_aUri( rUri ), m_eState( UNKNOWN ) {}