summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/parameters.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-23 10:50:14 +0200
committerNoel Grandin <noel@peralex.com>2015-03-23 11:02:11 +0200
commit3e8a7ce7dffcf46a692e5da0b281a104df8d4d95 (patch)
tree1fdb0ad4385724f426c6dbbdc91ce66a4fd3b626 /connectivity/source/commontools/parameters.cxx
parentfdo#39440 cppcheck cleanliness (diff)
downloadcore-3e8a7ce7dffcf46a692e5da0b281a104df8d4d95.tar.gz
core-3e8a7ce7dffcf46a692e5da0b281a104df8d4d95.zip
Revert "loplugin:constantfunction: connectivity"
it seems to be causing unit-test and build failures This reverts commit 5cbb51c009fa266e8418ef93799ac64e431c22f5. Change-Id: Idc6372f98200b23828aa19b22a75b6b2b640d1ab
Diffstat (limited to 'connectivity/source/commontools/parameters.cxx')
-rw-r--r--connectivity/source/commontools/parameters.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index 1b512a0464bd..d520e37f7d77 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -115,6 +115,11 @@ namespace dbtools
}
+ void ParameterManager::disposing( const EventObject& /*_rDisposingEvent*/ )
+ {
+ }
+
+
void ParameterManager::setAllParametersNull()
{
OSL_PRECOND( isAlive(), "ParameterManager::setAllParametersNull: not initialized, or already disposed!" );