summaryrefslogtreecommitdiff
path: root/include/osl/file.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/file.hxx')
-rw-r--r--include/osl/file.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index a5823fbe1174..3c2848eaa590 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -1906,7 +1906,7 @@ public:
{
return static_cast< RC >(osl_createDirectoryPath(
aDirectoryUrl.pData,
- (aDirectoryCreationObserver) ? onDirectoryCreated : NULL,
+ aDirectoryCreationObserver ? onDirectoryCreated : NULL,
aDirectoryCreationObserver));
}
};