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
df3cbe02
Kaydet (Commit)
df3cbe02
authored
Mar 15, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fprintf -> SAL_WARN
Change-Id: Ifab1415fafa93551d8bed1e77c38f04bec8d2eba
üst
27d02a34
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
log-areas.dox
sal/inc/sal/log-areas.dox
+1
-0
gio_content.cxx
ucb/source/ucp/gio/gio_content.cxx
+3
-4
No files found.
sal/inc/sal/log-areas.dox
Dosyayı görüntüle @
df3cbe02
...
@@ -202,6 +202,7 @@ certain functionality.
...
@@ -202,6 +202,7 @@ certain functionality.
@li @c cmisucp
@li @c cmisucp
@li @c ucb.ucp
@li @c ucb.ucp
@li @c ucb.ucp.gio
@li @c ucb.ucp.webdav
@li @c ucb.ucp.webdav
@section unotools
@section unotools
...
...
ucb/source/ucp/gio/gio_content.cxx
Dosyayı görüntüle @
df3cbe02
...
@@ -490,13 +490,12 @@ uno::Reference< sdbc::XRow > Content::getPropertyValuesFromGFileInfo(GFileInfo *
...
@@ -490,13 +490,12 @@ uno::Reference< sdbc::XRow > Content::getPropertyValuesFromGFileInfo(GFileInfo *
{
{
xRow
->
appendObject
(
rProp
,
uno
::
makeAny
(
queryCreatableContentsInfo
(
xEnv
)
)
);
xRow
->
appendObject
(
rProp
,
uno
::
makeAny
(
queryCreatableContentsInfo
(
xEnv
)
)
);
}
}
#ifdef DEBUG
else
else
{
{
fprintf
(
stderr
,
"Looking for unsupported property %s
\n
"
,
SAL_WARN
(
rtl
::
OUStringToOString
(
rProp
.
Name
,
RTL_TEXTENCODING_UTF8
).
getStr
());
"ucb.ucp.gio"
,
"Looking for unsupported property "
<<
rProp
.
Name
);
}
}
#endif
}
}
return
uno
::
Reference
<
sdbc
::
XRow
>
(
xRow
.
get
()
);
return
uno
::
Reference
<
sdbc
::
XRow
>
(
xRow
.
get
()
);
...
...
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