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

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 28 15:29:01 UTC 2019


 vcl/inc/headless/svpframe.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa790f1f62f027063586367f59d561ae6bfbfd8b
Author:     Jan-Marek Glogowski <jan-marek.glogowski at extern.cib.de>
AuthorDate: Thu Nov 28 16:19:03 2019 +0100
Commit:     Jan-Marek Glogowski <jan-marek.glogowski at extern.cib.de>
CommitDate: Thu Nov 28 16:27:50 2019 +0100

    Blind fix of the Android TB build error
    
    Change-Id: I02f8eaff7e44197743c071a1b4c90b314c0e6b4c

diff --git a/vcl/inc/headless/svpframe.hxx b/vcl/inc/headless/svpframe.hxx
index eddab071331b..3869f25a3442 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