cui/source/dialogs/hltpbase.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3635a2d6d5ba348dfbce05705917fe086e328ada
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Fri Jan 12 13:07:10 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jan 12 17:42:06 2024 +0100

    cui: fix typo
    
    Change-Id: I587d60c8da53df937ed8992a846993078710659f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161971
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/cui/source/dialogs/hltpbase.cxx b/cui/source/dialogs/hltpbase.cxx
index f0aa7c368c04..24621538caec 100644
--- a/cui/source/dialogs/hltpbase.cxx
+++ b/cui/source/dialogs/hltpbase.cxx
@@ -465,13 +465,13 @@ void SvxHyperlinkTabPageBase::Reset( const SfxItemSet& 
rItemSet)
                     
SotExchange::GetFormatDataFlavor(SotClipboardFormatId::STRING, aFlavor);
                     if (xTransferable->isDataFlavorSupported(aFlavor))
                     {
-                        OUString aClipBoardConentent;
+                        OUString aClipBoardContent;
                         try
                         {
-                            if (xTransferable->getTransferData(aFlavor) >>= 
aClipBoardConentent)
+                            if (xTransferable->getTransferData(aFlavor) >>= 
aClipBoardContent)
                             {
                                 INetURLObject aURL;
-                                aURL.SetSmartURL(aClipBoardConentent);
+                                aURL.SetSmartURL(aClipBoardContent);
                                 if (!aURL.HasError())
                                     aStrURL
                                         = 
aURL.GetMainURL(INetURLObject::DecodeMechanism::Unambiguous);

Reply via email to