summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-16 12:06:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-16 12:06:54 +0000
commitea13642be897ca374785bbb2c936782718866509 (patch)
treecc5c225c4ceb00f0e980e65f5feeed2c2677e4ab /svtools/source/svhtml
parent50ce63ceaf5507f5e598ed52e464d5bb9a13515d (diff)
INTEGRATION: CWS sixtyfour02 (1.8.178); FILE MERGED
2006/02/22 12:00:18 cmc 1.8.178.1: #i62425# make prototypes and definitions consistent
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/parhtml.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 83faec53215e..b36db3a8fbfd 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: parhtml.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:48:16 $
+ * last change: $Author: vg $ $Date: 2006-03-16 13:06:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -165,7 +165,7 @@ HTMLOption::HTMLOption( USHORT nTok, const String& rToken,
"HTMLOption: unbekanntes Token" );
}
-ULONG HTMLOption::GetNumber() const
+sal_uInt32 HTMLOption::GetNumber() const
{
DBG_ASSERT( (nToken>=HTML_OPTION_NUMBER_START &&
nToken<HTML_OPTION_NUMBER_END) ||