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
60eeeb9d
Kaydet (Commit)
60eeeb9d
authored
Agu 21, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid undefined MSO_LineStyle values outside the enum's value range
Change-Id: Ie9eee91374818cbfbb10a7d91e0fb2114ce140b4
üst
1f65b553
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
msdffimp.cxx
filter/source/msfilter/msdffimp.cxx
+1
-1
msdffdef.hxx
include/svx/msdffdef.hxx
+2
-1
No files found.
filter/source/msfilter/msdffimp.cxx
Dosyayı görüntüle @
60eeeb9d
...
...
@@ -5357,7 +5357,7 @@ SdrObject* SvxMSDffManager::ProcessObj(SvStream& rSt,
? (MSO_LineStyle)GetPropertyValue(
DFF_Prop_lineStyle,
mso_lineSimple )
:
(
MSO_LineStyle
)
USHRT_MAX
;
:
MSO_LineStyle_NONE
;
pTextImpRec->eLineStyle = pImpRec->eLineStyle;
pImpRec->eLineDashing = (MSO_LineDashing)GetPropertyValue(
...
...
include/svx/msdffdef.hxx
Dosyayı görüntüle @
60eeeb9d
...
...
@@ -1002,7 +1002,8 @@ enum MSO_LineStyle {
mso_lineDouble
,
// Double lines of equal width
mso_lineThickThin
,
// Double lines, one thick, one thin
mso_lineThinThick
,
// Double lines, reverse order
mso_lineTriple
// Three lines, thin, thick, thin
mso_lineTriple
,
// Three lines, thin, thick, thin
MSO_LineStyle_NONE
=
USHRT_MAX
};
// MSO_LINETYPE - how to "fill" the line contour
...
...
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