User: obo Date: 05/04/13 01:35:49 Modified: /dba/dbaccess/source/ui/misc/ TokenWriter.cxx
Log: INTEGRATION: CWS visibility03 (1.24.50); FILE MERGED 2005/04/04 14:26:39 mhu 1.24.50.1: #i45006# Added missing const. File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: TokenWriter.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/TokenWriter.cxx?r1=1.24&r2=1.25 Delta lines: +1 -1 ------------------- --- TokenWriter.cxx 11 Jan 2005 13:06:08 -0000 1.24 +++ TokenWriter.cxx 13 Apr 2005 08:35:45 -0000 1.25 @@ -870,7 +870,7 @@ { sal_Int32* pFormat = new sal_Int32[aNames.getLength()]; - char **pHorJustify = new char*[aNames.getLength()]; + const char **pHorJustify = new const char*[aNames.getLength()]; sal_Int32 *pColWidth = new sal_Int32[aNames.getLength()]; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
