diff options
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/ucbhelper/tempfile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx index d6580755c9c9..d8f406b7ae05 100644 --- a/unotools/source/ucbhelper/tempfile.cxx +++ b/unotools/source/ucbhelper/tempfile.cxx @@ -138,6 +138,7 @@ static OUString ConstructTempDir_Impl( const OUString* pParent, bool bCreatePare } #else (void) pParent; + (void) bCreateParentDirs; #endif if ( aName.isEmpty() ) |