diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
commit | 8791a391246e7483c12dc4d1bfc870573d94fc66 (patch) | |
tree | a7e6b25d810e777ab74361e6850a74af7c090ae6 /linguistic/source/lngsvcmgr.hxx | |
parent | 737b9524f777df9ce04b5822dda5a34f5db218f7 (diff) | |
parent | b79d5592f7928cf4c4f9f6b187910eac2174eb8d (diff) |
#i10000#ooo/DEV300_m89
Diffstat (limited to 'linguistic/source/lngsvcmgr.hxx')
-rw-r--r-- | linguistic/source/lngsvcmgr.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx index 5ffb9defdb..51f44d90c5 100644 --- a/linguistic/source/lngsvcmgr.hxx +++ b/linguistic/source/lngsvcmgr.hxx @@ -143,6 +143,8 @@ class LngSvcMgr : void SetAvailableCfgServiceLists( LinguDispatcher &rDispatcher, const SvcInfoArray &rAvailSvcs ); + static void clearSvcInfoArray(SvcInfoArray *pInfo); + // utl::ConfigItem (to allow for listening of changes of relevant properties) virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString > &rPropertyNames ); virtual void Commit(); |