summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-11-09 15:13:55 +0100
committerAndras Timar <andras.timar@collabora.com>2015-11-09 15:14:17 +0100
commitb6bee78750a84e9598d836223bf9a0937893dcc0 (patch)
tree34fc9c3470a2ad9e7d9bb8cc462ef8d9c6a292f8 /vcl
parentdad32b63f852716af94cf995696b62b6e60724bd (diff)
translated German warnings
Change-Id: Ibb42bfbbf8c7a1796998c5390e7d933009b3ab89
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/map.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx
index 4e84033789fc..70de3fb248e7 100644
--- a/vcl/source/outdev/map.cxx
+++ b/vcl/source/outdev/map.cxx
@@ -1511,15 +1511,15 @@ static void verifyUnitSourceDest( MapUnit eUnitSource, MapUnit eUnitDest )
DBG_ASSERT( eUnitSource != MAP_SYSFONT
&& eUnitSource != MAP_APPFONT
&& eUnitSource != MAP_RELATIVE,
- "Source MapUnit nicht erlaubt" );
+ "Source MapUnit is not permitted" );
DBG_ASSERT( eUnitDest != MAP_SYSFONT
&& eUnitDest != MAP_APPFONT
&& eUnitDest != MAP_RELATIVE,
- "Destination MapUnit nicht erlaubt" );
+ "Destination MapUnit is not permitted" );
SAL_WARN_IF( eUnitSource == MAP_PIXEL, "vcl",
- "MAP_PIXEL mit 72dpi angenaehert" );
+ "MAP_PIXEL approximated with 72dpi" );
SAL_WARN_IF( eUnitDest == MAP_PIXEL, "vcl",
- "MAP_PIXEL mit 72dpi angenaehert" );
+ "MAP_PIXEL approximated with 72dpi" );
}
#define ENTER3( eUnitSource, eUnitDest ) \