summaryrefslogtreecommitdiff
path: root/starmath/source/visitors.cxx
diff options
context:
space:
mode:
authorTobias Kranz <tkranz@zedat.fu-berlin.de>2011-02-18 09:17:02 +0100
committerJan Holesovsky <kendy@suse.cz>2011-02-18 09:17:02 +0100
commitc72a05b60f126031405181e44ee5ae25edb8f966 (patch)
tree5982632f2db5a1d48bb58008f4da2adb2978de3b /starmath/source/visitors.cxx
parent39b8a5f87f55abe53488c9c3c35b65fb0df84cde (diff)
Translated several German comments in Math.
Diffstat (limited to 'starmath/source/visitors.cxx')
-rw-r--r--starmath/source/visitors.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx
index ffe304ccad95..3015765b6323 100644
--- a/starmath/source/visitors.cxx
+++ b/starmath/source/visitors.cxx
@@ -497,7 +497,7 @@ SmTmpDevice2::SmTmpDevice2( OutputDevice &rTheDev, bool bUseMap100th_mm ) :
if ( bUseMap100th_mm && MAP_100TH_MM != rOutDev.GetMapMode( ).GetMapUnit( ) )
{
DBG_ERROR( "incorrect MapMode?" );
- rOutDev.SetMapMode( MAP_100TH_MM ); //Immer fuer 100% fomatieren
+ rOutDev.SetMapMode( MAP_100TH_MM ); //format for 100% always
}
}