summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-27 11:11:06 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-27 11:11:06 +0000
commit02dda27998a2e631fbe66185da5567bfe22ad082 (patch)
tree2ac16d907ee67fe9f0da63ab59396c028040f861 /vcl/source
parent6841f6e41874ed977ab78cae8ae7795d11d747e9 (diff)
INTEGRATION: CWS vcl93 (1.242.20); FILE MERGED
2008/08/15 08:54:25 hdu 1.242.20.1: #i88376# ignore most uses of obsolete member meFamily in OutputDevice layer already
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/outdev3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index 4e9e34e9ca8f..063a886e4fa5 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: outdev3.cxx,v $
- * $Revision: 1.244 $
+ * $Revision: 1.245 $
*
* This file is part of OpenOffice.org.
*
@@ -2784,7 +2784,7 @@ bool ImplFontCache::IFSD_Equal::operator()(const ImplFontSelectData& rA, const I
// check font face attributes
if( (rA.meWeight != rB.meWeight)
|| (rA.meItalic != rB.meItalic)
- || (rA.meFamily != rB.meFamily)
+// || (rA.meFamily != rB.meFamily) // TODO: remove this mostly obsolete member
|| (rA.mePitch != rB.mePitch) )
return false;