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
73de74bb
Kaydet (Commit)
73de74bb
authored
Agu 28, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix indentation
Change-Id: I666f130fe75bd0e0fcba54fee68b97ae153db2ef
üst
9cfc64c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
column3.cxx
sc/source/core/data/column3.cxx
+2
-2
No files found.
sc/source/core/data/column3.cxx
Dosyayı görüntüle @
73de74bb
...
@@ -399,8 +399,8 @@ void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDe
...
@@ -399,8 +399,8 @@ void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDe
SvtBroadcaster
*
pBC
=
pOldCell
->
GetBroadcaster
();
SvtBroadcaster
*
pBC
=
pOldCell
->
GetBroadcaster
();
bool
bKeepBC
=
pBC
&&
pBC
->
HasListeners
();
bool
bKeepBC
=
pBC
&&
pBC
->
HasListeners
();
// #i99844# do not release broadcaster from old cell, it still has to notify deleted content
// #i99844# do not release broadcaster from old cell, it still has to notify deleted content
if
(
bKeepBC
)
if
(
bKeepBC
)
pNoteCell
=
new
ScNoteCell
(
pBC
);
pNoteCell
=
new
ScNoteCell
(
pBC
);
// remove cell entry in cell item list
// remove cell entry in cell item list
SCROW
nOldRow
=
maItems
[
nIdx
].
nRow
;
SCROW
nOldRow
=
maItems
[
nIdx
].
nRow
;
...
...
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