diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-26 10:11:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-26 10:11:08 +0000 |
commit | 5723cb4d8bac9ddc2c5b8cac505fac06b732c1b7 (patch) | |
tree | e62ef5a87c5ab6bade6503753921dde9bded34cc /sd/inc/drawdoc.hxx | |
parent | eab3faefd8b16bdd40c4012d4f59e3a554ca5562 (diff) |
INTEGRATION: CWS draw19 (1.25.28); FILE MERGED
2003/06/20 14:29:27 cl 1.25.28.1: #109962# add some special handling of default latin fonts for korea
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r-- | sd/inc/drawdoc.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index e1fa2afc1..1c5c93646 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drawdoc.hxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: vg $ $Date: 2003-05-16 14:16:20 $ + * last change: $Author: hr $ $Date: 2003-06-26 11:11:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -615,6 +615,10 @@ public: BOOL bIsPageBack, BOOL bIsPageObj); + /** return the document fonts for latin, cjk and ctl according to the current + languages set at this document */ + void getDefaultFonts( Font& rLatinFont, Font& rCJKFont, Font& rCTLFont ); + private: /** This member stores the printer independent layout mode. Please refer to <member>SetPrinterIndependentLayout()</member> for its |