diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 14:10:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 14:10:20 +0000 |
commit | 4bf4c0475873762965342df861687f50dc606935 (patch) | |
tree | b628725593769676d64df8faf64fcfb765987e06 /sc/source/ui/inc | |
parent | a07cee293e70c9def0259ca753eae0c1f8cce179 (diff) |
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.
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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, |