diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/tempfile.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/unotools/tempfile.hxx b/include/unotools/tempfile.hxx index 57f0fef8a940..b77d6e3a798f 100644 --- a/include/unotools/tempfile.hxx +++ b/include/unotools/tempfile.hxx @@ -132,6 +132,10 @@ public: It is not a URL because all URLs must be "UCB compatible", so there may be no suitable URL at all. */ static OUString SetTempNameBaseDirectory( const OUString &rBaseName ); + + // Return the URL of the temp directory (the one set with SetTempNameBaseDirectory or the + // default tempfile folder): + static OUString GetTempNameBaseDirectory(); }; } |