summaryrefslogtreecommitdiffstats
path: root/include/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-08 08:13:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-08 06:57:57 +0000
commitc123c528bf1550e544b29e5a22a94a0452d5f349 (patch)
tree2dd015a5fe42b6c9b95302016674f3362478d295 /include/connectivity
parenttdf#91222 VclBuilder constructor cleanup (diff)
downloadcore-c123c528bf1550e544b29e5a22a94a0452d5f349.tar.gz
core-c123c528bf1550e544b29e5a22a94a0452d5f349.zip
loplugin:unnecessaryvirtual in comphelper..forms
Change-Id: Iabe292e68cb84b97f207061347ed6a30309dc9fd Reviewed-on: https://gerrit.libreoffice.org/30679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/formattedcolumnvalue.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/formattedcolumnvalue.hxx b/include/connectivity/formattedcolumnvalue.hxx
index 1b3598fb454e..d7f7d8ac75a9 100644
--- a/include/connectivity/formattedcolumnvalue.hxx
+++ b/include/connectivity/formattedcolumnvalue.hxx
@@ -38,7 +38,7 @@ namespace dbtools
/** a class which helps retrieving and setting the value of a database column
as formatted string.
*/
- class OOO_DLLPUBLIC_DBTOOLS FormattedColumnValue
+ class OOO_DLLPUBLIC_DBTOOLS FormattedColumnValue final
{
public:
/** constructs an instance
@@ -74,7 +74,7 @@ namespace dbtools
// note that all methods of this class need to be virtual, since it's
// used in a load-on-demand context in module SVX
- virtual ~FormattedColumnValue();
+ ~FormattedColumnValue();
void clear();