diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-04 21:54:56 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-04 21:54:56 +0100 |
commit | fb1cd2d70660d4614c835d35b3aa22a3ddbc7b3c (patch) | |
tree | fbaba87faa8b5ffc476733bd09dd80b5bba93e2f /linguistic | |
parent | f5149c57a547abba7f897e9adc7bb7099f7cc3e9 (diff) |
#i196421#: some problems with pch on Windows
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dicimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 019c6ffa1cd4..fa7dd0be3948 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -271,7 +271,6 @@ ULONG DictionaryNeo::loadEntries(const OUString &rMainURL) if (rMainURL.getLength() == 0) return 0; - DBG_ASSERT(!INetURLObject( rURL ).HasError(), "lng : invalid URL"); uno::Reference< lang::XMultiServiceFactory > xServiceFactory( utl::getProcessServiceFactory() ); |