sw/source/core/access/accframebase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d7cc9e829823239a6054de86408cf29bf8f2b4e4 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Tue Dec 21 18:25:17 2021 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Dec 21 20:24:39 2021 +0100 Typo remaining "bSelected" Change-Id: Ic0cede117753cf1f7cad6c1fcb1649864cb18254 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127268 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sw/source/core/access/accframebase.hxx b/sw/source/core/access/accframebase.hxx index c38424a3b413..12af1f52dac3 100644 --- a/sw/source/core/access/accframebase.hxx +++ b/sw/source/core/access/accframebase.hxx @@ -57,7 +57,7 @@ public: // The object is not visible any longer and should be destroyed virtual void Dispose(bool bRecursive, bool bCanSkipInvisible = true) override; - virtual bool SetSelectedState( bool bSeleted ) override; + virtual bool SetSelectedState( bool bSelected ) override; }; #endif