diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-12-28 16:35:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-12-28 16:35:22 +0000 |
commit | 19c775cf7a1cc6c548eb1025dd52cf3036205231 (patch) | |
tree | 2f7f3f72345b79010cd826fd4fc9235f4d1e4f09 /svx | |
parent | 3e215d2ad442183e5e86b7529650da22136e6866 (diff) |
INTEGRATION: CWS pj43 (1.9.166); FILE MERGED
2005/12/06 12:26:35 pjanik 1.9.166.1: #i58947#: ResID are always 32bit, use sal_uInt32 instead of ULONG.
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/galmisc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/galmisc.hxx b/svx/inc/galmisc.hxx index b7694d31c9..4e3961d38b 100644 --- a/svx/inc/galmisc.hxx +++ b/svx/inc/galmisc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: galmisc.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:49:41 $ + * last change: $Author: hr $ $Date: 2005-12-28 17:35:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ BOOL FileExists( const INetURLObject& rURL ); BOOL CreateDir( const INetURLObject& rURL ); BOOL CopyFile( const INetURLObject& rSrcURL, const INetURLObject& rDstURL ); BOOL KillFile( const INetURLObject& rURL ); -BitmapEx GalleryResGetBitmapEx( ULONG nId ); +BitmapEx GalleryResGetBitmapEx( sal_uInt32 nId ); // --------------- |