summaryrefslogtreecommitdiffstats
path: root/unotools/source/ucbhelper/tempfile.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-10 00:21:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-11 09:05:05 +0100
commit1090953a4d23f7c080d2ab6050b9204161c35ba2 (patch)
treeb32a3dbf146adbbe5c987fe46d57ef55a3681613 /unotools/source/ucbhelper/tempfile.cxx
parentcallcatcher: remove unused hasReminderDateCome (diff)
downloadcore-1090953a4d23f7c080d2ab6050b9204161c35ba2.tar.gz
core-1090953a4d23f7c080d2ab6050b9204161c35ba2.zip
callcatcher: remove unused GetTempNameBaseDirectory
Diffstat (limited to 'unotools/source/ucbhelper/tempfile.cxx')
-rw-r--r--unotools/source/ucbhelper/tempfile.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx
index 99f0b85d68b8..33a3ca6fb8f4 100644
--- a/unotools/source/ucbhelper/tempfile.cxx
+++ b/unotools/source/ucbhelper/tempfile.cxx
@@ -484,18 +484,6 @@ String TempFile::SetTempNameBaseDirectory( const String &rBaseName )
return aTmp;
}
-
-String TempFile::GetTempNameBaseDirectory()
-{
- const ::rtl::OUString &rTempNameBase_Impl = TempNameBase_Impl::get();
- if ( !rTempNameBase_Impl.getLength() )
- return String();
-
- rtl::OUString aTmp;
- FileBase::getSystemPathFromFileURL( rTempNameBase_Impl, aTmp );
- return aTmp;
-}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */