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
6266efb0
Kaydet (Commit)
6266efb0
authored
Kas 21, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
some small RTL_CONSTASCII_STRINGPARAM cleanups
Change-Id: Ia701b174288647d3451fbb487d46882452ded821
üst
856ceb2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
app.cxx
sfx2/source/appl/app.cxx
+1
-2
oleprops.cxx
sfx2/source/doc/oleprops.cxx
+1
-2
No files found.
sfx2/source/appl/app.cxx
Dosyayı görüntüle @
6266efb0
...
...
@@ -196,8 +196,7 @@ SfxApplication::SfxApplication()
#ifdef DBG_UTIL
if
(
!
bOk
)
{
OStringBuffer
aStr
(
RTL_CONSTASCII_STRINGPARAM
(
"No DDE-Service possible. Error: "
));
OStringBuffer
aStr
(
"No DDE-Service possible. Error: "
);
if
(
GetDdeService
()
)
aStr
.
append
(
static_cast
<
sal_Int32
>
(
GetDdeService
()
->
GetError
()));
else
...
...
sfx2/source/doc/oleprops.cxx
Dosyayı görüntüle @
6266efb0
...
...
@@ -316,8 +316,7 @@ OUString SfxOleStringHelper::ImplLoadString8( SvStream& rStrm ) const
rStrm
>>
nSize
;
// size field includes trailing NUL character
DBG_ASSERT
(
(
0
<
nSize
)
&&
(
nSize
<=
0xFFFF
),
OStringBuffer
(
RTL_CONSTASCII_STRINGPARAM
(
"SfxOleStringHelper::ImplLoadString8 - invalid string of len "
)).
OStringBuffer
(
"SfxOleStringHelper::ImplLoadString8 - invalid string of len "
).
append
(
nSize
).
getStr
()
);
if
(
(
0
<
nSize
)
&&
(
nSize
<=
0xFFFF
)
)
{
...
...
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