summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@openoffice.org>2011-01-15 22:08:33 +0100
committerEike Rathke <erack@openoffice.org>2011-01-15 22:08:33 +0100
commit94e7f1d15d1e9eefadbfe8e5912fee0ebccba0ca (patch)
tree30fb2e7013fd5b6ab6818a0720a2eeb310a0718d /unotools/inc
parentCWS-TOOLING: integrate CWS ause129 (diff)
downloadcore-94e7f1d15d1e9eefadbfe8e5912fee0ebccba0ca.tar.gz
core-94e7f1d15d1e9eefadbfe8e5912fee0ebccba0ca.zip
locales34: #i116429# ensure shutdown of the CachedTextSearch global before the things it needs in its dtor are destructed; patch from <cmc>
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/textsearch.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/unotools/inc/unotools/textsearch.hxx b/unotools/inc/unotools/textsearch.hxx
index e4cd095fcc14..800bf025d5a9 100644
--- a/unotools/inc/unotools/textsearch.hxx
+++ b/unotools/inc/unotools/textsearch.hxx
@@ -127,15 +127,6 @@ public:
class UNOTOOLS_DLLPUBLIC TextSearch
{
- struct CachedTextSearch
- {
- ::osl::Mutex mutex;
- ::com::sun::star::util::SearchOptions Options;
- ::com::sun::star::uno::Reference< ::com::sun::star::util::XTextSearch > xTextSearch;
- };
-
- static CachedTextSearch maCache;
-
static ::com::sun::star::uno::Reference< ::com::sun::star::util::XTextSearch >
getXTextSearch( const ::com::sun::star::util::SearchOptions& rPara );