[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 23 16:53:42 UTC 2020


 sw/source/uibase/docvw/edtwin.cxx |    2 +-
 sw/source/uibase/inc/edtwin.hxx   |    2 +-
 sw/source/uibase/uiview/view0.cxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 606c9fb6e5f76a05e6a52951f7e5fbd7feedf072
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 23 11:43:37 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Sep 23 18:52:58 2020 +0200

    Fix typo in code
    
    It passed "make check" on Linux
    
    Change-Id: I00349740f5704cca57ecf1f6e31e75348c9c27ed
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103245
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 508fac7d2fd1..aa7c64ed2b7c 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -6599,7 +6599,7 @@ void SwEditWin::SetGraphicTwipPosition(bool bStart, const Point& rPosition)
     }
 }
 
-void SwEditWin::SetOutlineContentVisiblityButtons()
+void SwEditWin::SetOutlineContentVisibilityButtons()
 {
     SwWrtShell& rSh = m_rView.GetWrtShell();
     const SwOutlineNodes& rOutlineNodes = rSh.GetDoc()->GetNodes().GetOutLineNds();
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index 49f09827dd9c..3b7539248444 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -293,7 +293,7 @@ public:
     const SwFrame* GetSavedOutlineFrame() { return m_pSavedOutlineFrame; }
     void SetSavedOutlineFrame(SwFrame* pFrame) { m_pSavedOutlineFrame = pFrame; }
 
-    void SetOutlineContentVisiblityButtons();
+    void SetOutlineContentVisibilityButtons();
 
     virtual FactoryFunction GetUITestFactory() const override;
 };
diff --git a/sw/source/uibase/uiview/view0.cxx b/sw/source/uibase/uiview/view0.cxx
index e746016282de..259721707259 100644
--- a/sw/source/uibase/uiview/view0.cxx
+++ b/sw/source/uibase/uiview/view0.cxx
@@ -627,7 +627,7 @@ void SwView::ExecViewOptions(SfxRequest &rReq)
         GetPostItMgr()->SetSpellChecking();
 
     if (nSlot == FN_SHOW_OUTLINECONTENTVISIBILITYBUTTON)
-        GetEditWin().SetOutlineContentVisiblityButtons();
+        GetEditWin().SetOutlineContentVisibilityButtons();
 
     const bool bLockedView = rSh.IsViewLocked();
     rSh.LockView( true );    //lock visible section


More information about the Libreoffice-commits mailing list