summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-08 00:46:56 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-08 00:46:56 +0200
commit55df4fa5d5f1ec6c402ab68e51e3ca3af6e5d2ee (patch)
treef242ccd35bf9bbd37c34de87b648139c39e857d3 /desktop/source/deployment/manager
parent8d3ade357d74eda30da6065f60591f29a81a8007 (diff)
loplugin:staticmethods
Change-Id: I90bb57370853c7606304c721e294999626c2af01
Diffstat (limited to 'desktop/source/deployment/manager')
-rw-r--r--desktop/source/deployment/manager/dp_activepackages.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/source/deployment/manager/dp_activepackages.cxx b/desktop/source/deployment/manager/dp_activepackages.cxx
index 99cc5f897bac..c9234ae10735 100644
--- a/desktop/source/deployment/manager/dp_activepackages.cxx
+++ b/desktop/source/deployment/manager/dp_activepackages.cxx
@@ -155,6 +155,7 @@ bool ActivePackages::get(
(void) data;
(void) id;
(void) fileName;
+ (void) this;
return false;
#endif
}
@@ -182,6 +183,8 @@ ActivePackages::Entries ActivePackages::getEntries() const {
decodeOldData(fn, i->second)));
}
}
+#else
+ (void) this;
#endif
return es;
}
@@ -203,6 +206,7 @@ void ActivePackages::put(OUString const & id, Data const & data) {
#else
(void) id;
(void) data;
+ (void) this;
#endif
}
@@ -214,6 +218,7 @@ void ActivePackages::erase(
#else
(void) id;
(void) fileName;
+ (void) this;
#endif
}