From 55dda63b297a287c9abc6ba2f19946817e8744e7 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 19 Feb 2013 17:21:38 +0100 Subject: fix documentation to match reality Change-Id: Ibeb24ca336c599e75108a25d1a017f97092681e7 --- vcl/inc/vcl/temporaryfonts.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl') 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') -- cgit