sc/source/ui/condformat/condformateasydlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4bc4472108d67d8a95594ccc55ae07fbc1be56f7
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Tue Oct 15 02:24:53 2024 +0400
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Oct 15 08:24:00 2024 +0200

    loplugin:ostr in sc
    
    Change-Id: I9398b112be1329fff914d2014fcc0f59f27a968a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174913
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sc/source/ui/condformat/condformateasydlg.cxx 
b/sc/source/ui/condformat/condformateasydlg.cxx
index 06876a6d4427..7da0f8a7419e 100644
--- a/sc/source/ui/condformat/condformateasydlg.cxx
+++ b/sc/source/ui/condformat/condformateasydlg.cxx
@@ -81,7 +81,7 @@ 
ConditionalFormatEasyDialog::ConditionalFormatEasyDialog(SfxBindings* pBindings,
     , mxRangeEntry(new 
formula::RefEdit(m_xBuilder->weld_entry(u"entryRange"_ustr)))
     , mxButtonRangeEdit(new 
formula::RefButton(m_xBuilder->weld_button(u"rbassign"_ustr)))
     , mxStyles(m_xBuilder->weld_combo_box(u"themeCombo"_ustr))
-    , mxWdPreviewWin(m_xBuilder->weld_widget("previewwin"))
+    , mxWdPreviewWin(m_xBuilder->weld_widget(u"previewwin"_ustr))
     , mxWdPreview(new weld::CustomWeld(*m_xBuilder, "preview", maWdPreview))
     , mxDescription(m_xBuilder->weld_label(u"description"_ustr))
     , mxButtonOk(m_xBuilder->weld_button(u"ok"_ustr))

Reply via email to