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
b409cd73
Kaydet (Commit)
b409cd73
authored
Kas 05, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pptx: import/export corner directions correctly
Change-Id: Id2e9234c200c9544af31c07e7c5a13c7ae69d9b3
üst
f2b6ba8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pptx-epptooxml.cxx
sd/source/filter/eppt/pptx-epptooxml.cxx
+4
-4
No files found.
sd/source/filter/eppt/pptx-epptooxml.cxx
Dosyayı görüntüle @
b409cd73
...
@@ -471,16 +471,16 @@ const char* PowerPointExport::GetCornerDirection( sal_uInt8 nDirection )
...
@@ -471,16 +471,16 @@ const char* PowerPointExport::GetCornerDirection( sal_uInt8 nDirection )
switch
(
nDirection
)
{
switch
(
nDirection
)
{
case
4
:
case
4
:
pDirection
=
"
rd
"
;
pDirection
=
"
lu
"
;
break
;
break
;
case
5
:
case
5
:
pDirection
=
"
ld
"
;
pDirection
=
"
ru
"
;
break
;
break
;
case
6
:
case
6
:
pDirection
=
"
ru
"
;
pDirection
=
"
ld
"
;
break
;
break
;
case
7
:
case
7
:
pDirection
=
"
lu
"
;
pDirection
=
"
rd
"
;
break
;
break
;
}
}
...
...
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