summaryrefslogtreecommitdiff
path: root/include/osl/file.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-15 09:03:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-15 09:03:52 +0100
commit59d5d63498a781c8681ee8c3199f95253145b8b7 (patch)
treeca414e13bf2767cb1d1d3bbaa9e8035a4494f4fb /include/osl/file.hxx
parent83922317915f06561e621caddc91512829609ec1 (diff)
More loplugin:cstylecast: sal
Change-Id: I1ca982dc8c35c7a2762572d7bb47066ead8e6c89
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 3c2848eaa590..73065a4ebcec 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -1755,7 +1755,7 @@ public:
osl_releaseDirectoryItem( rItem._pData );
rItem._pData = NULL;
}
- return ( RC) osl_getNextDirectoryItem( _pData, &rItem._pData, nHint );
+ return static_cast<RC>(osl_getNextDirectoryItem( _pData, &rItem._pData, nHint ));
}