summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-11-10 15:06:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-11-10 15:06:12 +0000
commit7e6737cc865d9f0ba44a88b4be0c8460325d7b84 (patch)
tree1a77c19de7eb263e582261883c19c36a2032e9ec /linguistic
parent72339a084c6879c8437aee34a1f9daac50d2366e (diff)
CWS-TOOLING: integrate CWS cmcfixes50
2008-11-10 13:31:50 +0100 cmc r263517 : gio doesn't do anything useful for remote stuff wrt info 2008-11-06 00:11:47 +0100 cmc r263359 : #i93436# pile of other 64bit new gcc warnings 2008-11-05 00:39:03 +0100 cmc r263340 : i95856 let a ppc64 vanilla build succeed 2008-11-04 14:00:25 +0100 cmc r263320 : #i93436# useless const 2008-11-04 11:53:10 +0100 cmc r263314 : #i93436# ambiguous 2008-11-04 11:48:05 +0100 cmc r263313 : #i93436# add some braces 2008-11-04 11:29:24 +0100 cmc r263312 : #i93436# ambiguous 2008-11-04 10:53:46 +0100 cmc r263311 :
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/convdic.cxx2
-rw-r--r--linguistic/source/dicimp.cxx4
-rw-r--r--linguistic/source/misc.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx
index 018502ea2b3c..c58e7d142d47 100644
--- a/linguistic/source/convdic.cxx
+++ b/linguistic/source/convdic.cxx
@@ -187,7 +187,7 @@ BOOL IsConvDic( const String &rFileURL, INT16 &nLang, sal_Int16 &nConvType )
ReadThroughDic( rFileURL, *pImport ); // will implicitly add the entries
bRes = pImport->GetLanguage() != LANGUAGE_NONE &&
pImport->GetConversionType() != -1;
- DBG_ASSERT( bRes, "conversion dictionary corrupted?" )
+ DBG_ASSERT( bRes, "conversion dictionary corrupted?" );
if (bRes)
{
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index 4828566dfca9..390603a6564c 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -701,7 +701,7 @@ BOOL DictionaryNeo::addEntry_Impl(const uno::Reference< XDictionaryEntry > xDicE
if (bAddEntry)
{
- DBG_ASSERT(!bNeedEntries, "lng : entries still not loaded")
+ DBG_ASSERT(!bNeedEntries, "lng : entries still not loaded");
if (nCount >= aEntries.getLength())
aEntries.realloc( Max(2 * nCount, nCount + 32) );
@@ -951,7 +951,7 @@ sal_Bool SAL_CALL DictionaryNeo::remove( const OUString& aWord )
// entry to be removed
uno::Reference< XDictionaryEntry >
xDicEntry( aEntries.getConstArray()[ nPos ] );
- DBG_ASSERT(xDicEntry.is(), "lng : dictionary entry is NULL")
+ DBG_ASSERT(xDicEntry.is(), "lng : dictionary entry is NULL");
nCount--;
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx
index caaaa348f770..be4fb2a93b42 100644
--- a/linguistic/source/misc.cxx
+++ b/linguistic/source/misc.cxx
@@ -105,7 +105,7 @@ LocaleDataWrapper & GetLocaleDataWrapper( INT16 nLang )
*/
rtl_TextEncoding GetTextEncoding( INT16 nLanguage )
{
- DBG_ASSERT( nLanguage != LANGUAGE_NONE, "invalid language argument" )
+ DBG_ASSERT( nLanguage != LANGUAGE_NONE, "invalid language argument" );
static INT16 nLastLanguage = LANGUAGE_NONE;
// set default value for unknown languages