summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-29 12:50:32 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-29 12:50:32 +0200
commitf98407403f916f9a7474e93c674fc7ac360c3539 (patch)
treee4b55c368f905e77df471ee400735d82692a5afa /tools/inc
parent3c33d78d6bae9768b34418c7ac54076613d808c8 (diff)
Revert "String Cleanup and news OUString methods/constructors"
Broke a unit test and made all tinderboxes red. This reverts commit 3179055dc3e267c961a5618c810fbc0df1858d72.
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/tempfile.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/inc/tools/tempfile.hxx b/tools/inc/tools/tempfile.hxx
index 315ba24b32e1..9e84adc96a51 100644
--- a/tools/inc/tools/tempfile.hxx
+++ b/tools/inc/tools/tempfile.hxx
@@ -41,8 +41,7 @@ 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 OUString& rLeadingChars, const OUString* pExtension=NULL, const OUString* 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 will be removed from disk in dtor if EnableKillingTempFile was
called before. TempDirs will be removed recursively in that case. */