Tag: cws_src680_visibility03
User: mhu     
Date: 05/04/04 07:26:42

Modified:
 /dba/dbaccess/source/ui/misc/
  TokenWriter.cxx

Log:
 #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.24.50.1
Delta lines:  +4 -4
-------------------
--- TokenWriter.cxx     11 Jan 2005 13:06:08 -0000      1.24
+++ TokenWriter.cxx     4 Apr 2005 14:26:39 -0000       1.24.50.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: TokenWriter.cxx,v $
  *
- *  $Revision: 1.24 $
+ *  $Revision: 1.24.50.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/01/11 13:06:08 $
+ *  last change: $Author: mhu $ $Date: 2005/04/04 14:26:39 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -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]

Reply via email to