summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-07 12:04:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-07 12:07:43 +0200
commit8a3afbee5720d06ad426ba366829b904d7455fd4 (patch)
treeddef251f345d714f6667ddd797577671c8e19d5b /desktop/source/deployment/misc
parente1b1778b00227e11bd180db254ce6f2a20739394 (diff)
loplugin:staticmethods: desktop
Change-Id: Ic0c8ff1cd2809527ec4a3c4012af342bcab1308b
Diffstat (limited to 'desktop/source/deployment/misc')
-rw-r--r--desktop/source/deployment/misc/dp_descriptioninfoset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
index 8fc9ed308fb8..732b026d04c3 100644
--- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
+++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
@@ -447,7 +447,7 @@ void DescriptionInfoset::checkBlacklist() const
bool DescriptionInfoset::checkBlacklistVersion(
const OUString& currentversion,
- css::uno::Sequence< OUString > const & versions) const
+ css::uno::Sequence< OUString > const & versions)
{
sal_Int32 nLen = versions.getLength();
for (sal_Int32 i=0; i<nLen; i++) {