summaryrefslogtreecommitdiff
path: root/unotools/inc
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/inc
parent2c838eb1351129283c4c296468b4e64f48fd972b (diff)
callcatcher: remove unused GetTempNameBaseDirectory
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/tempfile.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/inc/unotools/tempfile.hxx b/unotools/inc/unotools/tempfile.hxx
index 3565396dd612..2030b1ab0791 100644
--- a/unotools/inc/unotools/tempfile.hxx
+++ b/unotools/inc/unotools/tempfile.hxx
@@ -154,7 +154,6 @@ public:
It is not a URL because alle URLs must be "UCB compatible", so there may be no suitable URL at all.
*/
static String SetTempNameBaseDirectory( const String &rBaseName );
- static String GetTempNameBaseDirectory();
};
}