summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-28 08:47:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-31 15:05:40 +0200
commit4162339adbb81fc09e6ee405e8dc75bb2321c365 (patch)
treebec6c84c4da15612af0b6666cd7c5858c8175719 /dbaccess/source/core/recovery
parent0d06d1d16775fde3b0b34f3374907e07cbba763d (diff)
loplugin:unnecessaryvirtual improve result output
and merge some of the template function results Change-Id: I9a7855ce6720d022ea5b988d68f0d59ff81ee5b9 Reviewed-on: https://gerrit.libreoffice.org/51985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/core/recovery')
-rw-r--r--dbaccess/source/core/recovery/storagexmlstream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/recovery/storagexmlstream.hxx b/dbaccess/source/core/recovery/storagexmlstream.hxx
index ec4bb0b46116..de094ecf2ae4 100644
--- a/dbaccess/source/core/recovery/storagexmlstream.hxx
+++ b/dbaccess/source/core/recovery/storagexmlstream.hxx
@@ -43,7 +43,7 @@ namespace dbaccess
);
virtual ~StorageXMLOutputStream() override;
- virtual void close();
+ void close();
void addAttribute( const OUString& i_rName, const OUString& i_rValue ) const;