[Libreoffice-commits] core.git: vcl/inc

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 3 15:48:27 UTC 2020


 vcl/inc/headless/svpdummies.hxx |    2 +-
 vcl/inc/headless/svpframe.hxx   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9c8aea3f8c3d30c02fba2af640b08e75833cc92d
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri Apr 3 15:02:24 2020 +0200
Commit:     Rene Engelhard <rene at debian.org>
CommitDate: Fri Apr 3 17:47:47 2020 +0200

    fix android build
    
    after
        commit d9e478330243cbd120f2de33df3333fec2ef9217
        Date:   Fri Apr 3 10:16:22 2020 +0200
        loplugin:finalclasses in xmlsecurity..UnoControls
    
    Change-Id: Ia6566d33b4a2d6c81e009f8baebce8367bba2486
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91641
    Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
    Reviewed-by: Rene Engelhard <rene at debian.org>
    Tested-by: Rene Engelhard <rene at debian.org>
    Tested-by: Jenkins

diff --git a/vcl/inc/headless/svpdummies.hxx b/vcl/inc/headless/svpdummies.hxx
index 69d02ec544c8..51007916b43b 100644
--- a/vcl/inc/headless/svpdummies.hxx
+++ b/vcl/inc/headless/svpdummies.hxx
@@ -45,7 +45,7 @@ public:
     virtual const SystemEnvData*    GetSystemData() const override;
 };
 
-class SvpSalSystem final : public SalGenericSystem
+class SvpSalSystem : public SalGenericSystem
 {
 public:
     SvpSalSystem() {}
diff --git a/vcl/inc/headless/svpframe.hxx b/vcl/inc/headless/svpframe.hxx
index 1a5aff05bfe6..7245a31d5c8c 100644
--- a/vcl/inc/headless/svpframe.hxx
+++ b/vcl/inc/headless/svpframe.hxx
@@ -35,7 +35,7 @@
 class SvpSalInstance;
 class SvpSalGraphics;
 
-class SvpSalFrame final : public SalFrame
+class SvpSalFrame : public SalFrame
 {
     SvpSalInstance*                     m_pInstance;
     SvpSalFrame*                        m_pParent;       // pointer to parent frame


More information about the Libreoffice-commits mailing list