diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-31 09:47:31 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-31 09:48:39 +0100 |
commit | e13627acb1e7b60e56110cf9a471bf1ddf141607 (patch) | |
tree | 34eaf8a395e085b4bc7efacc581f34566c2e66a3 /linguistic | |
parent | c6730f00d5b78197903e2cb9859486b4380792ac (diff) |
Remove unused DBG_STATISTIC, IPR_CACHE_MAX and IPR_CACHE_MAXINPUT
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/iprcache.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/linguistic/source/iprcache.cxx b/linguistic/source/iprcache.cxx index f689534d1290..9ad7001fe676 100644 --- a/linguistic/source/iprcache.cxx +++ b/linguistic/source/iprcache.cxx @@ -37,27 +37,7 @@ #include <com/sun/star/linguistic2/DictionaryListEventFlags.hpp> #include <tools/debug.hxx> #include <osl/mutex.hxx> - -//#define IPR_DEF_CACHE_SIZE 503 -#define IPR_DEF_CACHE_MAX 375 -#define IPR_DEF_CACHE_MAXINPUT 200 - -#ifdef DBG_STATISTIC -#include <tools/stream.hxx> - -//#define IPR_CACHE_SIZE nTblSize -#define IPR_CACHE_MAX nMax -#define IPR_CACHE_MAXINPUT nMaxInput - -#else - -//#define IPR_CACHE_SIZE IPR_DEF_CACHE_SIZE -#define IPR_CACHE_MAX IPR_DEF_CACHE_MAX -#define IPR_CACHE_MAXINPUT IPR_DEF_CACHE_MAXINPUT - -#endif #include <unotools/processfactory.hxx> - #include <lngprops.hxx> using namespace utl; |