[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - extensions/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 28 12:10:14 UTC 2021


 extensions/source/update/check/updatehdl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 140fa0023eec1b8bfcd68394c4395a473c666057
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Sep 26 10:19:55 2021 +0200
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Sep 28 14:09:38 2021 +0200

    tdf#50421: use substVariables for remaining %PERCENT% in "Check for Updates"
    
    Change-Id: I9e1094ef9a957ca1524367f985f37ffc0da5b353
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122621
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    (cherry picked from commit 501929557800e400c9ee07d25687ee60354d74c2)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122733
    Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>

diff --git a/extensions/source/update/check/updatehdl.cxx b/extensions/source/update/check/updatehdl.cxx
index e2d95bc8e84e..268fe4661f9c 100644
--- a/extensions/source/update/check/updatehdl.cxx
+++ b/extensions/source/update/check/updatehdl.cxx
@@ -1071,7 +1071,7 @@ void UpdateHandler::createDialog()
     {   // Text (edit) <percent>
         uno::Sequence< beans::NamedValue > aProps
         {
-            { "Text", uno::Any( msPercent ) },
+            { "Text", uno::Any( substVariables(msPercent) ) },
             { "Border", uno::Any( sal_Int16( 0 ) ) },
             { "PaintTransparent", uno::Any( true ) },
             { "ReadOnly", uno::Any( true ) },


More information about the Libreoffice-commits mailing list