[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sfx2/source
Xisco Faulà (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 27 17:38:06 UTC 2020
sfx2/source/notebookbar/SfxNotebookBar.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2b73347194dde360d9e4be4526657efb511e72ef
Author: Xisco Faulí <xiscofauli at libreoffice.org>
AuthorDate: Mon Jan 27 13:32:07 2020 +0100
Commit: Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Mon Jan 27 18:37:07 2020 +0100
Revert "tdf#118526 Reload Notebookbar if read mode has switched"
This reverts commit 69310348a6d65a49b406ec5ac2062ad5659bfcf4.
Reason for revert: tdf#130187.
tdf#130187 may give more problems than tdf#118526.
Reverting it in libreoffice-6-3 before 6.3.5 is released
Change-Id: I2b5ce4c54a92153454a1fe394e1757598616950e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87521
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
diff --git a/sfx2/source/notebookbar/SfxNotebookBar.cxx b/sfx2/source/notebookbar/SfxNotebookBar.cxx
index 59eca1bc7e4e..402874ccb4ef 100644
--- a/sfx2/source/notebookbar/SfxNotebookBar.cxx
+++ b/sfx2/source/notebookbar/SfxNotebookBar.cxx
@@ -289,7 +289,7 @@ bool SfxNotebookBar::StateMethod(SfxBindings& rBindings, const OUString& rUIFile
{
SfxFrame& rFrame = rBindings.GetDispatcher_Impl()->GetFrame()->GetFrame();
return StateMethod(rFrame.GetSystemWindow(), rFrame.GetFrameInterface(), rUIFile,
- bReloadNotebookbar || rBindings.GetDispatcher_Impl()->IsUpdated_Impl());
+ bReloadNotebookbar);
}
bool SfxNotebookBar::StateMethod(SystemWindow* pSysWindow,
More information about the Libreoffice-commits
mailing list