diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-10-21 09:54:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-10-21 10:44:43 +0200 |
commit | 0c46b3a9a384d5b70a708c3e9459a790dd815c63 (patch) | |
tree | 4dadd539235d716e56a08bdcddd776107808852b /vcl/inc | |
parent | e26f8d2592a3d7cc5b43b3246b364397dd704f0d (diff) |
Replace list by vector for maPS3Font (vcl)
Change-Id: Ida0d1a87e32024430fd314c601b9acb9358a9dd2
Reviewed-on: https://gerrit.libreoffice.org/43641
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/printergfx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/printergfx.hxx b/vcl/inc/unx/printergfx.hxx index 33aaa797f8d9..6861322ba964 100644 --- a/vcl/inc/unx/printergfx.hxx +++ b/vcl/inc/unx/printergfx.hxx @@ -179,7 +179,7 @@ private: glyph in one of the subfonts, the mapping from unicode to the glyph has to be remembered */ - std::list< GlyphSet > maPS3Font; + std::vector< GlyphSet > maPS3Font; sal_Int32 mnFontID; sal_Int32 mnTextAngle; |