summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-05 11:51:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-05 11:51:00 +0000
commit05be48428ac4fa038a19bbc8889e815fa601340f (patch)
tree6fa5f5921038c2dc457067d7ba4576366e634c8e /goodies
parent00ad8fda569d8138123b1b128fa8b9a418ff19fc (diff)
INTEGRATION: CWS thbpp6v2 (1.8.42); FILE MERGED
2007/01/27 21:40:31 thb 1.8.42.2: RESYNC: (1.8-1.9); FILE MERGED 2007/01/17 11:17:47 thb 1.8.42.1: #i72893# Caching bitmap size in Base3DTexture now
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/base3d/b3dtex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/base3d/b3dtex.cxx b/goodies/source/base3d/b3dtex.cxx
index f4b1090c5479..08f0bfdb458b 100644
--- a/goodies/source/base3d/b3dtex.cxx
+++ b/goodies/source/base3d/b3dtex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b3dtex.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2007-01-22 15:08:28 $
+ * last change: $Author: vg $ $Date: 2007-02-05 12:51:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -189,7 +189,7 @@ B3dTexture::B3dTexture(
Base3DTextureWrap eT)
: aBitmap(rBmpEx.GetBitmap()),
aAlphaMask(rBmpEx.GetAlpha()),
- maBitmapSize(rBmpEx.GetSizePixel()), // #i72895#
+ aBitmapSize(rBmpEx.GetSizePixel()), // #i72895#
pReadAccess(NULL),
pAlphaReadAccess(NULL),
eKind(eKnd),