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
4af59f9d
Kaydet (Commit)
4af59f9d
authored
Eki 21, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop OSL_ENSURE about STRING_MAXLEN
Change-Id: I945bcf3af5f8b2228c8c8c5958ff3aa60dfae2c2
üst
3391f02e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
difimp.cxx
sc/source/filter/dif/difimp.cxx
+0
-2
No files found.
sc/source/filter/dif/difimp.cxx
Dosyayı görüntüle @
4af59f9d
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#include <math.h>
#include <math.h>
#include <svl/zforlist.hxx>
#include <svl/zforlist.hxx>
#include <tools/string.hxx>
#include "attrib.hxx"
#include "attrib.hxx"
#include "dif.hxx"
#include "dif.hxx"
#include "docpool.hxx"
#include "docpool.hxx"
...
@@ -371,7 +370,6 @@ TOPIC DifParser::GetNextTopic( void )
...
@@ -371,7 +370,6 @@ TOPIC DifParser::GetNextTopic( void )
case
S_Data
:
case
S_Data
:
OSL_ENSURE
(
aLine
.
getLength
()
>=
2
,
OSL_ENSURE
(
aLine
.
getLength
()
>=
2
,
"+GetNextTopic(): <String> ist zu kurz!"
);
"+GetNextTopic(): <String> ist zu kurz!"
);
OSL_ENSURE
(
aLine
.
getLength
()
-
2
<=
STRING_MAXLEN
,
"GetNextTopic(): line doesn't fit into data"
);
if
(
aLine
.
getLength
()
>
2
)
if
(
aLine
.
getLength
()
>
2
)
aData
=
aLine
.
copy
(
1
,
aLine
.
getLength
()
-
2
);
aData
=
aLine
.
copy
(
1
,
aLine
.
getLength
()
-
2
);
else
else
...
...
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