summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_util.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-12 20:18:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-12 20:18:37 +0100
commitbc3e970641147a3b3b599f019aeb409cef1d44b2 (patch)
tree48660f3fd6a177143461740cd98da645117af5da /pyuno/source/module/pyuno_util.cxx
parentfe3924a3677ff5e3aa58bc0c7ec0310ad49acafd (diff)
More loplugin:cstylecast: pyuno
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I11e4fde47c5da601e4ffeada31083c3bdb4286f9
Diffstat (limited to 'pyuno/source/module/pyuno_util.cxx')
-rw-r--r--pyuno/source/module/pyuno_util.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_util.cxx b/pyuno/source/module/pyuno_util.cxx
index e92dad2e8bca..45ee5a38e40b 100644
--- a/pyuno/source/module/pyuno_util.cxx
+++ b/pyuno/source/module/pyuno_util.cxx
@@ -140,7 +140,7 @@ void log( RuntimeCargo * cargo, sal_Int32 level, const char *str )
localDateTime.NanoSeconds/1000000),
strLevel[level],
sal::static_int_cast< long >(
- (sal_Int32) osl::Thread::getCurrentIdentifier()),
+ static_cast<sal_Int32>(osl::Thread::getCurrentIdentifier())),
str );
}
}