summaryrefslogtreecommitdiff
path: root/shell/source/backends/kde4be/kde4access.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/kde4be/kde4access.cxx')
-rw-r--r--shell/source/backends/kde4be/kde4access.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/kde4be/kde4access.cxx b/shell/source/backends/kde4be/kde4access.cxx
index 93c7cbb327d6..fc27054cd895 100644
--- a/shell/source/backends/kde4be/kde4access.cxx
+++ b/shell/source/backends/kde4be/kde4access.cxx
@@ -288,7 +288,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const & id) {
nProxyType = 0;
}
return css::beans::Optional< css::uno::Any >(
- true, uno::makeAny( (sal_Int32) nProxyType ) );
+ true, uno::makeAny( static_cast<sal_Int32>(nProxyType) ) );
} else {
OSL_ASSERT(false); // this cannot happen
}