diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-09 23:04:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-09 23:04:37 +0100 |
commit | 321fec4eead0f674ca16ef55c624812d3906b355 (patch) | |
tree | 144892edb12611c37254e4183a9e2353115ff9ca /linguistic | |
parent | ac8d3988890e0dbd19afb496033725a9878a86cc (diff) |
restore saveEntries
ebf82e52c945f8c2a7c021b547064e5bbeadfe2f cut a little too deep
Change-Id: I8213b4f3aca3e64dc2ba98d11ebb7d068dc14d90
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dicimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 68a7581f4cc2..2770906c3f1a 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -1028,6 +1028,7 @@ void SAL_CALL DictionaryNeo::storeToURL( throw(io::IOException, RuntimeException) { MutexGuard aGuard( GetLinguMutex() ); + saveEntries(aURL); } |