diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-15 09:36:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-15 09:36:42 +0200 |
commit | ed373ea7efd34ca6baab8ddbf809e6f2a06f1a9e (patch) | |
tree | ee982f66e33240dcf8472eae9a5fbcec4d4a7a5e /include/xmloff/ProgressBarHelper.hxx | |
parent | 098462c6f69c40422c74cef8f052b7b1ff0c90e8 (diff) |
loplugin:unusedmethods unused return value in include/xmloff
Change-Id: I6615a467152a50e9c65f04fd0d6c8cc128517bdb
Diffstat (limited to 'include/xmloff/ProgressBarHelper.hxx')
-rw-r--r-- | include/xmloff/ProgressBarHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/ProgressBarHelper.hxx b/include/xmloff/ProgressBarHelper.hxx index 7eeed4ebc7c1..521ee4cb2406 100644 --- a/include/xmloff/ProgressBarHelper.hxx +++ b/include/xmloff/ProgressBarHelper.hxx @@ -57,7 +57,7 @@ public: // set the new reference and returns the new value which gives the // Progress Bar the sam position as before - sal_Int32 ChangeReference(sal_Int32 nNewReference); + void ChangeReference(sal_Int32 nNewReference); sal_Int32 GetReference() { return nReference; } sal_Int32 GetValue() { return nValue; } |