summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-07-08 11:49:13 +0200
committerPranam Lashkari <lpranam@collabora.com>2021-08-16 09:01:34 +0200
commit085797cb5c26a274328fa639a8100bd52cd9652d (patch)
tree30832dccb45e5d9ff7420229b2c3301488d0222a /sfx2
parent513120d24c770079773559367202d54ff62b39b4 (diff)
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@gmail.com> Reviewed-by: Pranam Lashkari <lpranam@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120483 Tested-by: Jenkins
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewsh.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 177ed2c69e21..c58f5b2fdbd8 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1068,6 +1068,7 @@ SfxViewShell::SfxViewShell
, maLOKLanguageTag(LANGUAGE_NONE)
, maLOKLocale(LANGUAGE_NONE)
, maLOKDeviceFormFactor(LOKDeviceFormFactor::UNKNOWN)
+, mbLOKIsFreemiumView(false)
{
SetMargin( pViewFrame->GetMargin_Impl() );