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
f52e8908
Kaydet (Commit)
f52e8908
authored
Ara 28, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning in basic
Change-Id: I01ad0d95a94ede6998850937c58495920e7a4113
üst
479a0be4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sbcomp.cxx
basic/source/comp/sbcomp.cxx
+1
-1
token.cxx
basic/source/comp/token.cxx
+1
-1
No files found.
basic/source/comp/sbcomp.cxx
Dosyayı görüntüle @
f52e8908
...
...
@@ -643,7 +643,6 @@ void dbg_traceStep( SbModule* pModule, sal_uInt32 nPC, sal_Int32 nCallLvl )
void
dbg_traceNotifyCall
(
SbModule
*
pModule
,
SbMethod
*
pMethod
,
sal_Int32
nCallLvl
,
bool
bLeave
)
{
static
const
char
*
pSeparator
=
"' ================================================================================"
;
if
(
!
GbTraceOn
)
{
...
...
@@ -763,6 +762,7 @@ void dbg_traceNotifyCall( SbModule* pModule, SbMethod* pMethod, sal_Int32 nCallL
int
nIndent
=
nCallLvl
*
GnIndentPerCallLevel
;
if
(
!
bLeave
&&
!
bOwnBlockSteps
)
{
static
const
char
*
pSeparator
=
"' ================================================================================"
;
lcl_lineOut
(
""
);
lcl_lineOut
(
pSeparator
,
lcl_getSpaces
(
nIndent
)
);
}
...
...
basic/source/comp/token.cxx
Dosyayı görüntüle @
f52e8908
...
...
@@ -214,13 +214,13 @@ SbiTokenizer::SbiTokenizer( const ::rtl::OUString& rSrc, StarBASIC* pb )
:
SbiScanner
(
rSrc
,
pb
)
{
pTokTable
=
aTokTable_Basic
;
TokenTable
*
tp
;
bEof
=
bAs
=
false
;
eCurTok
=
NIL
;
ePush
=
NIL
;
bEos
=
bKeywords
=
bErrorIsSymbol
=
true
;
if
(
!
nToken
)
{
TokenTable
*
tp
;
for
(
nToken
=
0
,
tp
=
pTokTable
;
tp
->
t
;
nToken
++
,
tp
++
)
{}
}
...
...
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