summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-10 14:19:47 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-10 14:19:47 +0000
commit55be80bb533e7cc418f4a8478d57e6181167350a (patch)
tree92fcb4011e5e6262ea43f5d9b27433dc062b2db9 /svtools/source/svhtml
parent96128dd1a78d353bf1d6c07d557cb1fed9e00832 (diff)
INTEGRATION: CWS fwk66 (1.13.160); FILE MERGED
2007/06/18 06:32:54 cd 1.13.160.1: #i77441# Several minor fixes for switches and assignments
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/parhtml.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 816069dbc134..6313f67c47f3 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: parhtml.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:00:53 $
+ * last change: $Author: ihi $ $Date: 2007-07-10 15:19:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,11 +66,11 @@
#include "htmltokn.h"
#include "htmlkywd.hxx"
-const sal_Int32 MAX_LEN = 1024L;
+const sal_Int32 MAX_LEN( 1024L );
//static sal_Unicode sTmpBuffer[ MAX_LEN+1 ];
-const sal_Int32 MAX_MACRO_LEN = 1024;
+const sal_Int32 MAX_MACRO_LEN( 1024 );
-const sal_Int32 MAX_ENTITY_LEN = 8L;
+const sal_Int32 MAX_ENTITY_LEN( 8L );
/* */