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
12c57820
Kaydet (Commit)
12c57820
authored
Haz 10, 2011
tarafından
Radek Doulik
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixed debug build
üst
f82b7d16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
enhwmf.cxx
svtools/source/filter/wmf/enhwmf.cxx
+2
-3
No files found.
svtools/source/filter/wmf/enhwmf.cxx
Dosyayı görüntüle @
12c57820
...
@@ -235,7 +235,7 @@ static sal_Bool ImplReadRegion( PolyPolygon& rPolyPoly, SvStream& rSt, sal_uInt3
...
@@ -235,7 +235,7 @@ static sal_Bool ImplReadRegion( PolyPolygon& rPolyPoly, SvStream& rSt, sal_uInt3
EMFP_DEBUG
(
void
dumpWords
(
SvStream
&
s
,
int
i
)
EMFP_DEBUG
(
void
dumpWords
(
SvStream
&
s
,
int
i
)
{
{
sal_uInt32
pos
=
s
.
Tell
();
sal_uInt32
pos
=
s
.
Tell
();
INT
16
data
;
sal_Int
16
data
;
for
(
;
i
>
0
;
i
--
)
{
for
(
;
i
>
0
;
i
--
)
{
s
>>
data
;
s
>>
data
;
EMFP_DEBUG
(
printf
(
"
\t\t\t
data: %04hx
\n
"
,
data
));
EMFP_DEBUG
(
printf
(
"
\t\t\t
data: %04hx
\n
"
,
data
));
...
@@ -1530,4 +1530,4 @@ EnhWMFReader::~EnhWMFReader()
...
@@ -1530,4 +1530,4 @@ EnhWMFReader::~EnhWMFReader()
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
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