diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-13 15:09:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-13 19:27:00 +0200 |
commit | 404e4d613ed62ee03b05db73b7e7783f5bccda12 (patch) | |
tree | 40030227f657af4ea74ae57df185f06dc9372a43 /include/unotools | |
parent | a93bb27aa46c84410c8848a6118d5d63d47be92c (diff) |
utl::TempFile::CreateTempName pParent is unused
Change-Id: Ide12ea21104af678dc541ed0e83970e7a2f5e694
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/tempfile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/tempfile.hxx b/include/unotools/tempfile.hxx index 26c0581c73ff..659cdc7919b5 100644 --- a/include/unotools/tempfile.hxx +++ b/include/unotools/tempfile.hxx @@ -136,7 +136,7 @@ public: If you want to convert file name into a URL, always use class LocalFileHelper, but never use any conversion functions of osl. */ - static OUString CreateTempName( const OUString* pParent=NULL ); + static OUString CreateTempName(); /** The TempNameBaseDirectory is a subfolder in the folder that is passed as a "physical" file name in the |