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
1cc318bf
Kaydet (Commit)
1cc318bf
authored
Mar 31, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo #elsif -> #elif
Change-Id: I95d4dc2a3364172e8917d0a029564e9114943148
üst
93657bdb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
_eval.c
soltools/cpp/_eval.c
+6
-6
tblsel.cxx
sw/source/core/frmedt/tblsel.cxx
+1
-1
No files found.
soltools/cpp/_eval.c
Dosyayı görüntüle @
1cc318bf
...
...
@@ -313,7 +313,7 @@ long
*
op
++
=
UMINUS
;
if
(
tp
->
type
==
STAR
||
tp
->
type
==
AND
)
{
error
(
ERROR
,
"Illegal operator * or & in #if/#el
s
if"
);
error
(
ERROR
,
"Illegal operator * or & in #if/#elif"
);
return
0
;
}
continue
;
...
...
@@ -380,7 +380,7 @@ long
/* fall through */
default:
error
(
ERROR
,
"Bad operator (%t) in #if/#el
s
if"
,
tp
);
error
(
ERROR
,
"Bad operator (%t) in #if/#elif"
,
tp
);
return
0
;
}
}
...
...
@@ -390,14 +390,14 @@ long
return
0
;
if
(
op
!=
&
ops
[
1
]
||
vp
!=
&
vals
[
1
])
{
error
(
ERROR
,
"Botch in #if/#el
s
if"
);
error
(
ERROR
,
"Botch in #if/#elif"
);
return
0
;
}
if
(
vals
[
0
].
type
==
UND
)
error
(
ERROR
,
"Undefined expression value"
);
return
vals
[
0
].
val
;
syntax:
error
(
ERROR
,
"Syntax error in #if/#el
s
if"
);
error
(
ERROR
,
"Syntax error in #if/#elif"
);
return
0
;
}
...
...
@@ -679,7 +679,7 @@ struct value
else
{
error
(
ERROR
,
"Bad number %t in #if/#el
s
if"
,
tp
);
"Bad number %t in #if/#elif"
,
tp
);
break
;
}
}
...
...
@@ -761,7 +761,7 @@ struct value
break
;
case
STRING
:
error
(
ERROR
,
"String in #if/#el
s
if"
);
error
(
ERROR
,
"String in #if/#elif"
);
break
;
}
return
v
;
...
...
sw/source/core/frmedt/tblsel.cxx
Dosyayı görüntüle @
1cc318bf
...
...
@@ -1181,7 +1181,7 @@ void GetMergeSel( const SwPaM& rPam, SwSelBoxes& rBoxes,
pUndo
->
SaveCollection
(
*
aPosArr
[
i
].
pSelBox
);
aPosArr
.
Remove
(
nSttPos
,
n
-
nSttPos
);
}
#el
s
if defined( DEL_EMPTY_BOXES_AT_START_AND_END )
#elif defined( DEL_EMPTY_BOXES_AT_START_AND_END )
nWidth
=
pFirstBox
->
GetFrmFmt
()
->
GetFrmSize
().
GetWidth
();
sal_uInt16
n
,
nSttPos
=
0
,
nSEndPos
=
0
,
nESttPos
=
0
;
...
...
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