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
c5dc8967
Kaydet (Commit)
c5dc8967
authored
Mar 07, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: comparison between 'enum oslFileError' and 'enum osl::FileBase::RC'
üst
2a58ae90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
procimpl.cxx
sal/osl/w32/procimpl.cxx
+2
-2
No files found.
sal/osl/w32/procimpl.cxx
Dosyayı görüntüle @
c5dc8967
...
...
@@ -355,7 +355,7 @@ namespace /* private */
osl_searchFileURL
(
exe_name
.
pData
,
NULL
,
&
exe_url
.
pData
);
rtl
::
OUString
exe_path
;
if
(
osl
_File_
E_None
!=
osl
::
FileBase
::
getSystemPathFromFileURL
(
exe_url
,
exe_path
))
if
(
osl
::
FileBase
::
E_None
!=
osl
::
FileBase
::
getSystemPathFromFileURL
(
exe_url
,
exe_path
))
return
rtl
::
OUString
();
exe_path
=
getShortPath
(
exe_path
,
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
".exe"
)));
...
...
@@ -504,7 +504,7 @@ oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO(
}
rtl
::
OUString
cwd
;
if
(
ustrDirectory
&&
ustrDirectory
->
length
&&
(
osl
_File_
E_None
!=
osl
::
FileBase
::
getSystemPathFromFileURL
(
ustrDirectory
,
cwd
)))
if
(
ustrDirectory
&&
ustrDirectory
->
length
&&
(
osl
::
FileBase
::
E_None
!=
osl
::
FileBase
::
getSystemPathFromFileURL
(
ustrDirectory
,
cwd
)))
return
osl_Process_E_InvalidError
;
LPCWSTR
p_cwd
=
(
cwd
.
getLength
())
?
reinterpret_cast
<
LPCWSTR
>
(
cwd
.
getStr
())
:
NULL
;
...
...
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