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
404e4d61
Kaydet (Commit)
404e4d61
authored
May 13, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
utl::TempFile::CreateTempName pParent is unused
Change-Id: Ide12ea21104af678dc541ed0e83970e7a2f5e694
üst
a93bb27a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
tempfile.hxx
include/unotools/tempfile.hxx
+1
-1
mmoutputpage.cxx
sw/source/ui/dbui/mmoutputpage.cxx
+1
-1
tempfile.cxx
unotools/source/ucbhelper/tempfile.cxx
+2
-2
No files found.
include/unotools/tempfile.hxx
Dosyayı görüntüle @
404e4d61
...
...
@@ -136,7 +136,7 @@ public:
If you want to convert file name into a URL, always use class LocalFileHelper, but never use any
conversion functions of osl.
*/
static
OUString
CreateTempName
(
const
OUString
*
pParent
=
NULL
);
static
OUString
CreateTempName
();
/**
The TempNameBaseDirectory is a subfolder in the folder that is passed as a "physical" file name in the
...
...
sw/source/ui/dbui/mmoutputpage.cxx
Dosyayı görüntüle @
404e4d61
...
...
@@ -1093,7 +1093,7 @@ IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton)
//then save it
SfxStringItem
aName
(
SID_FILE_NAME
,
URIHelper
::
SmartRel2Abs
(
INetURLObject
(),
utl
::
TempFile
::
CreateTempName
(
0
),
INetURLObject
(),
utl
::
TempFile
::
CreateTempName
(),
URIHelper
::
GetMaybeFileHdl
())
);
{
...
...
unotools/source/ucbhelper/tempfile.cxx
Dosyayı görüntüle @
404e4d61
...
...
@@ -317,10 +317,10 @@ void lcl_createName(TempFile_Impl& _rImpl,const OUString& rLeadingChars, bool _b
}
}
OUString
TempFile
::
CreateTempName
(
const
OUString
*
pParent
)
OUString
TempFile
::
CreateTempName
()
{
// get correct directory
OUString
aName
=
ConstructTempDir_Impl
(
pParent
);
OUString
aName
=
ConstructTempDir_Impl
(
0
);
// get TempFile name with default naming scheme
CreateTempName_Impl
(
aName
,
false
);
...
...
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