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
3e9550e3
Kaydet (Commit)
3e9550e3
authored
Tem 01, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx: linystyle -> linestyle
Change-Id: I08c60396d66a15ee94c7010753540c4e7fb3a0db
üst
b51ba9e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
EnhancedCustomShape2d.cxx
svx/source/customshapes/EnhancedCustomShape2d.cxx
+1
-1
No files found.
svx/source/customshapes/EnhancedCustomShape2d.cxx
Dosyayı görüntüle @
3e9550e3
...
...
@@ -2219,7 +2219,7 @@ SdrObject* EnhancedCustomShape2d::CreatePathObj( bool bLineGeometryNeededOnly )
const
drawing
::
LineStyle
eLineStyle
=
static_cast
<
const
XLineStyleItem
&>
(
pObj
->
GetMergedItem
(
XATTR_LINESTYLE
)).
GetValue
();
const
drawing
::
FillStyle
eFillStyle
=
static_cast
<
const
XFillStyleItem
&>
(
pObj
->
GetMergedItem
(
XATTR_FILLSTYLE
)).
GetValue
();
//
SJ: #i40600# if bLineGeometryNeededOnly is set liny
style does not matter
//
#i40600# if bLineGeometryNeededOnly is set, line
style does not matter
if
(
!
bLineGeometryNeededOnly
&&
(
drawing
::
LineStyle_NONE
==
eLineStyle
)
&&
(
drawing
::
FillStyle_NONE
==
eFillStyle
)
)
delete
pObj
;
else
...
...
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