summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-26 10:25:09 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-05-29 06:46:40 +0000
commit6c1cabe677f5eb24b465dd6e316c8c66df64bb29 (patch)
tree511a164130e1c4fdc9be4e7c54d32fd4eac9eb78 /connectivity
parentef2e135cfb8f107a154aaab9b54f2dfca0edf6a0 (diff)
loplugin:unnecessarysuperclass, merge IWarningsContainer..
..into WarningsContainer Change-Id: I682528a4eb1b1298faf12b2d498db65f94800cd5 Reviewed-on: https://gerrit.libreoffice.org/15905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/warningscontainer.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/commontools/warningscontainer.cxx b/connectivity/source/commontools/warningscontainer.cxx
index 4afe81aeaef8..5d355323eb34 100644
--- a/connectivity/source/commontools/warningscontainer.cxx
+++ b/connectivity/source/commontools/warningscontainer.cxx
@@ -55,11 +55,6 @@ namespace dbtools
}
- WarningsContainer::~WarningsContainer()
- {
- }
-
-
void WarningsContainer::appendWarning(const SQLException& _rWarning)
{
lcl_concatWarnings( m_aOwnWarnings, makeAny( _rWarning ) );