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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 12 14:46:05 UTC 2018


 sw/inc/viewopt.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 508ba4ada470fa53d3d2f03469c973967d2fe73d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Oct 12 16:08:34 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Oct 12 16:45:33 2018 +0200

    Fix typo
    
    Change-Id: I89ce64cfb8ea6777ac70583942d76dbc59eaf65b
    Reviewed-on: https://gerrit.libreoffice.org/61717
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx
index 439650d43a0e..4c1e8de5df7b 100644
--- a/sw/inc/viewopt.hxx
+++ b/sw/inc/viewopt.hxx
@@ -268,7 +268,7 @@ public:
     void SetShowInlineTooltips( bool b )
         { b ? (m_nCoreOptions |= ViewOptFlags1::ShowInlineTooltips ) : ( m_nCoreOptions &= ~ViewOptFlags1::ShowInlineTooltips); }
 
-    //show/hide interactive header/footer on top/bootom of pages
+    //show/hide interactive header/footer on top/bottom of pages
     bool IsUseHeaderFooterMenu() const
         { return bool(m_nCoreOptions & ViewOptFlags1::UseHeaderFooterMenu ); }
     void SetUseHeaderFooterMenu( bool b )


More information about the Libreoffice-commits mailing list