summaryrefslogtreecommitdiff
path: root/vcl/inc/fontsubset.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-07 08:52:47 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:45 +0200
commitc7b5b5a85d1647709e2a85f33cfccfd4ae35745f (patch)
tree6ea1c300b4ea2e433abb18599ed520e84335c11b /vcl/inc/fontsubset.hxx
parenta0ec0306143858d56176e119cd3d7dca8ffb4fdb (diff)
convert vcl/inc/fontsubset.hxx from String to OUString
Change-Id: I0b57858a4a63a6e53883f053c6a3a8a494a422dc
Diffstat (limited to 'vcl/inc/fontsubset.hxx')
-rw-r--r--vcl/inc/fontsubset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/fontsubset.hxx b/vcl/inc/fontsubset.hxx
index b5f62f2d4ab4..0c2df2637b76 100644
--- a/vcl/inc/fontsubset.hxx
+++ b/vcl/inc/fontsubset.hxx
@@ -59,7 +59,7 @@ public:
public: // TODO: make subsetter results private and provide accessor methods instead
// subsetter-provided subset details needed by e.g. Postscript or PDF
- String m_aPSName;
+ OUString m_aPSName;
int m_nAscent; ///< all metrics in PS font units
int m_nDescent;
int m_nCapHeight;