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
1eb80742
Kaydet (Commit)
1eb80742
authored
Kas 27, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wformat
Change-Id: I8ac3c45b83961541c4b5d9b2d5dc7193013d806d
üst
3c63480d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dbg_lay.cxx
sw/source/core/layout/dbg_lay.cxx
+4
-4
No files found.
sw/source/core/layout/dbg_lay.cxx
Dosyayı görüntüle @
1eb80742
...
...
@@ -345,7 +345,7 @@ void SwImplProtocol::CheckLine( OString& rLine )
}
if
(
!
aTok
.
isEmpty
()
)
{
sal_uL
ong
nVal
;
l
ong
nVal
;
sscanf
(
aTok
.
getStr
(),
"%li"
,
&
nVal
);
switch
(
nInitFile
)
{
...
...
@@ -362,9 +362,9 @@ void SwImplProtocol::CheckLine( OString& rLine )
case
3
:
{
sal_uLong
nOld
=
SwProtocol
::
Record
();
if
(
bNo
)
nOld
&=
~
nVal
;
// remove function
nOld
&=
~
sal_uLong
(
nVal
);
// remove function
else
nOld
|=
nVal
;
// remove function
nOld
|=
sal_uLong
(
nVal
);
// remove function
SwProtocol
::
SetRecord
(
nOld
);
}
break
;
...
...
@@ -378,7 +378,7 @@ void SwImplProtocol::CheckLine( OString& rLine )
break
;
case
5
:
nMaxLines
=
(
sal_uInt16
)
nVal
;
break
;
case
6
:
aVars
.
push_back
(
(
long
)
nVal
);
case
6
:
aVars
.
push_back
(
nVal
);
break
;
}
}
...
...
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