diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 15:50:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-24 07:39:23 +0100 |
commit | d55fb1552f6ecd5c2f9e817d2b820e1a66410840 (patch) | |
tree | 865c19b08be30096ba1de7395e056caeaf2d840c /framework/inc/helper | |
parent | 40871e226945ff732261fd1437df55b733ecdbc3 (diff) |
loplugin:unusedfields in framework
Change-Id: I7c633bf3e217a71c51bd3781fe716cb06fe92b0c
Reviewed-on: https://gerrit.libreoffice.org/68227
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/helper')
-rw-r--r-- | framework/inc/helper/titlebarupdate.hxx | 2 | ||||
-rw-r--r-- | framework/inc/helper/vclstatusindicator.hxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx index ab93896ec273..f835b915d89f 100644 --- a/framework/inc/helper/titlebarupdate.hxx +++ b/framework/inc/helper/titlebarupdate.hxx @@ -54,8 +54,6 @@ class TitleBarUpdate : public ::cppu::WeakImplHelper< { /// internal id of this module OUString sID; - /// localized name for this module - OUString sUIName; /// configured icon for this module ::sal_Int32 nIcon; }; diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx index 5665b2a394ee..1462616d7793 100644 --- a/framework/inc/helper/vclstatusindicator.hxx +++ b/framework/inc/helper/vclstatusindicator.hxx @@ -52,9 +52,6 @@ class VCLStatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusInd */ VclPtr<StatusBar> m_pStatusBar; - /** knows the current info text of the progress. */ - OUString m_sText; - /** knows the current range of the progress. */ sal_Int32 m_nRange; |