summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2024-11-15 22:54:13 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2024-11-18 12:53:54 +0100
commite3d16cb1ccf0cdbe9ffac972d9c1fff9f6de3dc2 (patch)
tree61445f308fcbc12793140cb6672be93c9d315631
parent7afb836b23c286eac4605ef4d98cf517f825b8d8 (diff)
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.stahl@allotropia.de>
-rw-r--r--toolkit/source/awt/vclxwindows.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}