From edc19f0400e7cac09a59291b8ed6c6c13f48468e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 15 Jan 2018 09:06:11 +0100 Subject: More loplugin:cstylecast: desktop Change-Id: Ie03ac7c1a347389b804ff4d90982cdaf771e72dc --- desktop/source/lib/lokinteractionhandler.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/source/lib/lokinteractionhandler.cxx') diff --git a/desktop/source/lib/lokinteractionhandler.cxx b/desktop/source/lib/lokinteractionhandler.cxx index 8c77471eb4be..1baf274b386b 100644 --- a/desktop/source/lib/lokinteractionhandler.cxx +++ b/desktop/source/lib/lokinteractionhandler.cxx @@ -146,7 +146,7 @@ bool LOKInteractionHandler::handleIOException(const css::uno::Sequence>= aIoException)) return false; - static ErrCode const aErrorCode[(int)ucb::IOErrorCode_WRONG_VERSION + 1] = + static ErrCode const aErrorCode[int(ucb::IOErrorCode_WRONG_VERSION) + 1] = { ERRCODE_IO_ABORT, ERRCODE_IO_ACCESSDENIED, @@ -186,7 +186,7 @@ bool LOKInteractionHandler::handleIOException(const css::uno::Sequence(aIoException.Code)], ""); selectApproved(rContinuations); return true; -- cgit