From 6b4a149a656b29d162b2190f1849dc779cba0b0a Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Sat, 1 Apr 2017 04:49:52 +0000 Subject: tdf#39468 Translate German comments Translate German comments and terms in UnoControls/, editeng/, filter/, odk/, reportdesign/, sd/, sfx2/, starmath/, svl/, svtools/, toolkit/, tools/, writerfilter/, and xmloff/. Change-Id: Ibc401a425ddfdf41e4e4a78600f3fbce8cfaa2b1 Reviewed-on: https://gerrit.libreoffice.org/35992 Tested-by: Jenkins Reviewed-by: Michael Stahl --- UnoControls/source/controls/progressbar.cxx | 2 +- UnoControls/source/controls/statusindicator.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'UnoControls') diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx index 99ae92d97d98..ceebf816199b 100644 --- a/UnoControls/source/controls/progressbar.cxx +++ b/UnoControls/source/controls/progressbar.cxx @@ -326,7 +326,7 @@ void ProgressBar::impl_paint ( sal_Int32 nX, sal_Int32 nY, const Reference< XGra // save impossible cases DBG_ASSERT ( rGraphics.is(), "ProgressBar::paint()\nCalled with invalid Reference< XGraphics > ." ); - // This paint method ist not buffered !! + // This paint method is not buffered !! // Every request paint the completely control. ( but only, if peer exist ) if ( rGraphics.is () ) { diff --git a/UnoControls/source/controls/statusindicator.cxx b/UnoControls/source/controls/statusindicator.cxx index 5b303f2a63f5..9d3f714bc2a9 100644 --- a/UnoControls/source/controls/statusindicator.cxx +++ b/UnoControls/source/controls/statusindicator.cxx @@ -392,7 +392,7 @@ WindowDescriptor* StatusIndicator::impl_getWindowDescriptor( const css::uno::Ref void StatusIndicator::impl_paint ( sal_Int32 nX, sal_Int32 nY, const css::uno::Reference< XGraphics > & rGraphics ) { - // This paint method ist not buffered !! + // This paint method is not buffered !! // Every request paint the completely control. ( but only, if peer exist ) if ( rGraphics.is () ) { -- cgit