summaryrefslogtreecommitdiff
path: root/sfx2/source/inet/inettbc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inet/inettbc.cxx')
-rw-r--r--sfx2/source/inet/inettbc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx
index 9c22a053a5ce..92249fa8adbb 100644
--- a/sfx2/source/inet/inettbc.cxx
+++ b/sfx2/source/inet/inettbc.cxx
@@ -73,7 +73,7 @@ SfxURLToolBoxControl_Impl::~SfxURLToolBoxControl_Impl()
SvtURLBox* SfxURLToolBoxControl_Impl::GetURLBox() const
{
- return (SvtURLBox*)GetToolBox().GetItemWindow( GetId() );
+ return static_cast<SvtURLBox*>(GetToolBox().GetItemWindow( GetId() ));
}