Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b6bee787
Kaydet (Commit)
b6bee787
authored
Kas 09, 2015
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
translated German warnings
Change-Id: Ibb42bfbbf8c7a1796998c5390e7d933009b3ab89
üst
dad32b63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
map.cxx
vcl/source/outdev/map.cxx
+4
-4
No files found.
vcl/source/outdev/map.cxx
Dosyayı görüntüle @
b6bee787
...
...
@@ -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 ) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment