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
b558502c
Kaydet (Commit)
b558502c
authored
Eki 04, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: conversion from 'sal_Int32' to 'sal_uInt16', possible loss of data
üst
59abf8c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
prj.cxx
tools/bootstrp/prj.cxx
+1
-1
config.cxx
tools/source/generic/config.cxx
+3
-3
No files found.
tools/bootstrp/prj.cxx
Dosyayı görüntüle @
b558502c
...
@@ -62,7 +62,7 @@ rtl::OString SimpleConfig::getNext()
...
@@ -62,7 +62,7 @@ rtl::OString SimpleConfig::getNext()
return
rtl
::
OString
();
return
rtl
::
OString
();
rtl
::
OString
aString
=
comphelper
::
string
::
getToken
(
aStringBuffer
,
0
,
'\t'
);
rtl
::
OString
aString
=
comphelper
::
string
::
getToken
(
aStringBuffer
,
0
,
'\t'
);
aStringBuffer
.
Erase
(
0
,
aString
.
getLength
()
+
1
);
aStringBuffer
.
Erase
(
0
,
(
sal_uInt16
)
aString
.
getLength
()
+
1
);
aStringBuffer
.
EraseLeadingChars
(
'\t'
);
aStringBuffer
.
EraseLeadingChars
(
'\t'
);
...
...
tools/source/generic/config.cxx
Dosyayı görüntüle @
b558502c
...
@@ -453,9 +453,9 @@ static sal_uInt8* ImplGetConfigBuffer( const ImplConfigData* pData, sal_uIntPtr&
...
@@ -453,9 +453,9 @@ static sal_uInt8* ImplGetConfigBuffer( const ImplConfigData* pData, sal_uIntPtr&
ImplKeyData
*
pKey
;
ImplKeyData
*
pKey
;
ImplGroupData
*
pGroup
;
ImplGroupData
*
pGroup
;
unsigned
int
nBufLen
;
unsigned
int
nBufLen
;
sal_uInt
16
nValueLen
;
sal_uInt
32
nValueLen
;
sal_uInt
16
nKeyLen
;
sal_uInt
32
nKeyLen
;
sal_uInt
16
nLineEndLen
;
sal_uInt
32
nLineEndLen
;
if
(
pData
->
meLineEnd
==
LINEEND_CR
)
if
(
pData
->
meLineEnd
==
LINEEND_CR
)
{
{
...
...
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