summaryrefslogtreecommitdiff
path: root/sot/source/base/filelist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/base/filelist.cxx')
-rw-r--r--sot/source/base/filelist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx
index 42113063819b..750658c56122 100644
--- a/sot/source/base/filelist.cxx
+++ b/sot/source/base/filelist.cxx
@@ -73,7 +73,7 @@ void FileList::Save( SvStream& rOStm )
void FileList::Assign( const SvDataCopyStream& rCopyStream )
{
- *this = (const FileList&)rCopyStream;
+ *this = static_cast<const FileList&>(rCopyStream);
}
/******************************************************************************