Kaydet (Commit) b6bee787 authored tarafından Andras Timar's avatar Andras Timar

translated German warnings

Change-Id: Ibb42bfbbf8c7a1796998c5390e7d933009b3ab89
üst dad32b63
......@@ -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 ) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment