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
7dca33cc
Kaydet (Commit)
7dca33cc
authored
Eyl 02, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
Change-Id: I556d03a5bbd74faa26d73a8e84147c9743c20507
üst
b50d3727
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cmis_content.cxx
ucb/source/ucp/cmis/cmis_content.cxx
+3
-3
cmis_repo_content.cxx
ucb/source/ucp/cmis/cmis_repo_content.cxx
+1
-1
No files found.
ucb/source/ucp/cmis/cmis_content.cxx
Dosyayı görüntüle @
7dca33cc
...
@@ -285,7 +285,7 @@ namespace cmis
...
@@ -285,7 +285,7 @@ namespace cmis
if
(
authProvider
.
authenticationQuery
(
rUsername
,
rPassword
)
)
if
(
authProvider
.
authenticationQuery
(
rUsername
,
rPassword
)
)
{
{
// Initiate a CMIS session and register it as we found nothing
// Initiate a CMIS session and register it as we found nothing
libcmis
::
OAuth2DataPtr
oauth2Data
=
NULL
;
libcmis
::
OAuth2DataPtr
oauth2Data
=
0
;
if
(
m_aURL
.
getBindingUrl
(
)
==
GDRIVE_BASE_URL
)
if
(
m_aURL
.
getBindingUrl
(
)
==
GDRIVE_BASE_URL
)
oauth2Data
.
reset
(
new
libcmis
::
OAuth2Data
(
oauth2Data
.
reset
(
new
libcmis
::
OAuth2Data
(
GDRIVE_AUTH_URL
,
GDRIVE_TOKEN_URL
,
GDRIVE_AUTH_URL
,
GDRIVE_TOKEN_URL
,
...
@@ -1106,7 +1106,7 @@ namespace cmis
...
@@ -1106,7 +1106,7 @@ namespace cmis
{
{
}
}
if
(
pFolder
!=
NULL
)
if
(
pFolder
!=
0
)
{
{
libcmis
::
ObjectPtr
object
;
libcmis
::
ObjectPtr
object
;
map
<
string
,
libcmis
::
PropertyPtr
>::
iterator
it
=
m_pObjectProps
.
find
(
"cmis:name"
);
map
<
string
,
libcmis
::
PropertyPtr
>::
iterator
it
=
m_pObjectProps
.
find
(
"cmis:name"
);
...
@@ -1790,7 +1790,7 @@ namespace cmis
...
@@ -1790,7 +1790,7 @@ namespace cmis
SAL_INFO
(
"cmisucp"
,
"Content::getChildren() "
<<
m_sURL
);
SAL_INFO
(
"cmisucp"
,
"Content::getChildren() "
<<
m_sURL
);
libcmis
::
FolderPtr
pFolder
=
boost
::
dynamic_pointer_cast
<
libcmis
::
Folder
>
(
getObject
(
uno
::
Reference
<
ucb
::
XCommandEnvironment
>
()
)
);
libcmis
::
FolderPtr
pFolder
=
boost
::
dynamic_pointer_cast
<
libcmis
::
Folder
>
(
getObject
(
uno
::
Reference
<
ucb
::
XCommandEnvironment
>
()
)
);
if
(
NULL
!=
pFolder
)
if
(
0
!=
pFolder
)
{
{
// Get the children from pObject
// Get the children from pObject
try
try
...
...
ucb/source/ucp/cmis/cmis_repo_content.cxx
Dosyayı görüntüle @
7dca33cc
...
@@ -148,7 +148,7 @@ namespace cmis
...
@@ -148,7 +148,7 @@ namespace cmis
try
try
{
{
// Create a session to get repositories
// Create a session to get repositories
libcmis
::
OAuth2DataPtr
oauth2Data
=
NULL
;
libcmis
::
OAuth2DataPtr
oauth2Data
=
0
;
libcmis
::
Session
*
session
=
libcmis
::
SessionFactory
::
createSession
(
libcmis
::
Session
*
session
=
libcmis
::
SessionFactory
::
createSession
(
OUSTR_TO_STDSTR
(
m_aURL
.
getBindingUrl
(
)
),
OUSTR_TO_STDSTR
(
m_aURL
.
getBindingUrl
(
)
),
...
...
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