summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-02-17 16:39:56 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2011-02-17 16:39:56 +0100
commit8eb916a342a3b1f217a7141aa3c0a7ea1d7bd53f (patch)
tree387eb5ffd7b46ffcae72a9a6174067a7a3ac1804 /unotools/inc
parentac7aee76690f0356056a0ce4d48db77a870585c3 (diff)
parent4cdb854219094904e033428006fbaed6221d74b5 (diff)
CWS-TOOLING: integrate CWS locales34
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 fb89e0f15179..39b201cc672e 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 );