diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 13:37:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 13:37:58 +0000 |
commit | 5864cc148db80a904aaccae56c756467a51e122a (patch) | |
tree | 3367aaabe936c08685de5bba46b08ab1634793f7 | |
parent | e96e3e02af1689e72dcb2db69bf4c2d89e724bb5 (diff) |
INTEGRATION: CWS numberformat (1.68.16); FILE MERGED
2005/10/26 17:50:23 kendy 1.68.16.1: #i55546#
The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
-rw-r--r-- | sd/source/ui/docshell/docshel4.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index 20cdf1cf8bfe..ad2884dfdeab 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: docshel4.cxx,v $ * - * $Revision: 1.68 $ + * $Revision: 1.69 $ * - * last change: $Author: obo $ $Date: 2005-10-11 08:16:58 $ + * last change: $Author: rt $ $Date: 2005-12-14 14:37:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -954,7 +954,7 @@ BOOL DrawDocShell::SaveAsOwnFormat( SfxMedium& rMedium ) \************************************************************************/ void DrawDocShell::FillClass(SvGlobalName* pClassName, - ULONG* pFormat, + sal_uInt32* pFormat, String* pAppName, String* pFullTypeName, String* pShortTypeName, |