From 3179055dc3e267c961a5618c810fbc0df1858d72 Mon Sep 17 00:00:00 2001 From: Ricardo Montania Date: Thu, 27 Dec 2012 11:28:45 -0200 Subject: String Cleanup and news OUString methods/constructors Change-Id: Ia6142020330d0e12650fdc519b66f00e607eac42 Reviewed-on: https://gerrit.libreoffice.org/1491 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- unotools/inc/unotools/tempfile.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'unotools/inc') diff --git a/unotools/inc/unotools/tempfile.hxx b/unotools/inc/unotools/tempfile.hxx index 448e729a3998..971bad943e11 100644 --- a/unotools/inc/unotools/tempfile.hxx +++ b/unotools/inc/unotools/tempfile.hxx @@ -69,6 +69,9 @@ public: TempFile( const String& rLeadingChars, const String* pExtension=NULL, const String* pParent=NULL, sal_Bool bDirectory=sal_False); + TempFile( const OUString& rLeadingChars, const OUString* pExtension=NULL, const OUString* pParent=NULL, + sal_Bool bDirectory=sal_False); + /** Same as above; additionally the name starts with some given characters followed by a counter ( example: rLeadingChars="abc" means "abc0","abc1" and so on, depending on existing files in the folder ). -- cgit