diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 23:31:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 23:31:50 +0100 |
commit | 06fc1ee4c4ee8de3a4d758cbca761a5e80a0873f (patch) | |
tree | 55db07712d1345120d4181d5acba6cdac83f1551 /linguistic | |
parent | 4387ebc208bd432717f970bc1627eedb3902005c (diff) |
Remove dead code. Mostly unused namespaces
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdiclist.cxx | 3 | ||||
-rw-r--r-- | linguistic/source/dlistimp.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/hyphdta.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/lngprophelp.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/thesdta.cxx | 1 | ||||
-rw-r--r-- | linguistic/workben/sprophelp.cxx | 1 |
6 files changed, 0 insertions, 11 deletions
diff --git a/linguistic/source/convdiclist.cxx b/linguistic/source/convdiclist.cxx index 4b97711cb24d..cf1364ddf3dc 100644 --- a/linguistic/source/convdiclist.cxx +++ b/linguistic/source/convdiclist.cxx @@ -55,7 +55,6 @@ #include "misc.hxx" #include "defs.hxx" -//using namespace utl; using namespace osl; using namespace rtl; using namespace com::sun::star; @@ -544,8 +543,6 @@ uno::Sequence< OUString > SAL_CALL ConvDicList::queryConversions( { MutexGuard aGuard( GetLinguMutex() ); - /*INT16 nLang = LocaleToLanguage( rLocale );*/ - INT32 nCount = 0; uno::Sequence< OUString > aRes( 20 ); OUString *pRes = aRes.getArray(); diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 0cb5ea091bf8..b4a51de2dc25 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -60,7 +60,6 @@ #include "dicimp.hxx" #include "lngopt.hxx" -//using namespace utl; using namespace osl; using namespace rtl; using namespace com::sun::star; @@ -184,7 +183,6 @@ void SAL_CALL DicEvtListenerHelper::processDictionaryEvent( || xDicEntry.is(), "lng : missing dictionary entry" ); - /*BOOL bActiveDicsModified = FALSE;*/ // // evaluate DictionaryEvents and update data for next DictionaryListEvent // diff --git a/linguistic/source/hyphdta.cxx b/linguistic/source/hyphdta.cxx index 09860fe6dbf1..364ccad150f5 100644 --- a/linguistic/source/hyphdta.cxx +++ b/linguistic/source/hyphdta.cxx @@ -40,11 +40,9 @@ #include <svl/lngmisc.hxx> #include <unotools/localedatawrapper.hxx> -//using namespace utl; using namespace osl; using namespace rtl; using namespace com::sun::star; -//using namespace com::sun::star::beans; using namespace com::sun::star::lang; using namespace com::sun::star::uno; using namespace com::sun::star::linguistic2; diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx index 5f93135dc818..4613faa3f16a 100644 --- a/linguistic/source/lngprophelp.cxx +++ b/linguistic/source/lngprophelp.cxx @@ -43,8 +43,6 @@ #include <lngprophelp.hxx> - -//using namespace utl; using namespace osl; using namespace rtl; using namespace com::sun::star; diff --git a/linguistic/source/thesdta.cxx b/linguistic/source/thesdta.cxx index 1a1846a856dc..46880f41862b 100644 --- a/linguistic/source/thesdta.cxx +++ b/linguistic/source/thesdta.cxx @@ -35,7 +35,6 @@ #include "thesdta.hxx" -//using namespace utl; using namespace osl; using namespace rtl; using namespace com::sun::star; diff --git a/linguistic/workben/sprophelp.cxx b/linguistic/workben/sprophelp.cxx index 26480de208d8..9a81205def23 100644 --- a/linguistic/workben/sprophelp.cxx +++ b/linguistic/workben/sprophelp.cxx @@ -42,7 +42,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <osl/mutex.hxx> -//using namespace utl; using namespace osl; using namespace rtl; using namespace com::sun::star; |