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
48b74575
Kaydet (Commit)
48b74575
authored
Şub 01, 2016
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx: nAnz -> nObjCount
Change-Id: I5d7f50d52aac9b1333828db1571163d7d5a624c4
üst
e259c582
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
svdedtv2.cxx
svx/source/svdraw/svdedtv2.cxx
+3
-3
No files found.
svx/source/svdraw/svdedtv2.cxx
Dosyayı görüntüle @
48b74575
...
...
@@ -1859,18 +1859,18 @@ void SdrEditView::UnGroupMarked()
// FIRST move contained objects to parent of group, so that
// the contained objects are NOT migrated to the UNDO-ItemPool
// when AddUndo(new SdrUndoDelObj(*pGrp)) is called.
const
size_t
n
Anz
=
pSrcLst
->
GetObjCount
();
const
size_t
n
ObjCount
=
pSrcLst
->
GetObjCount
();
if
(
bUndo
)
{
for
(
size_t
no
=
n
Anz
;
no
>
0
;)
for
(
size_t
no
=
n
ObjCount
;
no
>
0
;)
{
no
--
;
SdrObject
*
pObj
=
pSrcLst
->
GetObj
(
no
);
AddUndo
(
GetModel
()
->
GetSdrUndoFactory
().
CreateUndoRemoveObject
(
*
pObj
));
}
}
for
(
size_t
no
=
0
;
no
<
n
Anz
;
++
no
)
for
(
size_t
no
=
0
;
no
<
n
ObjCount
;
++
no
)
{
SdrObject
*
pObj
=
pSrcLst
->
RemoveObject
(
0
);
SdrInsertReason
aReason
(
SDRREASON_VIEWCALL
);
...
...
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