diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-02-16 08:33:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-02-16 08:33:19 +0000 |
commit | 7977c2731d83b98d9a281f5ca6d2752a226e41b5 (patch) | |
tree | 97cff03182f087648ede4f92750b7564bef7ab6a | |
parent | 02280bac14369d1fb3cea6e3b8d342ca56f96493 (diff) |
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
-rw-r--r-- | starmath/source/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |