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
d9943588
Kaydet (Commit)
d9943588
authored
Nis 16, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: declaration of 'size' shadows a member of 'this'
üst
3129678c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
AutoBuffer.cxx
fpicker/source/win32/misc/AutoBuffer.cxx
+2
-2
AutoBuffer.hxx
fpicker/source/win32/misc/AutoBuffer.hxx
+1
-1
No files found.
fpicker/source/win32/misc/AutoBuffer.cxx
Dosyayı görüntüle @
d9943588
...
@@ -51,8 +51,8 @@ using rtl::OUString;
...
@@ -51,8 +51,8 @@ using rtl::OUString;
//
//
//------------------------------------------------------------------------
//------------------------------------------------------------------------
CAutoUnicodeBuffer
::
CAutoUnicodeBuffer
(
size_t
s
ize
,
sal_Bool
bLazyCreation
)
:
CAutoUnicodeBuffer
::
CAutoUnicodeBuffer
(
size_t
nS
ize
,
sal_Bool
bLazyCreation
)
:
m_buffSize
(
s
ize
),
m_buffSize
(
nS
ize
),
m_pBuff
(
NULL
)
m_pBuff
(
NULL
)
{
{
if
(
!
bLazyCreation
)
if
(
!
bLazyCreation
)
...
...
fpicker/source/win32/misc/AutoBuffer.hxx
Dosyayı görüntüle @
d9943588
...
@@ -49,7 +49,7 @@ public:
...
@@ -49,7 +49,7 @@ public:
// if bLazyCreation is true the buffer will be created
// if bLazyCreation is true the buffer will be created
// when someone wants to fill the buffer
// when someone wants to fill the buffer
CAutoUnicodeBuffer
(
size_t
s
ize
,
sal_Bool
bLazyCreation
=
sal_False
);
CAutoUnicodeBuffer
(
size_t
nS
ize
,
sal_Bool
bLazyCreation
=
sal_False
);
~
CAutoUnicodeBuffer
(
);
~
CAutoUnicodeBuffer
(
);
// resizes the buffer
// resizes the buffer
...
...
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