summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}