From 7977c2731d83b98d9a281f5ca6d2752a226e41b5 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 16 Feb 2009 08:33:19 +0000 Subject: CWS-TOOLING: integrate CWS macmiscfixes 2009-01-26 07:58:26 +0100 fheckl r266898 : 97394 add a small memory leak fix 2009-01-24 20:56:18 +0100 ericb r266885 : #i95688# better fix suggested by rvojta 2009-01-24 17:13:37 +0100 rakeshpandit r266882 : #i98428# Fixed a missing ';'. 2009-01-24 00:25:43 +0100 ericb r266859 : #i95688# a try to fix the send active document including when the name contains space 2009-01-24 00:23:59 +0100 ericb r266858 : #i97394# fix aliases (disabled) in save dialog. Patch provided by Robert Vojta --- starmath/source/dialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index cdf6ef8958ca..20af2f38b3ee 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1874,7 +1874,7 @@ IMPL_LINK( SmSymDefineDialog, CharHighlightHdl, Control *, EMPTYARG ) sal_UCS4 cChar = aCharsetDisplay.GetSelectCharacter(); #if OSL_DEBUG_LEVEL > 1 - DBG_ASSERT( pSubsetMap, "SubsetMap missing" ) + DBG_ASSERT( pSubsetMap, "SubsetMap missing" ); #endif if (pSubsetMap) { -- cgit