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
e9498c5e
Kaydet (Commit)
e9498c5e
authored
Ara 20, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning
Change-Id: Idb363bc9d1d9f650d85e002ae0c6dda4a298fcd2
üst
5ee129fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
webdavcontent.cxx
ucb/source/ucp/webdav/webdavcontent.cxx
+4
-4
No files found.
ucb/source/ucp/webdav/webdavcontent.cxx
Dosyayı görüntüle @
e9498c5e
...
@@ -1238,7 +1238,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
...
@@ -1238,7 +1238,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
uno
::
Sequence
<
beans
::
Property
>
aProperties
(
uno
::
Sequence
<
beans
::
Property
>
aProperties
(
rProperties
.
getLength
()
);
rProperties
.
getLength
()
);
if
(
m_aFailedPropNames
.
size
()
>
0
)
if
(
!
m_aFailedPropNames
.
empty
()
)
{
{
sal_Int32
nProps
=
0
;
sal_Int32
nProps
=
0
;
sal_Int32
nCount
=
rProperties
.
getLength
();
sal_Int32
nCount
=
rProperties
.
getLength
();
...
@@ -1277,7 +1277,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
...
@@ -1277,7 +1277,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
ContentProperties
::
UCBNamesToDAVNames
(
ContentProperties
::
UCBNamesToDAVNames
(
aProperties
,
aPropNames
);
aProperties
,
aPropNames
);
if
(
aPropNames
.
size
()
>
0
)
if
(
!
aPropNames
.
empty
()
)
{
{
std
::
vector
<
DAVResource
>
resources
;
std
::
vector
<
DAVResource
>
resources
;
try
try
...
@@ -1329,7 +1329,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
...
@@ -1329,7 +1329,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
aHeaderNames
,
aHeaderNames
,
true
/* bIncludeUnmatched */
);
true
/* bIncludeUnmatched */
);
if
(
aHeaderNames
.
size
()
>
0
)
if
(
!
aHeaderNames
.
empty
()
)
{
{
try
try
{
{
...
@@ -1757,7 +1757,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
...
@@ -1757,7 +1757,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
}
}
}
// for
}
// for
if
(
!
bTransient
&&
aProppatchValues
.
size
(
)
)
if
(
!
bTransient
&&
(
!
aProppatchValues
.
empty
()
)
)
{
{
try
try
{
{
...
...
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