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
2fd29c83
Kaydet (Commit)
2fd29c83
authored
Şub 14, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: avalaible->available
Change-Id: I8976671fa0c1c090c0af1030e3ef8df3f3701b60
üst
2c963689
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tablemodel.cxx
svx/source/table/tablemodel.cxx
+2
-2
No files found.
svx/source/table/tablemodel.cxx
Dosyayı görüntüle @
2fd29c83
...
...
@@ -738,7 +738,7 @@ void TableModel::removeColumns( sal_Int32 nIndex, sal_Int32 nCount )
{
TableModelNotifyGuard
aGuard
(
this
);
// clip removed columns to columns actually ava
lai
ble
// clip removed columns to columns actually ava
ila
ble
if
(
(
nIndex
+
nCount
)
>
nColCount
)
nCount
=
nColCount
-
nIndex
;
...
...
@@ -914,7 +914,7 @@ void TableModel::removeRows( sal_Int32 nIndex, sal_Int32 nCount )
{
TableModelNotifyGuard
aGuard
(
this
);
// clip removed rows to rows actually ava
lai
ble
// clip removed rows to rows actually ava
ila
ble
if
(
(
nIndex
+
nCount
)
>
nRowCount
)
nCount
=
nRowCount
-
nIndex
;
...
...
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