From 4bf4c0475873762965342df861687f50dc606935 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 14 Dec 2005 14:10:20 +0000 Subject: INTEGRATION: CWS numberformat (1.35.42); FILE MERGED 2005/10/26 17:52:41 kendy 1.35.42.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS. --- sc/source/ui/inc/docsh.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/inc') diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 6035c4eed5fc..f400cc31a84e 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docsh.hxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:21:20 $ + * last change: $Author: rt $ $Date: 2005-12-14 15:10:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -197,7 +197,7 @@ public: virtual SfxUndoManager* GetUndoManager(); virtual void FillClass( SvGlobalName * pClassName, - ULONG * pFormat, + sal_uInt32 * pFormat, String * pAppName, String * pFullTypeName, String * pShortTypeName, -- cgit