cid#1598235 Uninitialized pointer field

Change-Id: I8c403a0bcfa56e58fdf12cb045c98b2087889235
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167794
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Caolán McNamara 2024-05-17 19:36:45 +01:00
parent 551c8230b4
commit 64557ef9fa

View file

@ -73,7 +73,7 @@ private:
std::set<OUString> maActiveMainViewContainer;
OUString msCurrentMainViewURL;
ViewShellBase* mpViewShellBase;
ViewShellBase* mpViewShellBase = nullptr;
bool mbListeningEventMultiplexer = false;
bool mbInMasterEditMode = false;