diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 13:46:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 13:46:47 +0000 |
commit | 31318175b2b08ef38463bcaf400cd358b7cbb0eb (patch) | |
tree | 6e5a629655fe87bb6ea4858cb583ccdcc80d4648 /sw/inc/globdoc.hxx | |
parent | 8aff4a7518f6a9aeb9a8c9215794f3262af1d31f (diff) |
INTEGRATION: CWS numberformat (1.6.72); FILE MERGED
2005/10/26 17:50:31 kendy 1.6.72.1: #i55546#
The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
Diffstat (limited to 'sw/inc/globdoc.hxx')
-rw-r--r-- | sw/inc/globdoc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/globdoc.hxx b/sw/inc/globdoc.hxx index 106d80a48482..abfea9bb91ef 100644 --- a/sw/inc/globdoc.hxx +++ b/sw/inc/globdoc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: globdoc.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:56:00 $ + * last change: $Author: rt $ $Date: 2005-12-14 14:46:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ public: ~SwGlobalDocShell(); virtual void FillClass( SvGlobalName * pClassName, - ULONG * pClipFormat, + sal_uInt32 * pClipFormat, String * pAppName, String * pLongUserName, String * pUserName, |