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
1c84461b
Kaydet (Commit)
1c84461b
authored
Eki 14, 2010
tarafından
Harri Pitkänen
Kaydeden (comit)
Michael Meeks
Eki 14, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove redundant null checks.
üst
2d3941f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
unopage.cxx
svx/source/unodraw/unopage.cxx
+1
-2
unoshap2.cxx
svx/source/unodraw/unoshap2.cxx
+1
-2
No files found.
svx/source/unodraw/unopage.cxx
Dosyayı görüntüle @
1c84461b
...
...
@@ -330,8 +330,7 @@ void SAL_CALL SvxDrawPage::add( const uno::Reference< drawing::XShape >& xShape
if
(
pObj
==
NULL
)
return
;
if
(
pShape
)
pShape
->
Create
(
pObj
,
this
);
pShape
->
Create
(
pObj
,
this
);
if
(
mpModel
)
mpModel
->
SetChanged
();
...
...
svx/source/unodraw/unoshap2.cxx
Dosyayı görüntüle @
1c84461b
...
...
@@ -249,8 +249,7 @@ void SAL_CALL SvxShapeGroup::add( const uno::Reference< drawing::XShape >& xShap
// Establish connection between new SdrObject and its wrapper before
// inserting the new shape into the group. There a new wrapper
// would be created when this connection would not already exist.
if
(
pShape
)
pShape
->
Create
(
pSdrShape
,
mxPage
.
get
()
);
pShape
->
Create
(
pSdrShape
,
mxPage
.
get
()
);
if
(
mpModel
)
mpModel
->
SetChanged
();
...
...
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