summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides3.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-12 20:29:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-12 20:29:48 +0100
commite662242ec057ef5f922507866a88819e984fd131 (patch)
treef2c65bdb822a7da6eb1675c684825f69fbbefeca /basctl/source/basicide/basides3.cxx
parenta82b177f981f14582d88e819ce8c167f9db0c213 (diff)
More loplugin:cstylecast: basctl
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: I3bddf4b08e064dead05eae87619db2232744d7f8
Diffstat (limited to 'basctl/source/basicide/basides3.cxx')
-rw-r--r--basctl/source/basicide/basides3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basides3.cxx b/basctl/source/basicide/basides3.cxx
index b3e3d38ce70c..9ba2a6db36bb 100644
--- a/basctl/source/basicide/basides3.cxx
+++ b/basctl/source/basicide/basides3.cxx
@@ -97,7 +97,7 @@ VclPtr<DialogWindow> Shell::CreateDlgWin( const ScriptDocument& rDocument, const
if( pWin )
{
pWin->GrabScrollBars( aHScrollBar.get(), aVScrollBar.get() );
- pTabBar->InsertPage( (sal_uInt16)nKey, aDlgName );
+ pTabBar->InsertPage( static_cast<sal_uInt16>(nKey), aDlgName );
pTabBar->Sort();
if ( !pCurWin )
SetCurWindow( pWin, false, false );