summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-06-02 08:47:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-06-02 08:47:47 +0000
commitb7d1c39e146dcad05f9129c97a3456aa40375385 (patch)
treef5f630bd8e8c258b1249696b5d4959fdedc16d11 /psprint
parent72e2b8e11ce1ba63430c469d8050ece89291e439 (diff)
INTEGRATION: CWS wot03 (1.29.16); FILE MERGED
2006/05/30 12:54:40 pl 1.29.16.1: #i65884# fix a problem with type1 metrics
Diffstat (limited to 'psprint')
-rw-r--r--psprint/inc/psprint/fontmanager.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx
index ddd33df92892..17129e811a1b 100644
--- a/psprint/inc/psprint/fontmanager.hxx
+++ b/psprint/inc/psprint/fontmanager.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontmanager.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2006-03-29 11:21:16 $
+ * last change: $Author: vg $ $Date: 2006-06-02 09:47:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -275,6 +275,8 @@ class PrintFontManager
std::hash_map< sal_Unicode, bool > m_bVerticalSubstitutions;
PrintFontMetrics() : m_bKernPairsQueried( false ) {}
+
+ bool isEmpty() const { return m_aMetrics.empty(); }
};
struct PrintFont