summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-08 09:57:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-08 13:06:58 +0000
commit602647c2417e0e19e44f9c35a49fbb88ff8ac261 (patch)
treefb56a519ec12c3884a70862272c554c89d3b4b75 /dbaccess
parent8f25e553b91f5ed3544c580a450658cc76ffed56 (diff)
loplugin:unnecessaryvirtual
Change-Id: If25d9307efda5f57b0f80a0cf5c2c5cab6a752d6 Reviewed-on: https://gerrit.libreoffice.org/27981 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/inc/ContentHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/ContentHelper.hxx b/dbaccess/source/core/inc/ContentHelper.hxx
index c83001fe05e3..287e13bc332f 100644
--- a/dbaccess/source/core/inc/ContentHelper.hxx
+++ b/dbaccess/source/core/inc/ContentHelper.hxx
@@ -115,7 +115,7 @@ namespace dbaccess
// helper
virtual void SAL_CALL disposing() override;
- virtual void notifyDataSourceModified();
+ void notifyDataSourceModified();
/**
* This method can be used to propagate changes of property values.