diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-21 16:03:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 07:39:44 +0100 |
commit | 131cc96a890b8988703532d09773bb0bde20ee8a (patch) | |
tree | e89c868180690503c9e8b0de1f60f9686dd2fa61 /ucb/source/ucp/hierarchy/hierarchyuri.hxx | |
parent | 10134a2f8b604c934676e9e622d8123862a0b941 (diff) |
loplugin:unusedfields in ucb,ucbhelper
Change-Id: Id15c92e54669bd5f26adfe0d0b9dda0e8894ccf3
Reviewed-on: https://gerrit.libreoffice.org/68161
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/ucp/hierarchy/hierarchyuri.hxx')
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchyuri.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchyuri.hxx b/ucb/source/ucp/hierarchy/hierarchyuri.hxx index 4e67db7751ed..12973a9c3326 100644 --- a/ucb/source/ucp/hierarchy/hierarchyuri.hxx +++ b/ucb/source/ucp/hierarchy/hierarchyuri.hxx @@ -35,7 +35,6 @@ class HierarchyUri mutable OUString m_aParentUri; mutable OUString m_aService; mutable OUString m_aPath; - mutable OUString m_aName; mutable bool m_bValid; private: |