diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-21 11:29:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-21 11:31:50 +0200 |
commit | 33725d5be1b2d4d4c34fa40070fd8e99de600473 (patch) | |
tree | deb3e207f98446a3a75d11af474773a7a0111678 /sfx2 | |
parent | d430865f35b74706cd7a9b3cdab8084bc2068986 (diff) |
attempt to fix android build
Change-Id: Ie3eede03b90db272d70e7cb383c7a69d9db0f2ae
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/classificationhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx index 8a0574468c27..3cff7ae172db 100644 --- a/sfx2/source/view/classificationhelper.cxx +++ b/sfx2/source/view/classificationhelper.cxx @@ -400,7 +400,7 @@ void SfxClassificationHelper::Impl::parsePolicy() m_aIPPartNumbers = xClassificationParser->m_aIPPartNumbers; } -bool lcl_containsProperty(const uno::Sequence<beans::Property>& rProperties, const OUString& rName) +static bool lcl_containsProperty(const uno::Sequence<beans::Property>& rProperties, const OUString& rName) { return std::find_if(rProperties.begin(), rProperties.end(), [&](const beans::Property& rProperty) { |