From b54046188c48b7031d0460ebab74125adc97f874 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 28 Feb 2018 17:04:46 +0000 Subject: weld ScStringInputDlg to native dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ScStringInputDlg and SwStringInputDlg do the same thing, but one uses the old name as the label and leaves the new name blank in the entry. The other puts the old name into the entry and autoselects it and uses a normal label. Both are used from the rename button of the shared autoformat dialog. Change-Id: I2ebf09a79f92c3f9020304e23e8907b67c06cd35 Reviewed-on: https://gerrit.libreoffice.org/50525 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/ui/chrdlg/break.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/chrdlg/break.cxx') diff --git a/sw/source/ui/chrdlg/break.cxx b/sw/source/ui/chrdlg/break.cxx index c6b61d34acce..5611fafbe0c5 100644 --- a/sw/source/ui/chrdlg/break.cxx +++ b/sw/source/ui/chrdlg/break.cxx @@ -36,7 +36,7 @@ #include #include -short SwBreakDlg::Execute() +short SwBreakDlg::run() { short nRet = m_xDialog->run(); if (nRet == RET_OK) -- cgit