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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx
index 01cb1c88888a..95fdf83822eb 100644
--- a/sot/source/base/filelist.cxx
+++ b/sot/source/base/filelist.cxx
@@ -38,7 +38,7 @@ FileList::~FileList()
ClearAll();
}
-void FileList::ClearAll( void )
+void FileList::ClearAll()
{
aStrList.clear();
}
@@ -147,7 +147,7 @@ OUString FileList::GetFile( size_t i ) const
return aStr;
}
-size_t FileList::Count( void ) const
+size_t FileList::Count() const
{
return aStrList.size();
}