summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:59:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:59:30 +0000
commit2f382d6c2579a25c68dbd121af7f1f5dc7ec9852 (patch)
tree8c6c555a872e6812cd3f76de570b06683526ad14 /vcl/source/gdi/pdfwriter_impl.hxx
parentf7a0cc83bb59efd6abd820bd78acc75e8313ea4e (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.hxx')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index abc12185f13f..90aed93916be 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pdfwriter_impl.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: pl $ $Date: 2002-10-23 18:30:55 $
+ * last change: $Author: hr $ $Date: 2003-03-27 17:58:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,8 +115,11 @@ class SvMemoryStream;
namespace vcl
{
+class PDFSalLayout;
+
class PDFWriterImpl
{
+ friend class PDFSalLayout;
public:
// definition of structs
struct BuiltinFont
@@ -479,7 +482,7 @@ public:
/* for OutputDevice: get layout for builtin fonts
*/
bool isBuiltinFont( ImplFontData* pFont ) const;
- SalLayout* createSalLayout( ImplFontSelectData* pFont, ImplLayoutArgs& rArgs ) const;
+ SalLayout* GetTextLayout( ImplLayoutArgs& rArgs, ImplFontSelectData* pFont );
void getFontMetric( ImplFontSelectData* pFont, ImplFontMetricData* pMetric ) const;