summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-21 11:29:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-21 11:31:50 +0200
commit33725d5be1b2d4d4c34fa40070fd8e99de600473 (patch)
treedeb3e207f98446a3a75d11af474773a7a0111678 /writerfilter
parentd430865f35b74706cd7a9b3cdab8084bc2068986 (diff)
attempt to fix android build
Change-Id: Ie3eede03b90db272d70e7cb383c7a69d9db0f2ae
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 59ea16061a84..5a177bb58ff2 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -1897,7 +1897,7 @@ void RTFDocumentImpl::resetAttributes()
m_aStates.top().aParagraphAttributes.clear();
}
-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)
{