summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 14:40:27 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 14:40:27 +0000
commitfc551afec3741893b34908bc1a6f2a49af8898ff (patch)
treec6025d2efe96ba6ffe8f2b0abcd0082c46b4450f /goodies
parent1e5738b31c2bbeb473f333d3c9638a4bf1c13c39 (diff)
INTEGRATION: CWS sb59 (1.4.16); FILE MERGED
2006/08/07 14:31:14 sb 1.4.16.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/unographic/descriptor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/unographic/descriptor.hxx b/goodies/source/unographic/descriptor.hxx
index 3ffc1df0d851..d67a252f2dcd 100644
--- a/goodies/source/unographic/descriptor.hxx
+++ b/goodies/source/unographic/descriptor.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: descriptor.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-07-05 21:54:42 $
+ * last change: $Author: obo $ $Date: 2006-10-12 15:40:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -135,7 +135,7 @@ private:
::rtl::OUString maMimeType;
Size maSizePixel;
Size maSize100thMM;
- sal_Int8 mnBitsPerPixel;
+ USHORT mnBitsPerPixel;
bool mbTransparent;
bool mbAlpha;
bool mbAnimated;