cui/source/tabpages/paragrph.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3bef4ab04fed9842bd978a3b26cf7e7986a6e56f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Mar 4 16:35:44 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 5 18:48:01 2025 +0100

    Fix typos
    
    Change-Id: If791f4f1729c272ae9925561c68d11c08d72a362
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182489
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx
index 501ee10d4f72..8fdd3f2ccd87 100644
--- a/cui/source/tabpages/paragrph.cxx
+++ b/cui/source/tabpages/paragrph.cxx
@@ -2541,7 +2541,7 @@ void SvxExtParagraphTabPage::HyphenClickHdl()
     m_xAcrossColumnBox->set_sensitive(bEnable);
     m_xAcrossPageBox->set_sensitive(bEnable);
     m_xAcrossSpreadBox->set_sensitive(bEnable);
-    // only sensitive, if the hyphenation is disabled accross spreads
+    // only sensitive, if the hyphenation is disabled across spreads
     m_xAcrossMoveLineBox->set_sensitive( m_xAcrossSpreadBox->get_state() != 
TRISTATE_TRUE );
     m_xHyphenBox->set_state(bEnable ? TRISTATE_TRUE : TRISTATE_FALSE);
 }
@@ -2693,7 +2693,7 @@ IMPL_LINK(SvxExtParagraphTabPage, AcrossSpreadHdl_Impl, 
weld::Toggleable&, rTogg
         m_xAcrossColumnBox->set_state( TRISTATE_TRUE );
         m_xAcrossPageBox->set_state( TRISTATE_TRUE );
     }
-    // only sensitive, if the hyphenation is disabled accross spreads
+    // only sensitive, if the hyphenation is disabled across spreads
     bool bAcrossSpread = m_xAcrossSpreadBox->get_state() == TRISTATE_TRUE;
     m_xAcrossMoveLineBox->set_sensitive( !bAcrossSpread );
     if ( bAcrossSpread )

Reply via email to