From 99e118af6a7e296b3d6dcb812237f27a344c601a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 12 Jan 2018 20:19:10 +0100 Subject: More loplugin:cstylecast: oox auto-rewrite with "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I8fd61e3220a4b9e08d4f97acde28600f31d448ca --- include/oox/ppt/comments.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox/ppt/comments.hxx') diff --git a/include/oox/ppt/comments.hxx b/include/oox/ppt/comments.hxx index db8a547f11cd..65f719fff9f4 100644 --- a/include/oox/ppt/comments.hxx +++ b/include/oox/ppt/comments.hxx @@ -105,7 +105,7 @@ class CommentList std::vector cmLst; int getSize () { - return (int)cmLst.size(); + return static_cast(cmLst.size()); } const Comment& getCommentAtIndex (int index); }; -- cgit