toolkit/source/awt/vclxwindows.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e3d16cb1ccf0cdbe9ffac972d9c1fff9f6de3dc2 Author: Johnny_M <kla...@partyheld.de> AuthorDate: Fri Nov 15 22:54:13 2024 +0100 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Mon Nov 18 12:53:54 2024 +0100 tdf#39468 Translate German comment Change-Id: If0b996ff97b29860367e6ef939682b3753d47f35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176663 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 2fbd88e5b6ff..2c01afaed699 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -6703,7 +6703,7 @@ css::uno::Any SVTXFormattedField::getProperty( const OUString& PropertyName ) case BASEPROPERTY_FORMATSSUPPLIER: { if (!bIsStandardSupplier) - { // ansonsten void + { // otherwise void css::uno::Reference< css::util::XNumberFormatsSupplier > xSupplier = m_xCurrentSupplier; aReturn <<= xSupplier; }