sd/source/ui/docshell/docshell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit aa011fdf34c34230da555c89a2a0da7f83a67865 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Feb 16 18:01:52 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Feb 16 19:28:05 2026 +0100 Fix typo Change-Id: I7ac16842f82251c3e58d8de57af930e6d9f86944 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199496 Tested-by: Jenkins Reviewed-by: Simon Chenery <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index 505119d123b6..6254e9839d1c 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -321,7 +321,7 @@ void DrawDocShell::GetState(SfxItemSet &rSet) if(bImpress) { // tdf#170719 only bother with NotebookBar - // stuff, if this is not the runing SlideShow + // stuff, if this is not the running SlideShow if(!sd::SlideShow::IsRunning(mpViewShell->GetViewShellBase())) bVisible = sfx2::SfxNotebookBar::StateMethod(mpViewShell->GetFrame()->GetBindings(), u"modules/simpress/ui/");
