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
526d6c96
Kaydet (Commit)
526d6c96
authored
Kas 08, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: these can be asserts
Change-Id: I4ad1ff6fad2f4097c128dcaea5cf6064e2524aad
üst
e377a65a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
uinums.cxx
sw/source/uibase/config/uinums.cxx
+1
-1
uinums.hxx
sw/source/uibase/inc/uinums.hxx
+1
-1
No files found.
sw/source/uibase/config/uinums.cxx
Dosyayı görüntüle @
526d6c96
...
...
@@ -117,7 +117,7 @@ void SwChapterNumRules::CreateEmptyNumRule(sal_uInt16 const nIndex)
void
SwChapterNumRules
::
ApplyNumRules
(
const
SwNumRulesWithName
&
rCopy
,
sal_uInt16
nIdx
)
{
bModified
=
true
;
OSL_ENSURE
(
nIdx
<
nMaxRules
,
"Array der NumRules ueberindiziert."
);
assert
(
nIdx
<
nMaxRules
);
if
(
!
pNumRules
[
nIdx
]
)
pNumRules
[
nIdx
]
=
new
SwNumRulesWithName
(
rCopy
);
else
...
...
sw/source/uibase/inc/uinums.hxx
Dosyayı görüntüle @
526d6c96
...
...
@@ -113,7 +113,7 @@ public:
inline
const
SwNumRulesWithName
*
SwChapterNumRules
::
GetRules
(
sal_uInt16
nIdx
)
const
{
OSL_ENSURE
(
nIdx
<
nMaxRules
,
"Array der NumRules ueberindiziert."
);
assert
(
nIdx
<
nMaxRules
);
return
pNumRules
[
nIdx
];
}
...
...
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