summaryrefslogtreecommitdiff
path: root/unotools/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 /unotools/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 'unotools/inc')
-rw-r--r--unotools/inc/unotools/tempfile.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/inc/unotools/tempfile.hxx b/unotools/inc/unotools/tempfile.hxx
index 971bad943e11..448e729a3998 100644
--- a/unotools/inc/unotools/tempfile.hxx
+++ b/unotools/inc/unotools/tempfile.hxx
@@ -69,9 +69,6 @@ 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 ).