From e3d16cb1ccf0cdbe9ffac972d9c1fff9f6de3dc2 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Fri, 15 Nov 2024 22:54:13 +0100 Subject: tdf#39468 Translate German comment Change-Id: If0b996ff97b29860367e6ef939682b3753d47f35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176663 Tested-by: Jenkins Reviewed-by: Michael Stahl --- toolkit/source/awt/vclxwindows.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit') 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; } -- cgit