summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/outdev3.cxx')
-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;