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
c38b3a9a
Kaydet (Commit)
c38b3a9a
authored
Agu 18, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:nullptr (clang-cl)
Change-Id: I8eddd2cb43631d15a04f3edd3cf218232bda45af
üst
a100b31f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
guisaveas.cxx
sfx2/source/doc/guisaveas.cxx
+1
-1
No files found.
sfx2/source/doc/guisaveas.cxx
Dosyayı görüntüle @
c38b3a9a
...
@@ -1166,7 +1166,7 @@ OUString ModelData_Impl::GetRecommendedDir( const OUString& aSuggestedDir )
...
@@ -1166,7 +1166,7 @@ OUString ModelData_Impl::GetRecommendedDir( const OUString& aSuggestedDir )
if
(
!
bIsInTempPath
)
if
(
!
bIsInTempPath
)
{
{
wchar_t
sPath
[
MAX_PATH
+
1
];
wchar_t
sPath
[
MAX_PATH
+
1
];
HRESULT
hRes
=
SHGetFolderPathW
(
NULL
,
CSIDL_INTERNET_CACHE
,
NULL
,
SHGFP_TYPE_CURRENT
,
sPath
);
HRESULT
hRes
=
SHGetFolderPathW
(
nullptr
,
CSIDL_INTERNET_CACHE
,
nullptr
,
SHGFP_TYPE_CURRENT
,
sPath
);
if
(
SUCCEEDED
(
hRes
)
)
if
(
SUCCEEDED
(
hRes
)
)
{
{
OUString
sTempINetFiles
;
OUString
sTempINetFiles
;
...
...
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