summaryrefslogtreecommitdiff
path: root/include/sfx2/groupid.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-15 09:03:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-15 09:03:18 +0100
commit9d1c14ce4c47030f8315f1f6b04d9314d3f62f48 (patch)
treee9df0eab541cf0de54a54e4a63ae1d237844b881 /include/sfx2/groupid.hxx
parentb20ccaf2bc25997563f00aca4b47ae5353140030 (diff)
More loplugin:cstylecast: sfx2
Change-Id: Ifdb964558f070e7c9ee87eabeaafa5c3c079c0c9
Diffstat (limited to 'include/sfx2/groupid.hxx')
-rw-r--r--include/sfx2/groupid.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/groupid.hxx b/include/sfx2/groupid.hxx
index 7df33ccec28a..0fc3a0b1b659 100644
--- a/include/sfx2/groupid.hxx
+++ b/include/sfx2/groupid.hxx
@@ -61,7 +61,7 @@ namespace std
{
std::size_t operator()(const SfxGroupId& k) const
{
- return std::hash<sal_uInt16>()((sal_uInt16)k);
+ return std::hash<sal_uInt16>()(static_cast<sal_uInt16>(k));
}
};
}