summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/aqua/FilterHelper.mm3
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx3
2 files changed, 2 insertions, 4 deletions
diff --git a/fpicker/source/aqua/FilterHelper.mm b/fpicker/source/aqua/FilterHelper.mm
index f71ea106dcfa..0454c6ef977b 100644
--- a/fpicker/source/aqua/FilterHelper.mm
+++ b/fpicker/source/aqua/FilterHelper.mm
@@ -19,7 +19,6 @@
#include "sal/config.h"
-#include <functional>
#include <algorithm>
#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
@@ -126,7 +125,7 @@ shrinkFilterName( const rtl::OUString& aFilterName, bool bAllowNoStar = false )
namespace {
- struct FilterTitleMatch : public ::std::unary_function< FilterEntry, bool >
+ struct FilterTitleMatch
{
protected:
const rtl::OUString rTitle;
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx
index c3ec876ce6d4..fc9a65b8e7e0 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -23,7 +23,6 @@
#include "RemoteFilesDialog.hxx"
#include <list>
-#include <functional>
#include <algorithm>
#include <tools/urlobj.hxx>
#include <com/sun/star/uno/Any.hxx>
@@ -331,7 +330,7 @@ void SvtFilePicker::notify( sal_Int16 _nEventId, sal_Int16 _nControlId )
namespace {
- struct FilterTitleMatch : public ::std::unary_function< FilterEntry, bool >
+ struct FilterTitleMatch
{
protected:
const OUString& rTitle;