summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par4.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:42:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:42:38 +0000
commitcb4a07a6e8b8760f643e62836d3b1baf4b65b78c (patch)
tree18cc6c1fe1fd13b824d23aad9b224d134c67515a /sw/source/filter/ww8/ww8par4.cxx
parenta22d19295ebc323b7fd81876ad759eae10b8b8bd (diff)
INTEGRATION: CWS sixtyfour05 (1.52.92); FILE MERGED
2006/03/29 13:47:21 kendy 1.52.92.1: #i62384# Fix SVBT32 <-> long conversion
Diffstat (limited to 'sw/source/filter/ww8/ww8par4.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par4.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par4.cxx b/sw/source/filter/ww8/ww8par4.cxx
index 264bceb6236a..9963ed1bbd80 100644
--- a/sw/source/filter/ww8/ww8par4.cxx
+++ b/sw/source/filter/ww8/ww8par4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ww8par4.cxx,v $
*
- * $Revision: 1.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: kz $ $Date: 2006-02-01 18:51:42 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:42:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -619,7 +619,7 @@ void SwWW8ImplReader::Read_CRevisionMark(SwRedlineType eType,
{
if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos))
{
- UINT32 nWWDate = pSprmCDttmRMark ? SVBT32ToLong(pSprmCDttmRMark): 0;
+ UINT32 nWWDate = pSprmCDttmRMark ? SVBT32ToUInt32(pSprmCDttmRMark): 0;
#if 0
ASSERT(nWWDate, "Date is 0, this will cause trouble!");
#endif