Kaydet (Commit) fe131660 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED

2006/04/20 14:53:25 sb 1.8.32.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.
üst 94e3650e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: imagesconfiguration.hxx,v $ * $RCSfile: imagesconfiguration.hxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 00:05:36 $ * last change: $Author: hr $ $Date: 2006-06-19 10:49:24 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -85,8 +85,8 @@ SV_DECL_PTRARR_DEL( ExternalImageItemListDescriptor, ExternalImageItemDescriptor ...@@ -85,8 +85,8 @@ SV_DECL_PTRARR_DEL( ExternalImageItemListDescriptor, ExternalImageItemDescriptor
struct ImageListItemDescriptor struct ImageListItemDescriptor
{ {
ImageListItemDescriptor() : pImageItemList( 0 ) ImageListItemDescriptor() : nMaskMode( ImageMaskMode_Color )
, nMaskMode( ImageMaskMode_Color ) {} , pImageItemList( 0 ) {}
~ImageListItemDescriptor() { delete pImageItemList; } ~ImageListItemDescriptor() { delete pImageItemList; }
String aURL; // an URL to a bitmap with several images inside String aURL; // an URL to a bitmap with several images inside
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment