summaryrefslogtreecommitdiff
path: root/include/svl/msodocumentlockfile.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 12:10:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 05:49:39 +0100
commit84ad5f840062b8a604c776ee86cedb3ba360f355 (patch)
treea623e18c53b2b508c010b0f086e7b8ada8640f3b /include/svl/msodocumentlockfile.hxx
parent436100ba320c1835eb6d5eeab838bbf669c3300a (diff)
loplugin:finalclasses sot..svl
Change-Id: I0814e98c82822752dd4410d595d35acb67d5a1d1 Reviewed-on: https://gerrit.libreoffice.org/81703 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/msodocumentlockfile.hxx')
-rw-r--r--include/svl/msodocumentlockfile.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svl/msodocumentlockfile.hxx b/include/svl/msodocumentlockfile.hxx
index ef9759b5b29b..904411cb01ac 100644
--- a/include/svl/msodocumentlockfile.hxx
+++ b/include/svl/msodocumentlockfile.hxx
@@ -20,7 +20,7 @@
namespace svt
{
/// Class implementing reading and writing MSO lockfiles.
-class SVL_DLLPUBLIC MSODocumentLockFile : public GenDocumentLockFile
+class SVL_DLLPUBLIC MSODocumentLockFile final : public GenDocumentLockFile
{
private:
enum class AppType
@@ -32,7 +32,6 @@ private:
static AppType getAppType(const OUString& sOrigURL);
AppType m_eAppType;
-protected:
virtual void
WriteEntryToStream(const LockFileEntry& aEntry,
const css::uno::Reference<css::io::XOutputStream>& xStream) override;