From ee1151cb80fc9c2a36fcb3845230862337743269 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 10 Nov 2008 15:06:12 +0000 Subject: 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 : --- sw/source/core/para/paratr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/para') diff --git a/sw/source/core/para/paratr.cxx b/sw/source/core/para/paratr.cxx index 9d34ae0f90..fd03467c01 100644 --- a/sw/source/core/para/paratr.cxx +++ b/sw/source/core/para/paratr.cxx @@ -241,7 +241,7 @@ sal_Bool SwFmtDrop::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) bWholeWord = *(sal_Bool*)rVal.getValue(); break; case MID_DROPCAP_CHAR_STYLE_NAME : - DBG_ERROR("char format cannot be set in PutValue()!") + DBG_ERROR("char format cannot be set in PutValue()!"); break; } return sal_True; -- cgit v1.2.3