diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-21 13:43:44 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-21 18:26:21 +0100 |
commit | 596bd0f61f8cfc957410148ae221c62331067bdd (patch) | |
tree | 53b9421f4d9d508176c1c1cff3b8d87741fb1460 /xmloff/inc | |
parent | 895dc882c451bcc03236267d3ce33be218451721 (diff) |
embed also system fonts when embedding fonts in a document
Without this, only fonts that had come embedded with the document
were embedded when saving, which meant that it was impossible
to create new documents that would have any fonts embedded.
Change-Id: I3b4e87b1b3ca5ae1ccfe29d9b571b0262c568dcf
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/pch/precompiled_xo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index d13eef387807..aeffb54ed465 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -550,7 +550,7 @@ #include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <utility> -#include <vcl/temporaryfonts.hxx> +#include <vcl/embeddedfontshelper.hxx> #include <vector> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |