[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sfx2/source

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 9 08:16:01 UTC 2021


 sfx2/source/view/viewsh.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e3bbc3c712c9e7eab603fcea0882b154f9b3dfc6
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Jul 8 11:49:13 2021 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Jul 9 10:15:28 2021 +0200

    sfx2: fix uninitialized SfxViewShell::mbLOKIsFreemiumView
    
    Introduced in commit 1b9fe58acb7b5bbbc83ecca30e17663fff7f0db4 (LOK:
    introduced Freemium LOK API, 2021-06-02).
    
    Change-Id: Ifdd6c13a64a167fa00b0305441c52340167f3809
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118632
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Pranam Lashkari <lpranam at collabora.com>
    (cherry picked from commit d6811bd47a255d40aeb4509c7011fa7d9e75e3f3)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118639
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index d7790fcdb6f5..2b97061fa8da 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1087,6 +1087,7 @@ SfxViewShell::SfxViewShell
 ,   maLOKLanguageTag(LANGUAGE_NONE)
 ,   maLOKLocale(LANGUAGE_NONE)
 ,   maLOKDeviceFormFactor(LOKDeviceFormFactor::UNKNOWN)
+,   mbLOKIsFreemiumView(false)
 {
     SetMargin( pViewFrame->GetMargin_Impl() );
 


More information about the Libreoffice-commits mailing list