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
18242b53
Kaydet (Commit)
18242b53
authored
Agu 13, 2012
tarafından
Andre Fischer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add default to switch statements to avoid compiler warnings.
Patch by: Pavel Janik Review by: Andre Fischer
üst
ccdc545a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
svdfppt.cxx
filter/source/msfilter/svdfppt.cxx
+6
-0
No files found.
filter/source/msfilter/svdfppt.cxx
Dosyayı görüntüle @
18242b53
...
...
@@ -7940,6 +7940,9 @@ void SdrPowerPointImport::ApplyTextAnchorAttributes( PPTTextObj& rTextObj, Sf
case
mso_anchorBottomCentered
:
eTHA
=
SDRTEXTHORZADJUST_LEFT
;
break
;
default
:
break
;
}
// if there is a 100% use of following attributes, the textbox can been aligned also in vertical direction
switch
(
eTextAnchor
)
...
...
@@ -7989,6 +7992,9 @@ void SdrPowerPointImport::ApplyTextAnchorAttributes( PPTTextObj& rTextObj, Sf
case
mso_anchorBottomCentered
:
eTVA
=
SDRTEXTVERTADJUST_BOTTOM
;
break
;
default
:
break
;
}
// if there is a 100% usage of following attributes, the textbox can be aligned also in horizontal direction
switch
(
eTextAnchor
)
...
...
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