diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-19 17:21:38 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-19 17:22:07 +0100 |
commit | 55dda63b297a287c9abc6ba2f19946817e8744e7 (patch) | |
tree | 800d65a7ee95f88426b56c95cee7323da717219b /vcl | |
parent | ef1d096ddc311a2fd821d4076421c4a8f8d63abf (diff) |
fix documentation to match reality
Change-Id: Ibeb24ca336c599e75108a25d1a017f97092681e7
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/temporaryfonts.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/temporaryfonts.hxx b/vcl/inc/vcl/temporaryfonts.hxx index ecd590e47968..f8fe162c67b1 100644 --- a/vcl/inc/vcl/temporaryfonts.hxx +++ b/vcl/inc/vcl/temporaryfonts.hxx @@ -24,8 +24,8 @@ class VCL_DLLPUBLIC TemporaryFonts { public: /** - Returns an URL for a file where to store contents of a temporary font, or an empty string - if this font is already known. The file will be cleaned up automatically as appropriate. + Returns an URL for a file where to store contents of a temporary font + (the file may or may not exist). The file will be cleaned up automatically as appropriate. Use activateTemporaryFont() to actually enable usage of the font. @param fontName name of the font (e.g. 'Times New Roman') |