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 --- tools/inc/tools/tempfile.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/inc') diff --git a/tools/inc/tools/tempfile.hxx b/tools/inc/tools/tempfile.hxx index 9e84adc96a51..315ba24b32e1 100644 --- a/tools/inc/tools/tempfile.hxx +++ b/tools/inc/tools/tempfile.hxx @@ -41,7 +41,8 @@ public: The extension string may be f.e. ".txt" or "", if no extension string is given, ".tmp" is used. */ - TempFile( const String& rLeadingChars, const String* pExtension=NULL, const String* pParent=NULL, sal_Bool bDirectory=sal_False ); + 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 ); /** TempFile will be removed from disk in dtor if EnableKillingTempFile was called before. TempDirs will be removed recursively in that case. */ -- cgit