loplugin:unnecessaryoverride

Change-Id: I7721c15ba94ff27f64962bb67698853bc3b86cea
This commit is contained in:
Stephan Bergmann
2016-12-05 14:34:50 +01:00
parent 46346a2f4e
commit 9277bd24f2

View File

@@ -69,11 +69,6 @@ public:
{
}
//! destructor
~FolderStream() override
{
}
//! add a file
void addFile(rtl::OUString const &path, std::string const &shortName)
{