sw/source/uibase/utlui/content.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c249e910992d5da840989a1f2bea9da1c6d0fcbb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jan 28 22:53:50 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Mon Jan 29 04:58:33 2024 +0100

    Fix typo
    
    Change-Id: Iabeea87e6ebeb6102c06caf00bb2d8abbaea1906
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162677
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 2c5cb7f406eb..905043ce9716 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -3090,7 +3090,7 @@ bool 
SwContentTree::FillTransferData(TransferDataContainer& rTransfer)
             bUrl = false;
             sEntry = m_xTreeView->get_text(*xEntry);
         break;
-        // content types tha can only be inserted as a hyperlink
+        // content types that can only be inserted as a hyperlink
         case ContentTypeId::URLFIELD:
             sUrl = static_cast<SwURLFieldContent*>(pCnt)->GetURL();
             [[fallthrough]];

Reply via email to