summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-05 21:59:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-05 22:16:58 +0200
commit9f4576136521f183bac9cc1db38f2d1a0c02d928 (patch)
treee24e949ab85a03a40f1efa7175ab9ec4361d6547 /filter
parenta2f65879749e4a729cd51521b3962ae3c00bb9e1 (diff)
impl_resolveItem4TypeRegistration can be static
Change-Id: Ie2b83a472972194210c3b579a041a11a2ff76786
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 0e5e00e860ab..eb992482d217 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -781,6 +781,7 @@ class FilterCache : public BaseLock
If registration failed by any reason.
That does not include double registrations!
*/
+ static
void impl_resolveItem4TypeRegistration( CacheItemList* pList,
const OUString& sItem,
const OUString& sType)