summaryrefslogtreecommitdiff
path: root/include/uno/environment.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-17 18:18:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-20 09:06:46 +0100
commit9193a15fc55b24e9f463838fd2981ddb84dca227 (patch)
tree55f1a5b401e65bcc7cd52c87def321f15a3b1f72 /include/uno/environment.hxx
parent141b01ac65d5922aacdf6010043eadc7c28304a5 (diff)
Some more loplugin:cstylecast: cppu
Change-Id: Iec1251648031afa9eddd7445135fb08dc74821bd
Diffstat (limited to 'include/uno/environment.hxx')
-rw-r--r--include/uno/environment.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 1878ebcb376e..78cf1634cd41 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.hxx
@@ -244,7 +244,7 @@ inline void SAL_CALL Environment::enter() const
inline int SAL_CALL Environment::isValid(rtl::OUString * pReason) const
{
- return uno_Environment_isValid(_pEnv, (rtl_uString **)pReason);
+ return uno_Environment_isValid(_pEnv, &pReason->pData);
}
inline Environment Environment::getCurrent(rtl::OUString const & typeName)