diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-07 08:52:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:45 +0200 |
commit | c7b5b5a85d1647709e2a85f33cfccfd4ae35745f (patch) | |
tree | 6ea1c300b4ea2e433abb18599ed520e84335c11b | |
parent | a0ec0306143858d56176e119cd3d7dca8ffb4fdb (diff) |
convert vcl/inc/fontsubset.hxx from String to OUString
Change-Id: I0b57858a4a63a6e53883f053c6a3a8a494a422dc
-rw-r--r-- | vcl/inc/fontsubset.hxx | 2 |
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; |